LinuxCommandLibrary

aa-update-browser

Manage browser abstraction includes in AppArmor profiles

TLDR

List available browser abstraction profiles

$ sudo aa-update-browser -l
copy
Show what changes would be made (dry-run)
$ sudo aa-update-browser -d [path/to/profile]
copy
Update a profile with specific abstractions
$ sudo aa-update-browser -u [abstraction1,abstraction2] [path/to/profile]
copy
Remove all abstractions from a profile
$ sudo aa-update-browser -u '' [path/to/profile]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community