This commit is contained in:
Jonathan Carter
2019-07-03 13:33:09 +00:00
parent 34abde07b6
commit 15a94de5d5
2 changed files with 11 additions and 3 deletions
+10 -2
View File
@@ -1,7 +1,15 @@
calamares-settings-debian (10.0.24-1) unstable; urgency=medium
* New upstream release
- Fix path in previous CVE bug fix
-- Jonathan Carter <jcc@debian.org> Wed, 03 Jul 2019 13:29:07 +0000
calamares-settings-debian (10.0.23-1) unstable; urgency=medium
* Fixes permissions for initramfs image (CVE-2019-13179)
(Closes: #931373)
* New upstream release
- Fixes permissions for initramfs image (CVE-2019-13179)
(Closes: #931373)
-- Jonathan Carter <jcc@debian.org> Wed, 03 Jul 2019 13:05:47 +0000
+1 -1
View File
@@ -5,7 +5,7 @@ CHROOT=$(mount | grep proc | grep calamares | awk '{print $3}' | sed -e "s#/proc
# Set secure permissions for the initramfs,
# the initramfs is re-generated later in the installation process
# so we only set the permissions without regenerating the initramfs now:
echo "UMASK=0077" > /etc/initramfs-tools/conf.d/initramfs-permissions
echo "UMASK=0077" > $CHROOT/etc/initramfs-tools/conf.d/initramfs-permissions
echo "Running bootloader-config..."