Prevent applications from accessing sensitive areas of the OS, restrict process capabilities, and take control with AppArmor's open source application security system.
AppArmor is an open source application security system that restricts the capabilities of Linux processes. It works by applying security profiles to executables, limiting what files and system resources those processes can access.
Some key features of AppArmor include:
AppArmor confines applications via dynamic system call interception rather than OS-level virtualization or chroot, allowing it to provide detailed control over app behavior while maintaining native execution speeds. It is included by default in many Linux distributions such as Ubuntu and is widely used for hardening production servers.
Here are some alternatives to AppArmor:
Suggest an alternative ❐