Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dseccomp.h38 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
/Linux-v5.4/samples/seccomp/
Dbpf-direct.c142 BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_TRAP), in install_filter()
/Linux-v5.4/kernel/
Dseccomp.c642 case SECCOMP_RET_TRAP: in seccomp_log()
819 case SECCOMP_RET_TRAP: in __seccomp_filter()
1351 case SECCOMP_RET_TRAP: in seccomp_get_action_avail()
/Linux-v5.4/Documentation/userspace-api/
Dseccomp_filter.rst104 ``SECCOMP_RET_TRAP``:
324 - A return value of ``SECCOMP_RET_TRAP`` will set a ``si_call_addr`` pointing to
345 ``SECCOMP_RET_TRAP``, use ``siginfo->si_call_addr``.) Do not check any other
/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c97 #define SECCOMP_RET_TRAP 0x00030000U /* disallow and force a SIGSYS */ macro
914 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
1055 BPF_STMT(BPF_RET|BPF_K, SECCOMP_RET_TRAP), in FIXTURE_SETUP()
2963 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST()