Home
last modified time | relevance | path

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

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