From 2da936fe2bfcd397d17df359936e971069ec8b73 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 1 Sep 2021 23:57:17 +0200 Subject: [PATCH] prctl.2: Note that seccomp(2) is preferred over prctl(2) for setting seccomp mode Signed-off-by: Michael Kerrisk --- man2/prctl.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/prctl.2 b/man2/prctl.2 index b38af67e7..25750ae81 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -1135,7 +1135,8 @@ the available system calls. The more recent .BR seccomp (2) system call provides a superset of the functionality of -.BR PR_SET_SECCOMP . +.BR PR_SET_SECCOMP , +and is the preferred interface for new applications. .IP The seccomp mode is selected via .IR arg2 .