Alternatives to SELinux

The userland libraries and tools for Security Enhanced Linux, the kernel's mandatory access control system. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as SELinux.

  • AppArmor

    A Linux kernel security module that confines programs to the actions allowed in per-application profiles.

    AppArmor confines programs with per-application profiles in the mainline kernel, which many find simpler to write than SELinux's mandatory access control policy.

Similar software

Related functionality, not a direct replacement.