forked from pool/systemd
4d2be9c235
update to v201 OBS-URL: https://build.opensuse.org/request/show/163799 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=363
23 lines
617 B
Diff
23 lines
617 B
Diff
From: Frederic Crozat <fcrozat@suse.com>
|
|
Date: Tue, 20 Nov 2012 09:36:43 +0000
|
|
Subject: fix owner of /var/log/btmp
|
|
|
|
ensure btmp is owned only by root (bnc#777405).
|
|
---
|
|
tmpfiles.d/systemd.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
|
|
index ee86f2e..29d6e97 100644
|
|
--- a/tmpfiles.d/systemd.conf
|
|
+++ b/tmpfiles.d/systemd.conf
|
|
@@ -11,7 +11,7 @@ d /run/user 0755 root root ~10d
|
|
F /run/utmp 0664 root utmp -
|
|
|
|
f /var/log/wtmp 0664 root utmp -
|
|
-f /var/log/btmp 0600 root utmp -
|
|
+f /var/log/btmp 0600 root root -
|
|
|
|
d /var/cache/man - - - 30d
|
|
|