projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87ffc4
)
examples/apache: manual formatting of seccomp-bpf policy
author
Robert Swiecki
<robert@swiecki.net>
Fri, 7 Jul 2017 00:37:33 +0000
(
02:37
+0200)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 7 Jul 2017 00:37:33 +0000
(
02:37
+0200)
configs/apache.cfg
patch
|
blob
|
history
diff --git
a/configs/apache.cfg
b/configs/apache.cfg
index 8c46851097ae59a0ae612f4427028ab647fef4f5..669d379a630874c3a35e0a0875ea049c65e33f30 100644
(file)
--- a/
configs/apache.cfg
+++ b/
configs/apache.cfg
@@
-132,12
+132,12
@@
mount {
}
seccomp_string: "
- POLICY example {
- KILL {
- ptrace,
- process_vm_readv,
- process_vm_writev
- }
+
POLICY example {
+
KILL {
+
ptrace,
+
process_vm_readv,
+
process_vm_writev
+
}
}
USE example DEFAULT ALLOW
"