examples/apache: manual formatting of seccomp-bpf policy
authorRobert Swiecki <robert@swiecki.net>
Fri, 7 Jul 2017 00:37:33 +0000 (02:37 +0200)
committerRobert Swiecki <robert@swiecki.net>
Fri, 7 Jul 2017 00:37:33 +0000 (02:37 +0200)
configs/apache.cfg

index 8c46851097ae59a0ae612f4427028ab647fef4f5..669d379a630874c3a35e0a0875ea049c65e33f30 100644 (file)
@@ -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
 "