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

Preserve access permissions of documents #205

Open
ikalnytskyi opened this issue Nov 7, 2017 · 0 comments
Open

Preserve access permissions of documents #205

ikalnytskyi opened this issue Nov 7, 2017 · 0 comments
Milestone

Comments

@ikalnytskyi
Copy link
Owner

As a user I interested in preserving access permissions for my documents. In other words, when source processor reads documents from filesystem, it needs additionally to read their access permissions (chmod), owner and group. Then, when it comes to commit processor, the latter should use them on output documents.

There are multiple cases when this might be handy. Maybe someone wants to copy some files to output directory, but forbid access to it for web server. Or vice versa, give access only for nginx group, so only its owner and nginx user will have access to it. Alternatively, it could be done by separate (external) script (or commands). But why to ignore something we can implement? :)

P.S: Alternatively, someone may decide to use permissions, owner and/or group in when conditions.

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

No branches or pull requests

1 participant