mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #499] Support ! operator when authorizing path
#282
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 @peterroe on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/499
Specific Demand
@sigoden commented on GitHub (Dec 13, 2024):
We do not support this feature, as this would make permissions extremely complex.
Design paths and permissions carefully to avoid the need for this feature.
@peterroe commented on GitHub (Dec 13, 2024):
You are right, maybe a better way is to create a new
/publicdirectory specifically for making the directory readable by anyone.