diff --git a/data/time.json b/data/time.json new file mode 100644 index 0000000..744029e --- /dev/null +++ b/data/time.json @@ -0,0 +1,20 @@ +{ + "description": "Note that the shell might have its own builtin time implementation, which may behave differently than '/usr/bin/time', hence the absolute path.", + "functions": { + "shell": [ + { + "code": "/usr/bin/time /bin/sh" + } + ], + "suid": [ + { + "code": "./time /bin/sh -p" + } + ], + "sudo": [ + { + "code": "sudo /usr/bin/time /bin/sh" + } + ] + } +} \ No newline at end of file