mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 01:15:23 +02:00

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
16 lines
406 B
Markdown
16 lines
406 B
Markdown
# aa-remove-unknown
|
|
|
|
> Remove AppArmor profiles that are no longer present in the configuration directory.
|
|
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-remove-unknown.8>.
|
|
|
|
- Perform a dry run to see which profiles would be removed:
|
|
|
|
`sudo aa-remove-unknown -n`
|
|
|
|
- Actually remove the profiles:
|
|
|
|
`sudo aa-remove-unknown`
|
|
|
|
- Display help:
|
|
|
|
`aa-remove-unknown {{[-h|--help]}}`
|