mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #486] **dufs** rw permission is not in effect
#269
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 @123GitHub0123 on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/486
dufs in the specified user account password login, feel the permission management is not enough, set 'rw' permission, only download and write permission, write permission is not effective, or less save button, because I can consult the content of this text box, and write it, but can not save it, perhaps this is the reason why the write permission is not effective.
@sigoden commented on GitHub (Nov 19, 2024):
The
--allow-*options globally control which operations dufs supports.The
-a <auth-role>controls the permissions granted to a user on specific paths.you need to add
--allow-*flags.