Home
last modified time | relevance | path

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

/linux/include/uapi/linux/ !
H A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/linux/tools/include/uapi/linux/ !
H A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/linux/Documentation/translations/zh_CN/userspace-api/ !
H A Dseccomp_filter.rst125 ``SECCOMP_RET_LOG``:
/linux/kernel/ !
H A Dseccomp.c1013 case SECCOMP_RET_LOG: in seccomp_log()
1327 case SECCOMP_RET_LOG: in __seccomp_filter()
2060 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/linux/tools/testing/selftests/seccomp/ !
H 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()
/linux/Documentation/userspace-api/ !
H A Dseccomp_filter.rst154 ``SECCOMP_RET_LOG``: