OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seccomp
(Results
1 - 11
of
11
) sorted by null
/external/kernel-headers/original/linux/
seccomp.h
8
/* Valid values for
seccomp
.mode and prctl(PR_SET_SECCOMP, <mode>) */
9
#define SECCOMP_MODE_DISABLED 0 /*
seccomp
is not in use. */
51
#include <asm/
seccomp
.h>
55
* struct
seccomp
- the state of a
seccomp
'ed process
65
struct
seccomp
{
struct
87
static inline int seccomp_mode(struct
seccomp
*s)
96
struct
seccomp
{ };
struct
112
static inline int seccomp_mode(struct
seccomp
*s)
sched.h
73
#include <linux/
seccomp
.h>
901
seccomp_t
seccomp
;
member in struct:task_struct
[
all
...]
/external/chromium_org/chrome/tools/
chrome-process-identifier.sh
51
local child cmd foundzygote plugin
seccomp
type
72
# The
seccomp
sandbox has exactly one child process that has no other
74
seccomp
="$(ps h --format pid --ppid $child|xargs)"
76
if [ $(echo "$
seccomp
" | wc -w) -eq 1 ] &&
77
[ $(ls /proc/$
seccomp
/task 2>/dev/null | wc -w) -eq 1 ] &&
78
ls -l /proc/$
seccomp
/exe 2>/dev/null |
80
echo "Process $child is a sandboxed $type (
seccomp
helper:" \
81
"$
seccomp
)"
87
if [ $(echo "$
seccomp
" | wc -w) -eq 1 ]; then
88
echo "Process $child is a setuid sandboxed $type (
seccomp
" \
[
all
...]
/external/chromium_org/sandbox/
seccomp_bpf.target.darwin-arm.mk
27
sandbox/linux/
seccomp
-bpf/basicblock.cc \
28
sandbox/linux/
seccomp
-bpf/codegen.cc \
29
sandbox/linux/
seccomp
-bpf/die.cc \
30
sandbox/linux/
seccomp
-bpf/errorcode.cc \
31
sandbox/linux/
seccomp
-bpf/sandbox_bpf.cc \
32
sandbox/linux/
seccomp
-bpf/syscall.cc \
33
sandbox/linux/
seccomp
-bpf/syscall_iterator.cc \
34
sandbox/linux/
seccomp
-bpf/trap.cc \
35
sandbox/linux/
seccomp
-bpf/verifier.cc
seccomp_bpf.target.darwin-x86.mk
27
sandbox/linux/
seccomp
-bpf/basicblock.cc \
28
sandbox/linux/
seccomp
-bpf/codegen.cc \
29
sandbox/linux/
seccomp
-bpf/die.cc \
30
sandbox/linux/
seccomp
-bpf/errorcode.cc \
31
sandbox/linux/
seccomp
-bpf/sandbox_bpf.cc \
32
sandbox/linux/
seccomp
-bpf/syscall.cc \
33
sandbox/linux/
seccomp
-bpf/syscall_iterator.cc \
34
sandbox/linux/
seccomp
-bpf/trap.cc \
35
sandbox/linux/
seccomp
-bpf/verifier.cc
seccomp_bpf.target.linux-arm.mk
27
sandbox/linux/
seccomp
-bpf/basicblock.cc \
28
sandbox/linux/
seccomp
-bpf/codegen.cc \
29
sandbox/linux/
seccomp
-bpf/die.cc \
30
sandbox/linux/
seccomp
-bpf/errorcode.cc \
31
sandbox/linux/
seccomp
-bpf/sandbox_bpf.cc \
32
sandbox/linux/
seccomp
-bpf/syscall.cc \
33
sandbox/linux/
seccomp
-bpf/syscall_iterator.cc \
34
sandbox/linux/
seccomp
-bpf/trap.cc \
35
sandbox/linux/
seccomp
-bpf/verifier.cc
seccomp_bpf.target.linux-x86.mk
27
sandbox/linux/
seccomp
-bpf/basicblock.cc \
28
sandbox/linux/
seccomp
-bpf/codegen.cc \
29
sandbox/linux/
seccomp
-bpf/die.cc \
30
sandbox/linux/
seccomp
-bpf/errorcode.cc \
31
sandbox/linux/
seccomp
-bpf/sandbox_bpf.cc \
32
sandbox/linux/
seccomp
-bpf/syscall.cc \
33
sandbox/linux/
seccomp
-bpf/syscall_iterator.cc \
34
sandbox/linux/
seccomp
-bpf/trap.cc \
35
sandbox/linux/
seccomp
-bpf/verifier.cc
seccomp_bpf_helpers.target.darwin-arm.mk
26
sandbox/linux/
seccomp
-bpf-helpers/baseline_policy.cc \
27
sandbox/linux/
seccomp
-bpf-helpers/sigsys_handlers.cc \
28
sandbox/linux/
seccomp
-bpf-helpers/syscall_parameters_restrictions.cc \
29
sandbox/linux/
seccomp
-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.darwin-x86.mk
26
sandbox/linux/
seccomp
-bpf-helpers/baseline_policy.cc \
27
sandbox/linux/
seccomp
-bpf-helpers/sigsys_handlers.cc \
28
sandbox/linux/
seccomp
-bpf-helpers/syscall_parameters_restrictions.cc \
29
sandbox/linux/
seccomp
-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-arm.mk
26
sandbox/linux/
seccomp
-bpf-helpers/baseline_policy.cc \
27
sandbox/linux/
seccomp
-bpf-helpers/sigsys_handlers.cc \
28
sandbox/linux/
seccomp
-bpf-helpers/syscall_parameters_restrictions.cc \
29
sandbox/linux/
seccomp
-bpf-helpers/syscall_sets.cc
seccomp_bpf_helpers.target.linux-x86.mk
26
sandbox/linux/
seccomp
-bpf-helpers/baseline_policy.cc \
27
sandbox/linux/
seccomp
-bpf-helpers/sigsys_handlers.cc \
28
sandbox/linux/
seccomp
-bpf-helpers/syscall_parameters_restrictions.cc \
29
sandbox/linux/
seccomp
-bpf-helpers/syscall_sets.cc
Completed in 861 milliseconds