Skip to content

Commit b1bddec

Browse files
committed
examples/btmp: use create mode 0660
... to make the created file accessible by the utmp group. Bug: https://bugzilla.redhat.com/1745330 Suggested-by: Steve Grubb Closes #257
1 parent 9cf14c4 commit b1bddec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/btmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
/var/log/btmp {
33
missingok
44
monthly
5-
create 0600 root utmp
5+
create 0660 root utmp
66
rotate 1
77
}

0 commit comments

Comments
 (0)