diff --git a/bucket/chroot.json b/bucket/chroot.json new file mode 100644 index 0000000000..8a48f69d33 --- /dev/null +++ b/bucket/chroot.json @@ -0,0 +1,26 @@ +{ + "version": "2.0", + "description": "A popular Linux tool that allows you to run a program that cannot access files outside of a specific file system folder tree.", + "homepage": "https://www.airesoft.co.uk/chroot", + "license": "MIT", + "url": "https://www.airesoft.co.uk/files/chroot.7z", + "hash": "sha256:a70da8af68b6bf32c7d2c1448c86cb3f3b6437e6e551991cf9d912a528bf38a7", + "architecture": { + "64bit": { + "bin": [ + [ + "Chroot64.exe", + "chroot" + ] + ] + }, + "32bit": { + "bin": [ + [ + "Chroot.exe", + "chroot" + ] + ] + } + } +}