diff --git a/data/cupsfilter.json b/data/cupsfilter.json new file mode 100644 index 0000000..5487562 --- /dev/null +++ b/data/cupsfilter.json @@ -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" + } + ] + } +}