Searched refs:SECCOMP_MODE_FILTER (Results 1 – 2 of 2) sorted by relevance
25 #define SECCOMP_MODE_FILTER 2 macro
178 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog) < 0) { in install_filter()