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

Permissions on newly created files #35

Closed
danielfaust opened this issue Nov 24, 2016 · 1 comment
Closed

Permissions on newly created files #35

danielfaust opened this issue Nov 24, 2016 · 1 comment
Assignees

Comments

@danielfaust
Copy link

danielfaust commented Nov 24, 2016

I'm not sure if this is intentional, but in my case new files got created with a permission set of 0764.

I see that the Dockerfile contains the line force create mode = 0664 but it is missing a create mode = 0664 which, in my case, was causing the 0764 permissions.

Maybe samba.sh could add a flag to optionally add a create mode = 0664 line?

Thank you David for sharing this container.

dperson pushed a commit that referenced this issue Nov 26, 2016
@dperson dperson self-assigned this Nov 26, 2016
@dperson
Copy link
Owner

dperson commented Nov 26, 2016

Thanks for the reporting this. The fix was just pushed, it should be there on your next docker pull dperson/samba or docker-compose pull.

@dperson dperson closed this as completed Nov 26, 2016
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

2 participants