mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #534] ACL problem #310
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 @ogarcia on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/534
Problem
The changes introduced in #521 solve part of the problem but introduce a new one.
If I launch dufs with the command
-a @/:rw,/dir1:roI am explicitly stating that I want the anonymous user to have read and write access to everything EXCEPTdir1where I want him/her to have read access only. But now has read and write access to everything.Configuration
Log
Environment Information
@sigoden commented on GitHub (Jan 27, 2025):
https://github.com/sigoden/dufs/issues/519#issuecomment-2567204564 provides a detailed explanation.