Chris PeBenito 473ea7
.TH "setsebool" "8" "11 Aug 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
Chris PeBenito 473ea7
.SH "NAME"
Chris PeBenito 473ea7
setsebool \- set SELinux boolean value
Chris PeBenito 473ea7
Chris PeBenito 473ea7
.SH "SYNOPSIS"
Chris PeBenito 473ea7
.B setsebool
Chris PeBenito 473ea7
.I "[ -P ] boolean value | bool1=val1 bool2=val2 ..."
Chris PeBenito 473ea7
Chris PeBenito 473ea7
.SH "DESCRIPTION"
Chris PeBenito 473ea7
.B setsebool 
Chris PeBenito 473ea7
sets the current state of a particular SELinux boolean or a list of booleans 
Chris PeBenito 473ea7
to a given value. The value may be 1 or true to enable the boolean, or 0 or 
Chris PeBenito 473ea7
false to disable it. 
Chris PeBenito 473ea7
Chris PeBenito 473ea7
Without the -P option, only the current boolean value is 
Chris PeBenito 473ea7
affected; the boot-time default settings defined by
Chris PeBenito 473ea7
.I /etc/selinux/SELINUXTYPE/booleans
Chris PeBenito 473ea7
are not changed. 
Chris PeBenito 473ea7
Chris PeBenito 473ea7
If the -P option is given, all pending values are written to
Chris PeBenito 473ea7
the boolean file on disk.
Chris PeBenito 473ea7
Chris PeBenito 473ea7
.SH AUTHOR	
Chris PeBenito 473ea7
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
Chris PeBenito 473ea7
The program was written by Tresys Technology.
Chris PeBenito 473ea7
Chris PeBenito 473ea7
.SH "SEE ALSO"
Chris PeBenito 473ea7
getsebool(8), booleans(8), togglesebool(8)