ansible/rst/modules/seboolean.rst
2012-10-03 21:00:26 -04:00

1.1 KiB

seboolean

0.7

Toggles SELinux booleans.

parameter required default choices comments
state yes
  • true
  • false
Desired boolean value
name yes
    Name of the boolean to configure
    persistent no
    • yes
    • 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
    


    Notes

    Not tested on any debian based system