From 0c52d65f8dd8667e1800ae0b8dc53a7ea56bf779 Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Wed, 18 Mar 2020 10:50:10 +0100 Subject: [PATCH] add data source for soelim --- data/soelim.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/soelim.json diff --git a/data/soelim.json b/data/soelim.json new file mode 100644 index 0000000..a589c29 --- /dev/null +++ b/data/soelim.json @@ -0,0 +1,20 @@ +{ + "description": "The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files.", + "functions": { + "file-read": [ + { + "code": "soelim \"[file]\"\n" + } + ], + "suid": [ + { + "code": "./soelim \"[file]\"\n" + } + ], + "sudo": [ + { + "code": "sudo soelim \"[file]\"\n" + } + ] + } +} \ No newline at end of file