Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_ALLOW (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/samples/seccomp/
Dbpf-direct.c118 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_filter()
121 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_filter()
124 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_filter()
126 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_filter()
141 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_filter()
Ddropper.c39 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_filter()
Duser-trap.c93 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in user_trap_syscall()
Dbpf-helper.h46 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW)
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c94 #ifndef SECCOMP_RET_ALLOW
112 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
388 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST()
419 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST()
456 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST()
494 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST()
517 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST()
542 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST()
665 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST_SIGNAL()
692 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in TEST_SIGNAL()
[all …]
Dseccomp_benchmark.c126 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in main()
134 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_ALLOW), in main()
/linux-5.19.10/samples/bpf/
Dtracex5_user.c24 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_ALLOW), in install_accept_all_seccomp()
/linux-5.19.10/include/uapi/linux/
Dseccomp.h46 #define SECCOMP_RET_ALLOW 0x7fff0000U /* allow */ macro
/linux-5.19.10/kernel/
Dseccomp.c404 u32 ret = SECCOMP_RET_ALLOW; in seccomp_run_filters()
414 return SECCOMP_RET_ALLOW; in seccomp_run_filters()
751 return k == SECCOMP_RET_ALLOW; in seccomp_is_const_allow()
960 case SECCOMP_RET_ALLOW: in seccomp_log()
1283 case SECCOMP_RET_ALLOW: in __seccomp_filter()
1958 case SECCOMP_RET_ALLOW: in seccomp_get_action_avail()
/linux-5.19.10/Documentation/userspace-api/
Dseccomp_filter.rst163 ``SECCOMP_RET_ALLOW``:
317 as it is not possible to log ``SECCOMP_RET_ALLOW`` actions. Attempting
/linux-5.19.10/Documentation/networking/
Dfilter.rst359 good: ret #0x7fff0000 /* SECCOMP_RET_ALLOW */