diff options
| -rw-r--r-- | man7/capabilities.7 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 5a5902683f..e5f1fe7012 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -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 2008-11-27 "Linux" "Linux Programmer's Manual" +.TH CAPABILITIES 7 2009-08-02 "Linux" "Linux Programmer's Manual" .SH NAME capabilities \- overview of Linux capabilities .SH DESCRIPTION @@ -717,8 +717,12 @@ then the following capabilities are cleared from the effective set: .BR CAP_DAC_READ_SEARCH , .BR CAP_FOWNER , .BR CAP_FSETID , +.B CAP_LINUX_IMMUTABLE +(since Linux 2.2.30), +.BR CAP_MAC_OVERRIDE , and -.BR CAP_MAC_OVERRIDE . +.B CAP_MKNOD +(since Linux 2.2.29). 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. |
