[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/6] mknod: correct document about security context option
From: |
Chengwei Yang |
Subject: |
[PATCH 5/6] mknod: correct document about security context option |
Date: |
Thu, 16 Jan 2014 12:44:31 +0800 |
---
src/mknod.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mknod.c b/src/mknod.c
index c6ea1ea..dfb9ef4 100644
--- a/src/mknod.c
+++ b/src/mknod.c
@@ -64,7 +64,8 @@ Create the special file NAME of the given TYPE.\n\
"), stdout);
fputs (_("\
-Z, --context[=CTX] set the SELinux security context of NAME to\n\
- default type, or to CTX if specified\n\
+ default type, or set the SELinux or SMACK\n\
+ security context to CTX if specified\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
--
1.7.9.5
- [PATCH 0/6] Doc: correct for commands which support SELinux and SMACK, Chengwei Yang, 2014/01/15
- [PATCH 2/6] ls: correct document about its security context label, Chengwei Yang, 2014/01/15
- [PATCH 3/6] mkdir: correct document about security context option, Chengwei Yang, 2014/01/15
- [PATCH 4/6] mkfifo: correct document about security context option, Chengwei Yang, 2014/01/15
- [PATCH 5/6] mknod: correct document about security context option,
Chengwei Yang <=
- [PATCH 6/6] doc: fix alignment, Chengwei Yang, 2014/01/15
- Re: [PATCH 0/6] Doc: correct for commands which support SELinux and SMACK, Pádraig Brady, 2014/01/16