Merge pull request #452 from wking/do-not-modify-filesystem-owners

config-linux: Make “don't modify filesystem permissions” generic
This commit is contained in:
Mrunal Patel 2016-05-24 15:18:46 -07:00
commit 878fac1f30
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Also, when a path is specified, a runtime MUST assume that the setup for that pa
```
uid/gid mappings describe the user namespace mappings from the host to the container.
The mappings represent how the bundle `rootfs` expects the user namespace to be setup and the runtime SHOULD NOT modify the permissions on the rootfs to realize the mapping.
The runtime SHOULD NOT modify the ownership of referenced filesystems to realize the mapping.
*hostID* is the starting uid/gid on the host to be mapped to *containerID* which is the starting uid/gid in the container and *size* refers to the number of ids to be mapped.
There is a limit of 5 mappings which is the Linux kernel hard limit.