.. _seboolean: seboolean `````````````````````````````` .. versionadded:: 0.7 Toggles SELinux booleans. .. raw:: html
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
    .. raw:: html

    Set httpd_can_network_connect SELinux flag to true and persistent

        seboolean name=httpd_can_network_connect state=true persistent=yes
        


    .. raw:: html

    Notes

    Not tested on any debian based system