SelinuxMode
SELinux mode
Characteristic | Value |
---|---|
Type | enum |
Variants
Disabled
Set SELinux to disabled. The mode is set by appending selinux=0
to the kernel command line.
Characteristic | Value |
---|---|
Type | string |
Value | disabled |
Permissive
Set SELinux to permissive. The mode is set by appending selinux=1 enforcing=0
to the kernel command line.
Characteristic | Value |
---|---|
Type | string |
Value | permissive |
Enforcing
Set SELinux to enforcing. The mode is set by appending selinux=1 enforcing=1
to the kernel command line.
Characteristic | Value |
---|---|
Type | string |
Value | enforcing |