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

[FR]: mtree_mutate should support changing mode #921

Open
thesayyn opened this issue Aug 29, 2024 · 0 comments
Open

[FR]: mtree_mutate should support changing mode #921

thesayyn opened this issue Aug 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@thesayyn
Copy link
Collaborator

What is the current behavior?

Currently, there is no way to set mode for files via mtree_mutate, or preserve the original mode.

Describe the feature

# preserves the mode from source file
mtree_mutate(mode = "preserve") 
# sets the mode for all files to 0777
mtree_mutate(mode = "0777")
@thesayyn thesayyn added the enhancement New feature or request label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant