Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRACE (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dseccomp.h24 #define SECCOMP_RET_TRACE 0x7ff00000U macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dseccomp.h42 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
99 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the
104 * SECCOMP_USER_NOTIF_FLAG_CONTINUE. Note that SECCOMP_RET_TRACE can equally
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
101 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the
106 * SECCOMP_USER_NOTIF_FLAG_CONTINUE. Note that SECCOMP_RET_TRACE can equally
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dseccomp.h44 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
101 * or SECCOMP_RET_TRACE. For SECCOMP_RET_USER_NOTIF filters acting on the
106 * SECCOMP_USER_NOTIF_FLAG_CONTINUE. Note that SECCOMP_RET_TRACE can equally
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dseccomp.h41 #define SECCOMP_RET_TRACE 0x7ff00000U macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dseccomp.h41 #define SECCOMP_RET_TRACE 0x7ff00000U macro
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c108 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
1168 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1645 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
2072 * All of the SECCOMP_RET_TRACE behaviors can be tested with either in FIXTURE_VARIANT()
2073 * SECCOMP_RET_TRACE+PTRACE_CONT or plain ptrace()+PTRACE_SYSCALL. in FIXTURE_VARIANT()
2074 * This indicates if we should use SECCOMP_RET_TRACE (false), or in FIXTURE_VARIANT()
2094 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
2096 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
2098 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2100 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | in FIXTURE_SETUP()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c744 case SECCOMP_RET_TRACE: in seccomp_log()
962 case SECCOMP_RET_TRACE: in __seccomp_filter()
1657 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c111 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
1183 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1670 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
2111 * All of the SECCOMP_RET_TRACE behaviors can be tested with either in FIXTURE_VARIANT()
2112 * SECCOMP_RET_TRACE+PTRACE_CONT or plain ptrace()+PTRACE_SYSCALL. in FIXTURE_VARIANT()
2113 * This indicates if we should use SECCOMP_RET_TRACE (false), or in FIXTURE_VARIANT()
2133 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
2135 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
2137 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2139 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | in FIXTURE_SETUP()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c977 case SECCOMP_RET_TRACE: in seccomp_log()
1242 case SECCOMP_RET_TRACE: in __seccomp_filter()
2020 case SECCOMP_RET_TRACE: in seccomp_get_action_avail()

Completed in 15 milliseconds