You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
420 B
JSON

{
"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"
}
]
}
}