[GH-ISSUE #339] Error when forbidding anyone from accessing directories #183

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

Originally created by @GoodbyeNJN on GitHub (Jan 9, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/339

Problem

Run the following command:
dufs -a @/.admin:- -a admin:admin@/.admin:rw

Expected:

  1. Allow anyone read-only access to /*, but prohibit access to /.admin/*
  2. Allow admin read and write access to /.admin/*

Actual:
Error: Invalid auth `@/.admin:-`

Environment:

  • Dufs version: 0.38.0
  • Browser/Webdav Info: none
  • OS Info: Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
Originally created by @GoodbyeNJN on GitHub (Jan 9, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/339 **Problem** Run the following command: `dufs -a @/.admin:- -a admin:admin@/.admin:rw` Expected: 1. Allow anyone read-only access to `/*`, but prohibit access to `/.admin/*` 2. Allow `admin` read and write access to `/.admin/*` Actual: `` Error: Invalid auth `@/.admin:-` `` **Environment:** - Dufs version: 0.38.0 - Browser/Webdav Info: none - OS Info: Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux
zhus closed this issue 2026-04-08 16:50:56 +03:00
Author
Owner

@sigoden commented on GitHub (Jan 10, 2024):

#329 (supports forbidden perms) is not released in v0.38.0, please wait for next release

<!-- gh-comment-id:1883955503 --> @sigoden commented on GitHub (Jan 10, 2024): #329 (supports forbidden perms) is not released in v0.38.0, please wait for next release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#183