class insights.components.selinux.SELinuxDisabled(ses, seconf)[source]

Bases: object

This SELinuxDisabled component 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: object

This SELinuxEnabled component will be skipped when SELinux is disabled, which means the SELinux is enabled in “enforcing” or “permissive” mode.

Raises:

SkipComponent -- When SELinux is disabled