Add back ERRNO(1337) for example config
authorAndy Pan <andy0130tw@yahoo.com.tw>
Mon, 3 Jul 2017 20:26:37 +0000 (04:26 +0800)
committerAndy Pan <andy0130tw@yahoo.com.tw>
Mon, 3 Jul 2017 20:26:37 +0000 (04:26 +0800)
configs/bash-with-fake-geteuid.cfg

index a8d5ed51902e2f42f974f5867a639a467ddc8c8b..17a2fd0d81e164ccf03291e97c097e599d2aeef1 100644 (file)
@@ -169,6 +169,7 @@ mount {
 
 seccomp_string: "
        POLICY example {
+               ERRNO(1337) { geteuid },
                KILL { syslog },
                ERRNO(0) { ptrace }
        }