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:
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`
|
Reference in New Issue
Block a user