Merge pull request #2 from disconnect3d:patch-3

PiperOrigin-RevId: 239354706
Change-Id: Ib9b5eca822bcf114a90c7dc96a9a2dacd318d016
This commit is contained in:
Christian Blichmann 2019-03-20 09:42:46 +01:00
commit 3600a8a090

View File

@ -47,7 +47,7 @@ can specify raw BPF macros, like in the [crc4](../examples/crc4/crc4sandbox.cc)
example.
Filesystem accesses are restricted with the help of Linux
[user namespaces][(http://man7.org/linux/man-pages/man7/user_namespaces.7.html).
[user namespaces](http://man7.org/linux/man-pages/man7/user_namespaces.7.html).
User namespaces allow to drop the sandboxee into a custom chroot environment
without requiring root privileges.