1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 07:19:45 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 54 additions and 3 deletions

View file

@ -0,0 +1,13 @@
# aa-disable
> Wyłącz polityki bezpieczeństwa AppArmor.
> Zobacz także: `aa-complain`, `aa-enforce`, `aa-status`.
> Więcej informacji: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-disable.8>.
- Wyłącz profile:
`sudo aa-disable {{ścieżka/do/profilu1 ścieżka/do/profilu2 ...}}`
- Wyłącz profile w katalogu (domyślnie `/etc/apparmor.d`):
`sudo aa-disable --dir {{ścieżka/do/profili}}`

View file

@ -0,0 +1,13 @@
# aa-enforce
> Ustaw profil AppArmor w tryb wymuszony.
> Zobacz także: `aa-complain`, `aa-disable`, `aa-status`.
> Więcej informacji: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-enforce.8>.
- Włącz profil:
`sudo aa-enforce --dir {{ścieżka/do/profilu}}`
- Włącz profile:
`sudo aa-enforce {{ścieżka/do/profilu1 ścieżka/do/profilu2 ...}}`

View file

@ -0,0 +1,25 @@
# aa-status
> Wyświetl aktualnie załadowane moduły AppArmor.
> Zobacz także: `aa-complain`, `aa-disable`, `aa-enforce`.
> Więcej informacji: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-status.8>.
- Sprawdź status:
`sudo aa-status`
- Wyświetl liczbę załadowanych polityk:
`sudo aa-status --profiled`
- Wyświetl liczbę aktualnie załadowanych wymuszonych polityk:
`sudo aa-status --enforced`
- Wyświetl liczbę załadowanych niewymuszonych polityk:
`sudo aa-status --complaining`
- Wyświetl liczbę załadowanych wymuszonych polityk, które zabijają zadania:
`sudo aa-status --kill`

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 ...}}`