mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
14 lines
323 B
Markdown
14 lines
323 B
Markdown
![]() |
# aa-enforce
|
||
|
|
||
|
> Set an AppArmor profile to enforce mode.
|
||
|
> See also: `aa-complain`, `aa-disable`, `aa-status`.
|
||
|
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-enforce.8>.
|
||
|
|
||
|
- Enable profile:
|
||
|
|
||
|
`sudo aa-enforce {{path/to/profile}}`
|
||
|
|
||
|
- Enable profiles:
|
||
|
|
||
|
`sudo aa-enforce --dir {{path/to/profile}}`
|