coreutils
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]