-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Comments
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
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 👍
The text was updated successfully, but these errors were encountered: