Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permit a user to mkdir if they have append rights #15

Open
dnpotter opened this issue May 3, 2024 · 0 comments
Open

Permit a user to mkdir if they have append rights #15

dnpotter opened this issue May 3, 2024 · 0 comments

Comments

@dnpotter
Copy link
Contributor

dnpotter commented May 3, 2024

The Guardian currently only permits a user to mkdir if they have the write permission. It should also allow if the user has the append permission.

A user that has the append permission can successfully append a file to the directory, which will create the directory if it doesn't exist. Therefore a user with the append permission already has the implicit right to create the directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant