Blame python/semanage/semanage-boolean.8

Packit Service 9fb14c
.TH "semanage-boolean" "8" "20130617" "" ""
Packit Service 9fb14c
.SH "NAME"
Packit Service 9fb14c
semanage\-boolean \- SELinux Policy Management boolean tool
Packit Service 9fb14c
.SH "SYNOPSIS"
Packit Service 9fb14c
.B semanage boolean [\-h] [\-n] [\-N] [\-S STORE] [  \-\-extract  | \-\-deleteall  | \-\-list [\-C] | \-\-modify ( \-\-on | \-\-off ) boolean  ]
Packit Service 9fb14c
Packit Service 9fb14c
.SH "DESCRIPTION"
Packit Service 9fb14c
semanage is used to configure certain elements of
Packit Service 9fb14c
SELinux policy without requiring modification to or recompilation
Packit Service 9fb14c
from policy sources.  semanage boolean command controls the settings of booleans in SELinux policy.  booleans are if\-then\-else rules written in SELinux Policy.  They can be used to customize the way that SELinux Policy rules effect a confined domain.
Packit Service 9fb14c
.SH "OPTIONS"
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-h, \-\-help
Packit Service 9fb14c
show this help message and exit
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I \-n, \-\-noheading
Packit Service 9fb14c
Do not print heading when listing the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-N, \-\-noreload
Packit Service 9fb14c
Do not reload policy after commit
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-S STORE, \-\-store STORE
Packit Service 9fb14c
Select an alternate SELinux Policy Store to manage
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-C, \-\-locallist
Packit Service 9fb14c
List local customizations
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-m, \-\-modify
Packit Service 9fb14c
Modify a record of the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-l, \-\-list
Packit Service 9fb14c
List records of the specified object type
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-E, \-\-extract
Packit Service 9fb14c
Extract customizable commands, for use within a transaction
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-D, \-\-deleteall
Packit Service 9fb14c
Remove all local customizations
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-1, \-\-on
Packit Service 9fb14c
Enable the boolean
Packit Service 9fb14c
.TP
Packit Service 9fb14c
.I  \-0, \-\-off
Packit Service 9fb14c
Disable the boolean
Packit Service 9fb14c
Packit Service 9fb14c
.SH EXAMPLE
Packit Service 9fb14c
.nf
Packit Service 9fb14c
Turn on the apache can send mail boolan
Packit Service 9fb14c
# semanage boolean \-m \-\-on httpd_can_sendmail
Packit Service 9fb14c
Packit Service 9fb14c
List customized booleans
Packit Service 9fb14c
# semanage boolean \-l \-C
Packit Service 9fb14c
Packit Service 9fb14c
.SH "SEE ALSO"
Packit Service 9fb14c
.BR selinux (8),
Packit Service 9fb14c
.BR semanage (8),
Packit Service 9fb14c
.BR setsebool (8),
Packit Service 9fb14c
.BR getsebool (8)
Packit Service 9fb14c
Packit Service 9fb14c
.SH "AUTHOR"
Packit Service 9fb14c
This man page was written by Daniel Walsh <dwalsh@redhat.com>