Searched refs:PR_SET_SECCOMP (Results 1 – 4 of 4) sorted by relevance
60 #define PR_SET_SECCOMP 22 macro
56 …|| arg0 == PR_SET_NO_NEW_PRIVS || arg0 == PR_GET_DUMPABLE || arg0 == PR_SET_SECCOMP || arg0 == 0x3…
178 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog) < 0) { in install_filter()