mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* aa-status: add page * aa-enforce: add page * aa-disable: add page * aa-disable: fix typos * aa-complain: add page * aa-complain: fix link * aa-status: fix build errors * aa-complain: fix build errors * aa-disable: fix build errors * aa-enforce: fix build errors * aa-enforce: fix build errors * aa-disable: fix build errors * aa-status: fix build errors * aa-complain: fix build errors * aa-disable: fix typos * aa-enforce: fix typos * aa-complain: fix typo Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * aa-complain: fix typo * aa-*: reference between pages --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
13 lines
354 B
Markdown
13 lines
354 B
Markdown
# aa-complain
|
|
|
|
> Set an AppArmor policy to complain mode.
|
|
> See also: `aa-disable`, `aa-enforce`, `aa-status`.
|
|
> More information: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-complain.8>.
|
|
|
|
- Set policy to complain mode:
|
|
|
|
`sudo aa-complain {{path/to/profile}}`
|
|
|
|
- Set policies to complain mode:
|
|
|
|
`sudo aa-complain --dir {{path/to/profiles}}`
|