aa-update-browser
Manage browser abstraction includes in AppArmor profiles
TLDR
List available browser abstraction profiles
$ sudo aa-update-browser -l
Show what changes would be made (dry-run)$ sudo aa-update-browser -d [path/to/profile]
Update 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]
SYNOPSIS
aa-update-browser [-l] [-d profile] [-u abstractions profile]
DESCRIPTION
aa-update-browser updates AppArmor browser profiles to use supported abstractions. This utility helps maintain browser profiles by allowing administrators to add, modify, or remove browser-specific abstraction includes.
Browser abstractions provide pre-defined access rules for common browser operations, simplifying profile management.
PARAMETERS
-l, --list
List available browser abstraction profiles-d, --dry-run
Show what changes would be made to a profile without applying them-u, --update
Update a profile with the specified abstractions (comma-separated)-h, --help
Display help information
CAVEATS
Modifying browser profiles may affect browser functionality. Test changes in complain mode before enforcing.
HISTORY
Part of the AppArmor utilities package for managing application security profiles on Linux systems.
SEE ALSO
aa-enforce(8), aa-complain(8), apparmor(7)

