-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[overlay]: enable no privileges #22
Comments
Eric Biederman has been working recently on getting unprivileged FUSE working. The hope is that this could lead to unprivileged overlay (and other filesystems) as well in upstream kernels. We'll see how that goes though (some Ubuntu folks tried this a while ago and it didn't get merged last time). |
Do you know why Ubuntu patch was rejected? |
The maintainer called the patch "very brave". Effectively the concern is that the permissions checks for the copyup logic or other similar features of
I wouldn't really put money on it, as Eric would probably prefer that we just make overlayfs safe rather than have a knob to enable (potential) root exploits. |
Thanks for the info. Also, starting with v0.7 (Ubuntu 18.04), ZFS on Linux allows unprivileged users to manipulate filesystems. ( |
Eric has just re-sent the new FUSE patchset. |
@jessfraz did you do your demo using Ubuntu? To have the patch set to be able to mount FUSE in a non-init userns? |
The demo was using native, I took away all the mounts today in native as a
stop gap til everything else works with mounts :)
|
requires this Ubuntu kernel patch http://kernel.ubuntu.com/git/ubuntu/ubuntu-artful.git/commit/fs/overlayfs?h=Ubuntu-4.13.0-25.29&id=0a414bdc3d01f3b61ed86cfe3ce8b63a9240eba7
The text was updated successfully, but these errors were encountered: