Author: | Ted Yin <[email protected]> |
---|
- AppArmor is a Mandatory Access Control (MAC) system which is a kernel (LSM) enhancement to confine programs to a limited set of resources. Instead of binding access control attributes to users, it confines specific programs.
- AppArmor is shipped with Ubuntu, which means it is fairly easy to get started.
- In order to ease the maintenance, we first install the utilities by
sudo apt-get install apparmor-utils