Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dseccomp.h43 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
/linux/kernel/
A Dseccomp.c965 case SECCOMP_RET_LOG: in seccomp_log()
1249 case SECCOMP_RET_LOG: in __seccomp_filter()
1910 case SECCOMP_RET_LOG: in seccomp_get_action_avail()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c111 #ifndef SECCOMP_RET_LOG
112 #define SECCOMP_RET_LOG 0x7ffc0000U /* allow after logging */ macro
571 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in TEST()
1163 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_LOG), in FIXTURE_SETUP()
3176 SECCOMP_RET_LOG, SECCOMP_RET_ALLOW }; in TEST()
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst154 ``SECCOMP_RET_LOG``:

Completed in 21 milliseconds