commands.sh

aa-status

linux

List currently loaded AppArmor modules. See also: `aa-complain`, `aa-disable`, `aa-enforce`.

More info →

Examples (7)

Check status

Display status in JSON format

Display status in pretty JSON format

sudo aa-status --pretty-json

Display the number of loaded policies

sudo aa-status --profiled

Display the number of loaded enforicing policies

sudo aa-status --enforced

Display the number of loaded non-enforcing policies

sudo aa-status --complaining

Display the number of loaded enforcing policies that kill tasks

made by @shridhargupta | data from tldr-pages