You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we copyup a directory we also copy the directory ownership, and that operation fails with EPERM since an unprivileged user cannot chown to root:root.
When you are using fuse-overlayfs in unprivileged mode you need to make sure the user has access to all the files, otherwise it is suggested to run in a user namespace (which is the main use case for fuse-overlayfs).
ArchLinux, x86_64, kernel 5.14.7, latest git version of fuse-overlayfs
The following script attempts to delete two directory that are present in lowerdir owned by root.
It fails with
However, manually
mknod
inupper
will cause the directory to be deleted (minus #324) so I think this could be supported.The text was updated successfully, but these errors were encountered: