- class insights.components.selinux.SELinuxDisabled(ses, seconf)[source]
Bases:
objectThis
SELinuxDisabledcomponent will be skipped when SELinux is enabled in “enforcing” or “permissive” mode, which means the SELinux is disabled.- Raises:
SkipComponent -- When SELinux is “enforcing” or “permissive”.
- class insights.components.selinux.SELinuxEnabled(ses, seconf)[source]
Bases:
objectThis
SELinuxEnabledcomponent will be skipped when SELinux is disabled, which means the SELinux is enabled in “enforcing” or “permissive” mode.- Raises:
SkipComponent -- When SELinux is disabled