Update AppArmor - Control Browser Profiles | Online Free DevTools by Hexmos
Control AppArmor browser profiles easily with aa-update-browser. Enhance security by managing browser abstractions on Linux. Free online tool, no registration required.
aa-update-browser
Update AppArmor browser profiles to use supported abstractions. Part of the AppArmor suite. More information: https://manned.org/aa-update-browser.
- 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