Searched refs:PR_GET_SECCOMP (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/include/uapi/linux/ |
| D | prctl.h | 66 #define PR_GET_SECCOMP 21 macro
|
| /linux-4.4.14/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 298 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST() 304 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
|
| /linux-4.4.14/kernel/ |
| D | sys.c | 2153 case PR_GET_SECCOMP: in SYSCALL_DEFINE5()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | proc.txt | 254 Seccomp seccomp mode, like prctl(PR_GET_SECCOMP, ...)
|