mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
runcon: add Dutch translation (#13132)
This commit is contained in:
parent
928fef0ff6
commit
fe1c85801a
1 changed files with 21 additions and 0 deletions
21
pages.nl/linux/runcon.md
Normal file
21
pages.nl/linux/runcon.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# runcon
|
||||||
|
|
||||||
|
> Voer een programma uit in een andere SELinux-beveiligingscontext.
|
||||||
|
> Bekijk ook: `secon`.
|
||||||
|
> Meer informatie: <https://www.gnu.org/software/coreutils/runcon>.
|
||||||
|
|
||||||
|
- Toon de beveiligingscontext van de huidige uitvoeringscontext:
|
||||||
|
|
||||||
|
`runcon`
|
||||||
|
|
||||||
|
- Specificeer het domein om een commando in uit te voeren:
|
||||||
|
|
||||||
|
`runcon -t {{domein}}_t {{commando}}`
|
||||||
|
|
||||||
|
- Specificeer de context rol om een commando mee uit te voeren:
|
||||||
|
|
||||||
|
`runcon -r {{rol}}_r {{commando}}`
|
||||||
|
|
||||||
|
- Specificeer de volledige context om een commando mee uit te voeren:
|
||||||
|
|
||||||
|
`runcon {{gebruiker}}_u:{{rol}}_r:{{domein}}_t {{commando}}`
|
Loading…
Add table
Reference in a new issue