mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 09:44:17 +00:00
18 lines
388 B
Plaintext
18 lines
388 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# aa-teardown
|
|
|
|
> Tear down all AppArmor profiles and disable AppArmor enforcement.
|
|
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-teardown.8>.
|
|
|
|
- Disable all AppArmor profiles and stop enforcement:
|
|
|
|
`sudo aa-teardown`
|
|
|
|
- Display help:
|
|
|
|
`aa-teardown {{[-h|--help]}}`
|