commit | ac0bd758c4e4820419727e9c6c204dcfc6b3fd43 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Oct 25 13:01:59 2019 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Oct 25 13:01:59 2019 +0200 |
tree | 58e3d367f0ab6206448cdf1b012c1a759358c279 | |
parent | d5662c0a1476ceeca8a301403e8c99ece45664e7 [diff] |
ovl: unprivieged mounts Enable unprivileged user namespace mounts of overlayfs. Overlayfs's permission model (*) ensures that the mounter itself cannot gain additional privileges by the act of creating an overlayfs mount. This feature request is coming from the "rootless" container crowd. (*) Documentation/filesystems/overlayfs.txt#Permission model Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>