mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #533] [Feature Request] No access ACL #307
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/533
Specific Demand
Imagine this situation, with dufs I share a directory with a tree similar to the following:
By making this directory public any user can access
some.file.txt,some_dir,other_dirandultrasecret, but imagine I want to keep theultrasecretsubdirectory for only a specific user, right now it is not possible.Implement Suggestion
It would be interesting to have the
na(no access) option or something similar for ACLs so that it is possible to launch dufs in this way:This way only the admin user would be able to access
ultrasecretand the rest of the users that access anonymously would not.@sigoden commented on GitHub (Jan 27, 2025):
We will not make the ACL more complicated.
You need to re-arrange your directory (using symlink), you may want to use other software.