Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h45 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst125 ``SECCOMP_RET_LOG``:
/linux-6.3-rc2/kernel/
A Dseccomp.c974 case SECCOMP_RET_LOG: in seccomp_log()
1279 case SECCOMP_RET_LOG: in __seccomp_filter()
1957 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A 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()
3241 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst154 ``SECCOMP_RET_LOG``:

Completed in 26 milliseconds