-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chcon: move help strings to a markdown file (#4437)
* arch: move help strings to a markdown file #4368 --------- Co-authored-by: zleyyij <[email protected]> Co-authored-by: Sylvestre Ledru <[email protected]> Co-authored-by: Terts Diepraam <[email protected]>
- Loading branch information
1 parent
932cf58
commit 9fb6477
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- spell-checker:ignore (vars) RFILE --> | ||
# chcon | ||
|
||
``` | ||
chcon [OPTION]... CONTEXT FILE... | ||
chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE... | ||
chcon [OPTION]... --reference=RFILE FILE... | ||
``` | ||
|
||
Change the SELinux security context of each FILE to CONTEXT. | ||
With --reference, change the security context of each FILE to that of RFILE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters