seboolean - Toggles SELinux booleans.

Author:Stephen Fromm

Synopsis

Toggles SELinux booleans.

Options

parameter required default choices comments
name yes
    Name of the boolean to configure
    persistent no
    • yes
    • no
    Set to yes if the boolean setting should survive a reboot
    state yes
    • yes
    • no
    Desired boolean value

    Examples


    # Set (httpd_can_network_connect) flag on and keep it persistent across reboots
    - seboolean: name=httpd_can_network_connect state=yes persistent=yes

    Note

    Not tested on any debian based system

    Table Of Contents

    Previous topic

    ping - Try to connect to host and return pong on success.

    Next topic

    selinux - Change policy and state of SELinux