mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #676] read only rule fails to take effect #410
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ywtz1 on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/676
I want to make all files readable and writable except for a specific folder. When I use the following configuration, the
rorule fails to take effect, and all files become readable and writable:@/:rw,/dir1:rothe dir1 is created via a Windows hard link. mklink /d
Environment Information
@ywtz1 commented on GitHub (Mar 6, 2026):
I found that it was mentioned in https://github.com/sigoden/dufs/pull/521 that higher perm auth path shadows lower one. At that time, I thought the problem with this approach was that it was impossible to set read and write permissions for all files except specific files and folders to read-only.
@yuf19-2022 commented on GitHub (Mar 12, 2026):
I also think the design of the approach that "higher perm auth path shadows lower one" is unreasonable.
@yuf19-2022 commented on GitHub (Mar 12, 2026):
i replyto the author in https://github.com/sigoden/dufs/issues/519#issuecomment-3693899338 and https://github.com/sigoden/dufs/pull/521#issuecomment-3692344186 ,but unlucky,there is no reply from the author