mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
apparmor_status: add Dutch alias page, aa-*: add Dutch translation (#14211)
This commit is contained in:
parent
b5e0ad10ea
commit
b729830f50
5 changed files with 71 additions and 0 deletions
13
pages.nl/linux/aa-complain.md
Normal file
13
pages.nl/linux/aa-complain.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# aa-complain
|
||||
|
||||
> Stel een AppArmor-profiel in op klaagmodus.
|
||||
> Bekijk ook: `aa-disable`, `aa-enforce`, `aa-status`.
|
||||
> Meer informatie: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-complain.8>.
|
||||
|
||||
- Stel een profiel in op klaagmodus:
|
||||
|
||||
`sudo aa-complain {{pad/naar/profiel1 pad/naar/profiel2 ...}}`
|
||||
|
||||
- Stel profielen in op klaagmodus:
|
||||
|
||||
`sudo aa-complain --dir {{pad/naar/profielen}}`
|
13
pages.nl/linux/aa-disable.md
Normal file
13
pages.nl/linux/aa-disable.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# aa-disable
|
||||
|
||||
> Schakel AppArmor-beveiligingsprofielen uit.
|
||||
> Bekijk ook: `aa-complain`, `aa-enforce`, `aa-status`.
|
||||
> Meer informatie: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-disable.8>.
|
||||
|
||||
- Schakel een profiel uit:
|
||||
|
||||
`sudo aa-disable {{pad/naar/profiel1 pad/naar/profiel2 ...}}`
|
||||
|
||||
- Schakel profielen uit (standaard naar `/etc/apparmor.d`):
|
||||
|
||||
`sudo aa-disable --dir {{pad/naar/profielen}}`
|
13
pages.nl/linux/aa-enforce.md
Normal file
13
pages.nl/linux/aa-enforce.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# aa-enforce
|
||||
|
||||
> Stel een AppArmor-profiel in op afdwingmodus.
|
||||
> Bekijk ook: `aa-complain`, `aa-disable`, `aa-status`.
|
||||
> Meer informatie: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-enforce.8>.
|
||||
|
||||
- Schakel een profiel in:
|
||||
|
||||
`sudo aa-enforce {{pad/naar/profiel1 pad/naar/profiel2 ...}}`
|
||||
|
||||
- Schakel profielen in:
|
||||
|
||||
`sudo aa-enforce --dir {{pad/naar/profiel}}`
|
25
pages.nl/linux/aa-status.md
Normal file
25
pages.nl/linux/aa-status.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# aa-status
|
||||
|
||||
> Toon de momenteel geladen AppArmor-modules.
|
||||
> Bekijk ook: `aa-complain`, `aa-disable`, `aa-enforce`.
|
||||
> Meer informatie: <https://gitlab.com/apparmor/apparmor/-/wikis/manpage_aa-status.8>.
|
||||
|
||||
- Controleer de status:
|
||||
|
||||
`sudo aa-status`
|
||||
|
||||
- Toon het aantal geladen profielen:
|
||||
|
||||
`sudo aa-status --profiled`
|
||||
|
||||
- Toon het aantal geladen afdwingende profielen:
|
||||
|
||||
`sudo aa-status --enforced`
|
||||
|
||||
- Toon het aantal geladen niet-afdwingende profielen:
|
||||
|
||||
`sudo aa-status --complaining`
|
||||
|
||||
- Toon het aantal geladen afdwingende profielen die taken beëindigen:
|
||||
|
||||
`sudo aa-status --kill`
|
7
pages.nl/linux/apparmor_status.md
Normal file
7
pages.nl/linux/apparmor_status.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# apparmor_status
|
||||
|
||||
> Dit commando is een alias van `aa-status`.
|
||||
|
||||
- Bekijk de documentatie van het originele commando:
|
||||
|
||||
`tldr aa-status`
|
Loading…
Add table
Reference in a new issue