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

Allow default_permissions and allow_other to be disabled. #139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asomers
Copy link
Contributor

@asomers asomers commented Sep 5, 2023

Ever since 0528a7c these options have been always-on. Now they will actually be defaults: if the user supplies nodefault_permissions or noallow_other on the command line, then default_permissions or allow_other will not be set, respectively.

This commit does not change the behavior of local or noappledouble on OSX, because I don't have any Apple systems to test it on.

Fixes #95

Ever since 0528a7c these options have been always-on.  Now they will
actually be defaults: if the user supplies nodefault_permissions or
noallow_other on the command line, then default_permissions or
allow_other will not be set, respectively.

This commit does not change the behavior of local or noappledouble on
OSX, because I don't have any Apple systems to test it on.

Fixes alperakcan#95
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

Successfully merging this pull request may close these issues.

Can't disable default_permissions
1 participant