mirror of https://github.com/CrimsonTome/tldr.git
chcon, runcon, semanage-fcontext: update "See also" (#12843)
parent
2f3a08f8c0
commit
ddd1bf38d6
|
@ -1,6 +1,7 @@
|
||||||
# chcon
|
# chcon
|
||||||
|
|
||||||
> Change SELinux security context of a file or files/directories.
|
> Change SELinux security context of a file or files/directories.
|
||||||
|
> See also: `secon`, `restorecon`, `semanage-fcontext`.
|
||||||
> More information: <https://www.gnu.org/software/coreutils/chcon>.
|
> More information: <https://www.gnu.org/software/coreutils/chcon>.
|
||||||
|
|
||||||
- View security context of a file:
|
- View security context of a file:
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# runcon
|
# runcon
|
||||||
|
|
||||||
> Run a program in a different SELinux security context.
|
> Run a program in a different SELinux security context.
|
||||||
> With neither context nor command, print the current security context.
|
> See also: `secon`.
|
||||||
> More information: <https://www.gnu.org/software/coreutils/runcon>.
|
> More information: <https://www.gnu.org/software/coreutils/runcon>.
|
||||||
|
|
||||||
- Determine the current domain:
|
- Print the security context of the current execution context:
|
||||||
|
|
||||||
`runcon`
|
`runcon`
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# semanage fcontext
|
# semanage fcontext
|
||||||
|
|
||||||
> Manage persistent SELinux security context rules on files/directories.
|
> Manage persistent SELinux security context rules on files/directories.
|
||||||
> See also: `semanage`, `restorecon`.
|
> See also: `semanage`, `matchpathcon`, `secon`, `chcon`, `restorecon`.
|
||||||
> More information: <https://manned.org/semanage-fcontext>.
|
> More information: <https://manned.org/semanage-fcontext>.
|
||||||
|
|
||||||
- List all file labelling rules:
|
- List all file labelling rules:
|
||||||
|
|
Loading…
Reference in New Issue