Home
last modified time | relevance | path

Searched refs:SECCOMP_RET_TRAP (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dseccomp.h41 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/linux-5.19.10/samples/seccomp/
Dbpf-direct.c142 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in install_filter()
/linux-5.19.10/Documentation/userspace-api/
Dseccomp_filter.rst104 ``SECCOMP_RET_TRAP``:
346 - A return value of ``SECCOMP_RET_TRAP`` will set a ``si_call_addr`` pointing to
367 ``SECCOMP_RET_TRAP``, use ``siginfo->si_call_addr``.) Do not check any other
/linux-5.19.10/kernel/
Dseccomp.c962 case SECCOMP_RET_TRAP: in seccomp_log()
1223 case SECCOMP_RET_TRAP: in __seccomp_filter()
1953 case SECCOMP_RET_TRAP: in seccomp_get_action_avail()
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c109 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
1050 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
1191 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
3225 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()