OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_RET_TRAP
(Results
26 - 27
of
27
) sorted by null
1
2
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c
67
#define
SECCOMP_RET_TRAP
0x00030000U // disallow and force a SIGSYS
421
BPF_STMT(BPF_RET+BPF_K,
SECCOMP_RET_TRAP
),
544
BPF_STMT(BPF_RET+BPF_K,
SECCOMP_RET_TRAP
),
[
all
...]
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
72
#define
SECCOMP_RET_TRAP
0x00030000U // disallow and force a SIGSYS
548
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_TRAP
),
671
BPF_STMT(BPF_RET|BPF_K,
SECCOMP_RET_TRAP
),
[
all
...]
Completed in 84 milliseconds
1
2