Searched refs:SECCOMP_RET_USER_NOTIF (Results 1 – 6 of 6) sorted by relevance
105 ``SECCOMP_RET_USER_NOTIF``:155 ``SECCOMP_RET_USER_NOTIF`` 返回值会让seccomp过滤器传递一个特定的系统调用给用户
43 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U /* notifies userspace */ macro
92 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_USER_NOTIF), in user_trap_syscall()
971 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()
125 ``SECCOMP_RET_USER_NOTIF``:194 The ``SECCOMP_RET_USER_NOTIF`` return code lets seccomp filters pass a
192 #ifndef SECCOMP_RET_USER_NOTIF193 #define SECCOMP_RET_USER_NOTIF 0x7fc00000U macro3344 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_USER_NOTIF), in user_notif_syscall()
Completed in 18 milliseconds