commit | 35042682fbd177ab54656851af6f20399b89bca1 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Mon Dec 07 15:25:18 2020 +0100 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Mon Dec 07 15:25:18 2020 +0100 |
tree | 0e7ba0bc3b55c6570bb8f365c63fe326f963331c | |
parent | d89107a11deba83ced46c140b52cf9584df68978 [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>