commit | 5537b9ada9c31fbf1ee19a269c29bdd25bcb47e4 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Fri Dec 11 15:38:14 2020 +0100 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Dec 11 15:38:14 2020 +0100 |
tree | bdddea140bb955cde1d9fba64f1067b7d5a9df5e | |
parent | fdf8ca558ecbddef69c0bbecd97df3cacaa40baf [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>