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

Append behaviour for directory is not as expected #13

Open
dnpotter opened this issue Mar 26, 2024 · 0 comments
Open

Append behaviour for directory is not as expected #13

dnpotter opened this issue Mar 26, 2024 · 0 comments

Comments

@dnpotter
Copy link
Contributor

Append permissions for a file correctly prevents the file from being overwritten while allowing data to be appended to the file.

Append permissions for a directory should only allow new files to be added to the directory (effectively a file appended to the set of files in the directory). Currently, existing files within the directory can be appended too. This does not seem intuitively right.

Also, consider allowing appended files to be automatically named. e.g. 1, 2, 3 or 0x00..01, 0x00..02, etc

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