Lightweight sandbox for commands with network and filesystem restrictions
Lightweight sandbox for commands with network and filesystem restrictions
fence$ fence --no-network echo 'Hello World'$ fence --allow /tmp -- ls /tmp$ fence --no-network --read-only /home/user/script.sh