mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02: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:
parent
8fa01fd44d
commit
752ab14a4a
5 changed files with 54 additions and 3 deletions
13
pages.pl/linux/aa-disable.md
Normal file
13
pages.pl/linux/aa-disable.md
Normal 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}}`
|
13
pages.pl/linux/aa-enforce.md
Normal file
13
pages.pl/linux/aa-enforce.md
Normal 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 ...}}`
|
25
pages.pl/linux/aa-status.md
Normal file
25
pages.pl/linux/aa-status.md
Normal 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`
|
|
@ -8,6 +8,6 @@
|
||||||
|
|
||||||
`sudo aa-disable {{path/to/profile1 path/to/profile2 ...}}`
|
`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}}`
|
`sudo aa-disable --dir {{path/to/profiles}}`
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
- Enable profile:
|
- Enable profile:
|
||||||
|
|
||||||
`sudo aa-enforce {{path/to/profile1 path/to/profile2 ...}}`
|
`sudo aa-enforce --dir {{path/to/profile}}`
|
||||||
|
|
||||||
- Enable profiles:
|
- Enable profiles:
|
||||||
|
|
||||||
`sudo aa-enforce --dir {{path/to/profile}}`
|
`sudo aa-enforce {{path/to/profile1 path/to/profile2 ...}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue