1setsebool(8) SELinux Command Line documentation setsebool(8)
2
3
4
6 setsebool - set SELinux boolean value
7
8
10 setsebool [ -P ] boolean value | bool1=val1 bool2=val2 ...
11
12
14 setsebool sets the current state of a particular SELinux boolean or a
15 list of booleans to a given value. The value may be 1 or true or on to
16 enable the boolean, or 0 or false or off to disable it.
17
18 Without the -P option, only the current boolean value is affected; the
19 boot-time default settings are not changed.
20
21 If the -P option is given, all pending values are written to the policy
22 file on disk. So they will be persistant across reboots.
23
24
26 This manual page was written by Dan Walsh <dwalsh@redhat.com>. The
27 program was written by Tresys Technology.
28
29
31 getsebool(8), booleans(8), togglesebool(8)
32
33
34
35dwalsh@redhat.com 11 Aug 2004 setsebool(8)