aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-09-27 11:17:46 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-27 11:17:46 +0200
commit5c0fa6d88535877a77c5de992b07339d63f13e9a (patch)
treebcf3a2d8d02f2cb681ffa704218e5f994c485527 /man7
parentadb7cd334e758926bc6a8d1f606fcf514e54aaeb (diff)
downloadman-pages-5c0fa6d88535877a77c5de992b07339d63f13e9a.tar.gz
capabilities.7: Fix 2 version numbers under "Effect of user ID changes on capabilities"
Reported by Liu Jiaming <storypku@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/capabilities.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 3bb3ef4601..22ee78c27d 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -45,7 +45,7 @@
.\" other capabilities where the permitted or inheritable bit is set.
.\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG
.\"
-.TH CAPABILITIES 7 2013-07-21 "Linux" "Linux Programmer's Manual"
+.TH CAPABILITIES 7 2013-09-27 "Linux" "Linux Programmer's Manual"
.SH NAME
capabilities \- overview of Linux capabilities
.SH DESCRIPTION
@@ -944,11 +944,11 @@ then the following capabilities are cleared from the effective set:
.BR CAP_FOWNER ,
.BR CAP_FSETID ,
.B CAP_LINUX_IMMUTABLE
-(since Linux 2.2.30),
+(since Linux 2.6.30),
.BR CAP_MAC_OVERRIDE ,
and
.B CAP_MKNOD
-(since Linux 2.2.30).
+(since Linux 2.6.30).
If the filesystem UID is changed from nonzero to 0,
then any of these capabilities that are enabled in the permitted set
are enabled in the effective set.