capabilities.7: Fix version number for CAP_MKNOD in DS UID manipulations

A recent patch said "since 2.6.29". It should have
been "since 2.6.30".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-08-03 06:42:08 +02:00
parent c3665d565f
commit 361640b813
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
.\" capability, then we must also set the effective flag for all
.\" other capabilities where the permitted or inheritable bit is set.
.\"
.TH CAPABILITIES 7 2009-08-02 "Linux" "Linux Programmer's Manual"
.TH CAPABILITIES 7 2009-08-03 "Linux" "Linux Programmer's Manual"
.SH NAME
capabilities \- overview of Linux capabilities
.SH DESCRIPTION
@ -722,7 +722,7 @@ then the following capabilities are cleared from the effective set:
.BR CAP_MAC_OVERRIDE ,
and
.B CAP_MKNOD
(since Linux 2.2.29).
(since Linux 2.2.30).
If the file system UID is changed from non-zero to 0,
then any of these capabilities that are enabled in the permitted set
are enabled in the effective set.