Install NsJail from source
masterTo build NsJail from source on Debian/Ubuntu, install the required dependencies and use make.
Dependencies:
autoconf,bison,flex,gcc,g++,git,libprotobuf-dev,libnl-route-3-dev,libtool,make,pkg-config,protobuf-compiler
# Install dependencies (Debian/Ubuntu)
sudo apt-get install autoconf bison flex gcc g++ git libprotobuf-dev libnl-route-3-dev libtool make pkg-config protobuf-compiler
git clone https://github.com/google/nsjail.git
cd nsjail
make