Adds user namespace to the list of namespaces

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2015-06-24 21:14:35 -07:00
parent 5d2eb180f6
commit d5c2670df6
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"network",
"mount",
"ipc",
"uts"
"uts",
"user"
],
```
@ -26,6 +27,8 @@ For Linux the mapping is
* uts -> uts Hostname and NIS domain name are specific to the container
* user -> user uids/gids on the host are mapped to different uids/gids in the container, so root in a container could be a non-root, unprivileged uid on the host
## Linux Control groups
## Linux Seccomp