commit | a25cd900710305660a653c6b63d76286d8d6cdfe | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Feb 11 14:11:13 2019 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Feb 11 14:48:35 2019 -0800 |
tree | 2a953a7049bdc01b2bd21e03e429765925be6b66 | |
parent | 3de13eeda716244ac196b5a501f98c98bc3947d0 [diff] |
Revert hacks needed for old glibc We've upgraded our glibc sysroot, so these now compile. Test: treehugger Change-Id: I8af49b3db7573a5a00cb92f884e5f428a76377cd
This is NOT an official Google product.
NsJail is a process isolation tool for Linux. It utilizes Linux namespace subsystem, resource limits, and the seccomp-bpf syscall filters of the Linux kernel.
It can help you with (among other things):
Features:
/proc
and tmpfs
mount pointsPS: You‘ll need to have a valid file-system tree in /chroot
. If you don’t have it, change /chroot
to /
PS: You‘ll need to have a valid file-system tree in /chroot
. If you don’t have it, change /chroot
to /
PS: You‘ll need to have a valid file-system tree in /chroot
. If you don’t have it, change /chroot
to /
PS: You‘ll need to have a valid file-system tree in /chroot
. If you don’t have it, change /chroot
to /
You will also find all examples in the configs directory.
config.proto contains ProtoBuf schema for nsjail's configuration format.
You can examine an example config file in configs/bash-with-fake-geteuid.cfg.
Usage:
You can also override certain options with command-line options. Here, the executed binary (/bin/bash) is overriden with /usr/bin/id, yet options from configs/bash-with-fake-geteuid.cfg still apply
You might also want to try using configs/home-documents-with-xorg-no-net.cfg.
The configs/firefox-with-net.cfg config file will allow you to run firefox inside a sandboxed environment:
A more complex setup, which utilizes virtualized (cloned) Ethernet interfaces (to separate it from the main network namespace), can be found in configs/firefox-with-cloned-net.cfg. Remember to change relevant UIDs and Ethernet interface names before use.
As using cloned Ethernet interfaces (MACVTAP) required root privileges, you'll have to run it under sudo:
The command-line options should be self-explanatory, while the proto-buf config options are described in config.proto
To launch nsjail in a docker container clone the repository and build the docker image:
This will build up an image containing njsail and kafel.
From now you can either use it in another Dockerfile (FROM nsjailcontainer
) or directly: