aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man7/capabilities.77
1 files changed, 7 insertions, 0 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7
index 0ccc2bb972..877528a956 100644
--- a/man7/capabilities.7
+++ b/man7/capabilities.7
@@ -804,6 +804,13 @@ if we specify the effective flag as being enabled for any capability,
then the effective flag must also be specified as enabled
for all other capabilities for which the corresponding permitted or
inheritable flags is enabled.
+.RE
+
+Note that file capability sets are ignored if the executable file
+is stored on a filesystem mounted
+.RB ( mount (2),
+.BR mount (8))
+with the nosuid option.
.\"
.SS Transformation of capabilities during execve()
.PP