Home
last modified time | relevance | path

Searched refs:PR_GET_SECCOMP (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/include/uapi/linux/
H A Dprctl.h67 #define PR_GET_SECCOMP 21 macro
/linux-6.15/include/uapi/linux/
H A Dprctl.h67 #define PR_GET_SECCOMP 21 macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h67 #define PR_GET_SECCOMP 21 macro
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c547 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
553 ret = prctl(PR_GET_SECCOMP, 0, 0, 0, 0); in TEST()
/linux-6.15/kernel/
H A Dsys.c2551 case PR_GET_SECCOMP: in SYSCALL_DEFINE5()
/linux-6.15/Documentation/filesystems/
H A Dproc.rst309 Seccomp seccomp mode, like prctl(PR_GET_SECCOMP, ...)