OSDN Git Service

(split) LDP man-pages の original/ を v3.25 に更新。
[linuxjm/LDP_man-pages.git] / original / man7 / capabilities.7
index c09c055..06a7fb5 100644 (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 2010-01-31 "Linux" "Linux Programmer's Manual"
+.TH CAPABILITIES 7 2010-06-19 "Linux" "Linux Programmer's Manual"
 .SH NAME
 capabilities \- overview of Linux capabilities
 .SH DESCRIPTION
@@ -287,7 +287,12 @@ perform
 and
 .B KEYCTL_SETPERM
 .BR keyctl (2)
-operations.
+operations;
+.IP *
+perform
+.BR madvise (2)
+.B MADV_HWPOISON
+operation.
 .RE
 .PD
 .TP
@@ -358,7 +363,10 @@ Use
 .TP
 .B CAP_SYS_PTRACE
 Trace arbitrary processes using
-.BR ptrace (2)
+.BR ptrace (2);
+apply
+.BR get_robust_list (2)
+to arbitrary processes.
 .TP
 .B CAP_SYS_RAWIO
 Perform I/O port operations
@@ -395,6 +403,11 @@ limit for a System V message queue above the limit in
 .BR msgop (2)
 and
 .BR msgctl (2)).
+.IP *
+use
+.BR F_SETPIPE_SZ
+to increase the capacity of a pipe above the limit specified by
+.IR /proc/sys/fs/pipe-max-size .
 .RE
 .PD
 .TP