Home | History | Annotate | Download | only in tools

Lines Matching refs:seccomp

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" \
89 "helper: $seccomp)"