Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/translations/zh_CN/userspace-api/
Dseccomp_filter.rst105 ``SECCOMP_RET_USER_NOTIF``:
155 ``SECCOMP_RET_USER_NOTIF`` 返回值会让seccomp过滤器传递一个特定的系统调用给用户
/linux-6.12.1/tools/include/uapi/linux/
Dseccomp.h43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
/linux-6.12.1/include/uapi/linux/
Dseccomp.h43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
/linux-6.12.1/tools/perf/bench/
Dsched-seccomp-notify.c55 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
/linux-6.12.1/samples/seccomp/
Duser-trap.c96 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
/linux-6.12.1/kernel/
Dseccomp.c993 case SECCOMP_RET_USER_NOTIF: in seccomp_log()
1298 case SECCOMP_RET_USER_NOTIF: in __seccomp_filter()
2037 case SECCOMP_RET_USER_NOTIF: in seccomp_get_action_avail()
/linux-6.12.1/Documentation/userspace-api/
Dseccomp_filter.rst125 ``SECCOMP_RET_USER_NOTIF``:
194 The ``SECCOMP_RET_USER_NOTIF`` return code lets seccomp filters pass a
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c194 #ifndef SECCOMP_RET_USER_NOTIF
195 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro
3349 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()