<TimMc>
Is there anything like Sandstorm's app sandboxing that I can just use at the command line? Like if I want to run some potentially dodgy code, but I don't feel like figuring out how to do that safely in Docker.
<isd>
Firejail maybe? not going to be as turn-key when the apps aren't written for it, but...
TimMc has quit [Ping timeout: 252 seconds]
TimMc has joined #sandstorm
<TimMc>
isd: Hmm, that's a thought!
<TimMc>
Use-case is someone needing to test a build tool against repos some random person said it was breaking on. :-)
<isd>
Spinning up a VM would probably be my approach...