mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 13:57:08 +00:00
Whitelist preserving "unowned" /var/log/journal. Maybe systemd package
should own the directory, and only adjust the permissions in postinst. LP: #1754332
This commit is contained in:
parent
44e7d70046
commit
815c3dfc10
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
livecd-rootfs (2.511) bionic; urgency=medium
|
||||
|
||||
* Whitelist preserving "unowned" /var/log/journal. Maybe systemd package
|
||||
should own the directory, and only adjust the permissions in
|
||||
postinst. LP: #1754332
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 16 Mar 2018 18:36:56 +0000
|
||||
|
||||
livecd-rootfs (2.510) bionic; urgency=medium
|
||||
|
||||
* Rename the directory containing the systemd override file for subiquity to
|
||||
|
@ -27,7 +27,7 @@ do
|
||||
done
|
||||
|
||||
# Remove un-owned log directories
|
||||
whitelisted_dirs=(/var/log/fsck)
|
||||
whitelisted_dirs=(/var/log/fsck /var/log/journal)
|
||||
|
||||
for log_d in $(find /var/log/* -type d)
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user