Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/Linux-v6.6/include/uapi/linux/
Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/Linux-v6.6/Documentation/translations/zh_CN/userspace-api/
Dseccomp_filter.rst125 ``SECCOMP_RET_LOG``:
/Linux-v6.6/kernel/
Dseccomp.c983 case SECCOMP_RET_LOG: in seccomp_log()
1291 case SECCOMP_RET_LOG: in __seccomp_filter()
2021 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/Linux-v6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c114 #ifndef SECCOMP_RET_LOG
115 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
584 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in TEST()
1176 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP()
3245 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()
/Linux-v6.6/Documentation/userspace-api/
Dseccomp_filter.rst154 ``SECCOMP_RET_LOG``: