1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/aa-enforce.md
rozie 752ab14a4a
aa-enforce, aa-disable, aa-status: add Polish translation; fix example in aa-enforce (#14299)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-10-23 23:12:39 +05:30

13 lines
345 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 --dir {{path/to/profile}}`
- Enable profiles:
`sudo aa-enforce {{path/to/profile1 path/to/profile2 ...}}`