mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
chcon, runcon, semanage-fcontext: update "See also" (#12843)
This commit is contained in:
parent
2f3a08f8c0
commit
ddd1bf38d6
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# chcon
|
||||
|
||||
> 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>.
|
||||
|
||||
- View security context of a file:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# runcon
|
||||
|
||||
> 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>.
|
||||
|
||||
- Determine the current domain:
|
||||
- Print the security context of the current execution context:
|
||||
|
||||
`runcon`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# semanage fcontext
|
||||
|
||||
> 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>.
|
||||
|
||||
- List all file labelling rules:
|
||||
|
|
Loading…
Add table
Reference in a new issue