AREPL-vscode
AREPL-vscode copied to clipboard
CHroot process in python or something
see https://github.com/Almenon/AREPL-vscode/issues/141
See if there's some way to prevent process from writing / deleting anything
https://unix.stackexchange.com/questions/64642/how-to-prevent-a-process-from-writing-files
I could open up a shell via python and run those commands maybe??
mount --bind /foo/ /path/to/chroot/
mount -o remount,ro /path/to/chroot/
Not sure how to launch process inside chroot.