Might just need to get https://raw.githubusercontent.com/plesk/kb-scripts/master/update-chroot/update-chroot.sh and then run
Perhaps @Peter Debik knows more about this.
But then I wonder. If that provides access to /bin/bash .. does that allow Ghostscript commands to be run by chrooted user? I think we then need
And then I assume these have to be run by root as shown at https://support.plesk.com/hc/en-us/...chrooted-shell-environment-template-in-Plesk-
and then supposedlycurl -o update-chroot.sh https://raw.githubusercontent.com/plesk/kb-scripts/master/update-chroot/update-chroot.sh
chmod +x update-chroot.sh
./update-chroot.sh --add /bin/bash
This will add the /bin/bash executable to the chroot environment, making it available within the chrooted environment for any domains where you later apply the template.
Perhaps @Peter Debik knows more about this.
But then I wonder. If that provides access to /bin/bash .. does that allow Ghostscript commands to be run by chrooted user? I think we then need
./update-chroot.sh --add /path/to/ghostscript-binary
And then I assume these have to be run by root as shown at https://support.plesk.com/hc/en-us/...chrooted-shell-environment-template-in-Plesk-