From 113919f0b643b00312547d1da6f430b0a2416dca Mon Sep 17 00:00:00 2001 From: Prithviraj03 <71976945+Prithviraj03@users.noreply.github.com> Date: Thu, 19 Jun 2025 12:37:47 -0500 Subject: [PATCH] aa-update-browser: add page (#16882) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/linux/aa-update-browser.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/linux/aa-update-browser.md diff --git a/pages/linux/aa-update-browser.md b/pages/linux/aa-update-browser.md new file mode 100644 index 0000000000..70bfb921f9 --- /dev/null +++ b/pages/linux/aa-update-browser.md @@ -0,0 +1,25 @@ +# aa-update-browser + +> Update AppArmor browser profiles to use supported abstractions. +> Part of the AppArmor suite. +> More information: . + +- List available browser abstraction profiles: + +`sudo aa-update-browser -l` + +- Show what changes would be made to a profile without applying them ([d]ry-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}}` + +- Display help: + +`aa-update-browser -h`