From 95d35615b8bd0653eae625815babba521da9c5bd Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Mon, 18 Mar 2019 21:22:53 +0100 Subject: [PATCH] Fix user namespaces link in howitoworks.md --- sandboxed_api/sandbox2/docs/howitworks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandboxed_api/sandbox2/docs/howitworks.md b/sandboxed_api/sandbox2/docs/howitworks.md index 1d9df32..e92d94e 100644 --- a/sandboxed_api/sandbox2/docs/howitworks.md +++ b/sandboxed_api/sandbox2/docs/howitworks.md @@ -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.