.. _seboolean: seboolean `````````````````````````````` .. versionadded:: 0.7 Toggles SELinux booleans. .. raw:: html
parameter | required | default | choices | comments |
---|---|---|---|---|
state | yes |
|
Desired boolean value | |
name | yes | Name of the boolean to configure | ||
persistent | no |
|
Set to 'yes' if the boolean setting should survive a reboot |
Set httpd_can_network_connect SELinux flag to true and persistent
seboolean name=httpd_can_network_connect state=true persistent=yes
Not tested on any debian based system