aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
Diffstat (limited to 'man5')
-rw-r--r--man5/proc.518
1 files changed, 0 insertions, 18 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index e75f34e4a2..3d7140e51b 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1587,8 +1587,6 @@ check; see
.\" FIXME Describe /proc/[pid]/projid_map
.\" Added in 3.7
.\" commit f76d207a66c3a53defea67e7d36c3eb1b7d6d61d
-.\" FIXME Describe /proc/[pid]/seccomp
-.\" Added in 2.6.12
.TP
.IR /proc/[pid]/seccomp " (Linux 2.6.12 to 2.6.22)"
This file can be used to read and change the process's
@@ -1632,22 +1630,6 @@ field in
.\" Added in 2.6.9
.\" CONFIG_SCHEDSTATS
.TP
-.IR /proc/[pid]/seccomp " (from Linux 2.6.12 to 2.6.22)"
-Read/set the seccomp mode for the process.
-If this file contains the value zero, seccomp mode is not enabled.
-Writing the value 1 to this file (irreversibly) places the process in
-seccomp mode: the only permitted system calls are
-.BR read (2),
-.BR write (2),
-.BR _exit (2),
-and
-.BR sigreturn (2).
-This file went away in Linux 2.6.23,
-.\" commit 1d9d02feeee89e9132034d504c9a45eeaf618a3d
-when it was replaced by a
-.BR prctl (2)-based
-mechanism.
-.TP
.IR /proc/[pid]/setgroups " (since Linux 3.19)"
See
.BR user_namespaces (7).