forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aa-enforce, aa-disable, aa-status: add Polish translation; fix exampl…
…e in aa-enforce (tldr-pages#14299) Co-authored-by: Wiktor Perskawiec <[email protected]> Co-authored-by: Lena <[email protected]>
- Loading branch information
1 parent
8fa01fd
commit 752ab14
Showing
5 changed files
with
54 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ...}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters