Information
SELinux and AppArmor provide Mandatory Access Controls.
Rationale:
Without a Mandatory Access Control system installed only the default Discretionary Access Control system will be available.
Solution
Install SELinux or apparmor using one of the following commands:
# zypper install libselinux1
# zypper install libapparmor1 apparmor-utils
The previous commands install SELinux, use the appropriate package if AppArmor is desired.