fix: perms on dufs -A -a @/:ro by sigoden · Pull Request #619 · sigoden/dufs (original) (raw)
This bug let annoymous user has read-write permissions.
To trigger this bug, the following conditions must be met:
- The
-Aor--allow-upload/--allow-deleteparameter must be present. - Only
-a @/:rois set to specify anonymous readonly permission, without any users provided.
The bug was introduced by #497.
Relate to #617.