NAME PR_SET_SECCOMP - set the secure computing mode LIBRARY Standard C library ( libc ... constants */ #include <sys/prctl.h> [[deprecated]] int prctl(PR_SET_SECCOMP, long mode , .…functionally identical to the call: prctl(PR_SET_SECCOMP, SECCOMP_MODE_STRICT); SECCOMP_SET_MODE ... functionally identical to the call: prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, …PR_GET_PDEATHSIG PR_SET_PTRACER PR_SET_SECCOMP PR_GET_SECCOMP PR_SET_SECUREBITS ... PDEATHSIG (2const), PR_SET_PTRACER (2const), PR_SET_SECCOMP (2const), PR_GET_SECCOMP (2const), P…Linux 2.6.23. SEE ALSO prctl (2), PR_SET_SECCOMP (2const), seccompprctl (2) PR_GET_SECCOMP and PR_SET_SECCOMP operations (and later by seccompNAME PR_SET