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

netserver: don't change permissions on /dev/null #27

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

Conversation

aweits
Copy link

@aweits aweits commented Oct 8, 2018

the (now default) suppress_debug=1 changes permissions on /dev/null
to 0644. Don't do this.

the (now default) suppress_debug=1 changes permissions on /dev/null
to 0644. Don't do this.
@ssbarnea
Copy link

Randomly ended up here but this is real reason to worry,... so many things would be broken due to this.

@marceloleitner
Copy link
Contributor

I'd say it shouldn't even change the permissions, but just rely on umask instead.
Setting 644 is no safe anyway.

@jonassmedegaard
Copy link

This relates to #26

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.

None yet

4 participants