examples/apache: manual formatting of seccomp-bpf policy

This commit is contained in:
Robert Swiecki 2017-07-07 02:36:23 +02:00
parent 657166bf73
commit b87ffc44df

View File

@ -132,13 +132,12 @@ mount {
}
seccomp_string: "
POLICY example {
KILL
{
ptrace,
POLICY example {
KILL {
ptrace,
process_vm_readv,
process_vm_writev
}
}
}
USE example DEFAULT ALLOW
"