[GH-ISSUE #486] **dufs** rw permission is not in effect #269

Closed
opened 2026-04-08 16:51:37 +03:00 by zhus · 1 comment
Owner

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.

This is where I set the -auth parameter, permission is' rw 'in case the directory operates on the file icon. It is incomplete.
image
image

I can read it, write it, but I can't save it.
image
image
image

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. > This is where I set the -auth parameter, permission is' rw 'in case the directory operates on the file icon. It is incomplete. ![image](https://github.com/user-attachments/assets/1916eaf3-9d10-4f44-842f-9580a399a702) ![image](https://github.com/user-attachments/assets/27320950-cf9d-41dc-8252-2156307cd20e) > I can read it, write it, but I can't save it. ![image](https://github.com/user-attachments/assets/e2ee8884-877f-48b4-87de-822b709fdd3b) ![image](https://github.com/user-attachments/assets/66cd0521-850c-4ca4-a4a7-3c01810e4711) ![image](https://github.com/user-attachments/assets/3c7a8d84-b23f-4dbf-b1f7-3402124fe3eb)
zhus closed this issue 2026-04-08 16:51:37 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2484407684 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#269