diff --git a/data/timeout.json b/data/timeout.json new file mode 100644 index 0000000..83c4806 --- /dev/null +++ b/data/timeout.json @@ -0,0 +1,19 @@ +{ + "functions": { + "shell": [ + { + "code": "timeout 7d /bin/sh" + } + ], + "suid": [ + { + "code": "./timeout 7d /bin/sh -p" + } + ], + "sudo": [ + { + "code": "sudo timeout --foreground 7d /bin/sh" + } + ] + } +} \ No newline at end of file