Adds user namespace to the list of namespaces
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
5d2eb180f6
commit
d5c2670df6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue