Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRACE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dseccomp.h31 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c75 #define SECCOMP_RET_TRACE 0x7ff00000U /* pass to a tracer or disallow */ macro
754 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE), in FIXTURE_SETUP()
1164 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1001), in FIXTURE_SETUP()
1367 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1002), in FIXTURE_SETUP()
1369 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1003), in FIXTURE_SETUP()
1371 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE | 0x1004), in FIXTURE_SETUP()
2058 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x100), in TEST()
2060 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRACE|0x200), in TEST()
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt117 SECCOMP_RET_TRACE:
203 - A return value of SECCOMP_RET_TRACE will signal the tracer as usual,
215 0xFFFFFFFFFF600000. (For SECCOMP_RET_TRACE, use rip. For
/linux-4.4.14/kernel/
Dseccomp.c608 case SECCOMP_RET_TRACE: in __seccomp_phase1_filter()
688 BUG_ON(action != SECCOMP_RET_TRACE); in seccomp_phase2()