diff options
| -rw-r--r-- | man7/capabilities.7 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 7e79b2fb63..cf9dc190f6 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -205,11 +205,21 @@ the filesystem or any of the supplementary GIDs of the calling process. .B CAP_IPC_LOCK .\" FIXME . As at Linux 3.2, there are some strange uses of this capability .\" in other places; they probably should be replaced with something else. +.PD 0 +.RS +.IP * 2 Lock memory .RB ( mlock (2), .BR mlockall (2), .BR mmap (2), +.BR shmctl (2)); +.IP * +Allocate memory using huge pages +.RB ( memfd_create (2) +.BR mmap (2), .BR shmctl (2)). +.PD 0 +.RE .TP .B CAP_IPC_OWNER Bypass permission checks for operations on System V IPC objects. |
