OSDN Git Service

LDP: Update original to LDP v3.77
[linuxjm/LDP_man-pages.git] / original / man5 / proc.5
index 2b86483..d3f0826 100644 (file)
@@ -1599,6 +1599,7 @@ CapInh: 0000000000000000
 CapPrm: 0000000000000000
 CapEff: 0000000000000000
 CapBnd: ffffffffffffffff
+Seccomp:        0
 Cpus_allowed:   00000001
 Cpus_allowed_list:      0
 Mems_allowed:   1
@@ -1711,6 +1712,21 @@ Capability Bounding set
 (since Linux 2.6.26, see
 .BR capabilities (7)).
 .IP *
+.IR Seccomp :
+.\" commit 2f4b3bf6b2318cfaa177ec5a802f4d8d6afbd816
+Seccomp mode of the process
+(since Linux 3.8, see
+.BR seccomp (2)).
+0 means
+.BR SECCOMP_MODE_DISABLED ;
+1 means
+.BR SECCOMP_MODE_STRICT ;
+2 means
+.BR SECCOMP_MODE_FILTER .
+This field is provided only if the kernel was built with the
+.BR CONFIG_SECCOMP
+kernel configuration option enabled.
+.IP *
 .IR Cpus_allowed :
 Mask of CPUs on which this process may run
 (since Linux 2.6.24, see
@@ -1744,7 +1760,7 @@ The values of all six argument registers are exposed,
 although most system calls use fewer registers.
 
 If the process is blocked, but not in a system call,
-then the file displays -1 in place of the system call number,
+then the file displays \-1 in place of the system call number,
 followed by just the values of the stack pointer and program counter.
 If process is not blocked, then file contains just the string "running".
 
@@ -4409,7 +4425,7 @@ The Linux kernel source files:
 and
 .IR Documentation/sysctl/vm.txt .
 .SH COLOPHON
-This page is part of release 3.76 of the Linux
+This page is part of release 3.77 of the Linux
 .I man-pages
 project.
 A description of the project,