mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:13:46 +02:00
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>
This commit is contained in:
parent
bedef71116
commit
113919f0b6
1 changed files with 25 additions and 0 deletions
25
pages/linux/aa-update-browser.md
Normal file
25
pages/linux/aa-update-browser.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue