|
@@ -191,6 +191,7 @@ read the file /proc/PID/status:
|
|
|
CapPrm: 0000000000000000
|
|
|
CapEff: 0000000000000000
|
|
|
CapBnd: ffffffffffffffff
|
|
|
+ NoNewPrivs: 0
|
|
|
Seccomp: 0
|
|
|
voluntary_ctxt_switches: 0
|
|
|
nonvoluntary_ctxt_switches: 1
|
|
@@ -262,6 +263,7 @@ Table 1-2: Contents of the status files (as of 4.1)
|
|
|
CapPrm bitmap of permitted capabilities
|
|
|
CapEff bitmap of effective capabilities
|
|
|
CapBnd bitmap of capabilities bounding set
|
|
|
+ NoNewPrivs no_new_privs, like prctl(PR_GET_NO_NEW_PRIV, ...)
|
|
|
Seccomp seccomp mode, like prctl(PR_GET_SECCOMP, ...)
|
|
|
Cpus_allowed mask of CPUs on which this process may run
|
|
|
Cpus_allowed_list Same as previous, but in "list format"
|