OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SECCOMP_MODE_STRICT
(Results
26 - 26
of
26
) sorted by null
1
2
/cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c
62
#ifndef
SECCOMP_MODE_STRICT
63
#define
SECCOMP_MODE_STRICT
1
96
long ret = prctl(PR_SET_SECCOMP,
SECCOMP_MODE_STRICT
, NULL, NULL, NULL);
104
long ret = prctl(PR_SET_SECCOMP,
SECCOMP_MODE_STRICT
, NULL, NULL, NULL);
251
ret = prctl(PR_SET_SECCOMP,
SECCOMP_MODE_STRICT
, NULL, 0, 0);
[
all
...]
Completed in 266 milliseconds
1
2