Searched refs:PR_SET_SECCOMP (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/uapi/linux/ | ||
D | prctl.h | 60 #define PR_SET_SECCOMP 22 macro |
/bionic/libc/seccomp/ | ||
D | seccomp_policy.cpp | 213 if (prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &prog) < 0) { in install_filter() |