commands.sh

aa-update-browser

linux

Update AppArmor browser profiles to use supported abstractions. Part of the AppArmor suite.

More info →

Examples (5)

[l]ist available browser abstraction profiles

Show what changes would be made to a profile without applying them ([d]ry-run)

sudo aa-update-browser -d path/to/profile

[u]pdate a profile with specific abstractions

sudo aa-update-browser -u abstraction1,abstraction2,... path/to/profile

Remove all abstractions from a profile

sudo aa-update-browser -u '' path/to/profile

Display help

made by @shridhargupta | data from tldr-pages