diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-10-04 21:44:29 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-10-04 21:44:29 +0200 |
commit | f6e64b78ccab6554f7c5f04daffaa9f30b2ccb20 (patch) | |
tree | 83e510d727bf57fa13fdfc03d2d4b792a12d317f /NEWS | |
parent | dynamic-user: don't use a UID that currently owns IPC objects (#6962) (diff) | |
download | systemd-f6e64b78ccab6554f7c5f04daffaa9f30b2ccb20.tar.xz systemd-f6e64b78ccab6554f7c5f04daffaa9f30b2ccb20.zip |
tmpfiles: change btmp mode 0600 → 0660 (#6997)
As discussed in #6994.
Fixes: #6994
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -193,6 +193,15 @@ CHANGES WITH 235: * .timer units now accept calendar specifications in other timezones than UTC or the local timezone. + * The tmpfiles snippet var.conf has been changed to create + /var/log/btmp with access mode 0660 instead of 0600. It has been + owned by the "utmp" group already, and it appears to be generally + understood that members of "utmp" can modify/flush the + utmp/wtmp/lastlog/btmp databases. Previously this was implemented + correctly for all these database excepts btmp, which has been opened + up like this now too. Note that while the other databases are + world-readable (i.e. 0644), btmp is not and remains more restrictive. + Contributions from: Abdó Roig-Maranges, Alan Jenkins, Alexander Kuleshov, Andreas Rammhold, Andrew Jeddeloh, Andrew Soutar, Ansgar Burchardt, b1tninja, bengal, Benjamin Berg, Benjamin Robin, Charles |