Merge branch 'master' of ssh://github.com/google/nsjail

This commit is contained in:
Robert Swiecki 2017-07-05 13:03:22 +02:00
commit 1ece9abf71

View File

@ -169,6 +169,7 @@ mount {
seccomp_string: " seccomp_string: "
POLICY example { POLICY example {
ERRNO(1337) { geteuid },
KILL { syslog }, KILL { syslog },
ERRNO(0) { ptrace } ERRNO(0) { ptrace }
} }