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

Logfile with more restrictive permissions control #23

Closed
theopolis opened this issue May 5, 2015 · 0 comments
Closed

Logfile with more restrictive permissions control #23

theopolis opened this issue May 5, 2015 · 0 comments

Comments

@theopolis
Copy link
Contributor

It would be great if we could open files with more restrictive permissions: https://github.com/google/glog/blob/master/src/logging.cc#L900. Opening with o600 would be safer for daemons logging potentially sensitive WARN/ERROR details.

Something like:

FLAGS_logfile_mode = 0600;

Would be 👍

ukai added a commit that referenced this issue Aug 12, 2015
[#23] Add logfile_mode to control logfile permissions
ezegomez pushed a commit to ezegomez/glog that referenced this issue Sep 8, 2016
durswd pushed a commit to durswd/glog that referenced this issue Sep 2, 2019
durswd pushed a commit to durswd/glog that referenced this issue Sep 2, 2019
[google#23] Add logfile_mode to control logfile permissions
@sergiud sergiud closed this as completed Mar 30, 2021
@sergiud sergiud mentioned this issue May 6, 2021
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