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.

15 lines
332 B
JSON

{
"description": "This can be run with elevated privileges to change ownership and then read, write, or execute a file.",
"functions": {
"suid": [
{
"code": "./chown $(id -un):$(id -gn) [file]\n"
}
],
"sudo": [
{
"code": "sudo chown $(id -un):$(id -gn) [file]\n"
}
]
}
}