1,885
edits
Changes
→SELinux Booleans
|Displays all SELinux booleans
|-
|<code>getsebool '''foo'''</code>|Displays the SELinux boolean '''foo'''
|-
|<code>setsebool '''foo''' '''value'''|Sets the SELinux boolean '''foo'' to '''value''' (where '''value''' is 0 or "off", or 1 or "on")
|}