Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_LOG (Results 1 – 2 of 2) sorted by relevance

/tools/include/uapi/linux/
A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c121 #ifndef SECCOMP_RET_LOG
122 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
597 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in TEST()
1189 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP()
3254 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()

Completed in 13 milliseconds