If SELinux is available for the running system, the mode can be managed and booleans can be set.
enforcing:
selinux.mode
samba_create_home_dirs:
selinux.boolean:
- value: True
- persist: True
Note
Use of these states require that the selinux
execution module is available.
salt.states.selinux.boolean(name, value, persist=False)¶Set up an SELinux boolean
salt.states.selinux.mode(name)¶Verifies the mode SELinux is running in, can be set to enforcing or permissive
Current Salt release: 2014.1.7
Docs for previous releases on salt.rtfd.org.