mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix user namespaces link in howitoworks.md
This commit is contained in:
parent
177b969e8c
commit
95d35615b8
|
@ -47,7 +47,7 @@ can specify raw BPF macros, like in the [crc4](../examples/crc4/crc4sandbox.cc)
|
||||||
example.
|
example.
|
||||||
|
|
||||||
Filesystem accesses are restricted with the help of Linux
|
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
|
User namespaces allow to drop the sandboxee into a custom chroot environment
|
||||||
without requiring root privileges.
|
without requiring root privileges.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user