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

fix: mason bundle doesnt keep filesystem permissions of incldued files #1120

Open
renancaraujo opened this issue Oct 18, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working customer:🦄

Comments

@renancaraujo
Copy link
Collaborator

Description

On POSIX systems, when one of the files to be included on a brick has an execute permission, that permission is lost after brick generation.

Steps To Reproduce

  1. Create a brick containing a file with an execute permission (chmod +x)
  2. Install it globally mason add -g brick_name --path .
  3. Run the brick mason make brick_name
  4. Attest that no generated file has execute permission

Expected Behavior

File permissions are maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer:🦄
Projects
None yet
Development

No branches or pull requests

3 participants