Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dseccomp.h43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
/linux-5.19.10/samples/seccomp/
Duser-trap.c92 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
/linux-5.19.10/kernel/
Dseccomp.c971 case SECCOMP_RET_USER_NOTIF: in seccomp_log()
1273 case SECCOMP_RET_USER_NOTIF: in __seccomp_filter()
1955 case SECCOMP_RET_USER_NOTIF: in seccomp_get_action_avail()
/linux-5.19.10/Documentation/userspace-api/
Dseccomp_filter.rst125 ``SECCOMP_RET_USER_NOTIF``:
194 The ``SECCOMP_RET_USER_NOTIF`` return code lets seccomp filters pass a
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c188 #ifndef SECCOMP_RET_USER_NOTIF
189 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
3330 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()