Home
last modified time | relevance | path

Searched defs:SECCOMP_RET_LOG (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dseccomp.h43 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/external/minijail/
Dbpf.h55 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/external/minijail/tools/
Dbpf.py73 SECCOMP_RET_LOG = 0x7ffc0000 variable
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c107 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro