* systemctl: mangle names when avoiding dbus (Closes: #723855)
* Make 99-systemd.rules check for /run/systemd/systemd instead of the
ill-named cgroups directory.
+ * allow group adm read access on /var/log/journal (Closes: #717386)
-- Tollef Fog Heen <tfheen@debian.org> Mon, 28 Oct 2013 14:31:16 +0100
libsystemd-login0 (= ${binary:Version}),
util-linux (>= 2.19.1-2),
initscripts (>= 2.88dsf-17),
- udev
+ udev,
+ acl
Breaks: lvm2 (<< 2.02.84-1),
lsb-base (<< 4.1+Debian4)
Conflicts: klogd
# initial update of the Message Catalogs database
_update_catalog
+# Grant read access to /var/log/journal for members of the adm group via a
+# filesystem ACL. This makes them able to read the journal.
+# Failure is ignored since there might be file systems mounted without ACL
+# support.
+setfacl -nm g:adm:rx,d:g:adm:rx /var/log/journal || true
+
#DEBHELPER#