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>
This commit is contained in:
rozie
2024-10-23 17:42:39 +00:00
committed by GitHub
parent 8fa01fd44d
commit 752ab14a4a
5 changed files with 54 additions and 3 deletions

View File

@@ -8,6 +8,6 @@
`sudo aa-disable {{path/to/profile1 path/to/profile2 ...}}`
- Disable profiles (defaults to `/etc/apparmor.d`):
- Disable profiles in a directory (defaults to `/etc/apparmor.d`):
`sudo aa-disable --dir {{path/to/profiles}}`

View File

@@ -6,8 +6,8 @@
- Enable profile:
`sudo aa-enforce {{path/to/profile1 path/to/profile2 ...}}`
`sudo aa-enforce --dir {{path/to/profile}}`
- Enable profiles:
`sudo aa-enforce --dir {{path/to/profile}}`
`sudo aa-enforce {{path/to/profile1 path/to/profile2 ...}}`