From bd1ed45232423e643832fa769a2c1b6cbc042283 Mon Sep 17 00:00:00 2001 From: Thomas Kaiser Date: Tue, 18 Oct 2016 10:58:13 +0200 Subject: [PATCH] Small fix for haveged fix --- distributions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions.sh b/distributions.sh index 003d04722f..b761b7186f 100644 --- a/distributions.sh +++ b/distributions.sh @@ -265,6 +265,7 @@ install_distribution_specific() printf "[Service]\nTimeoutStopSec=10" > $CACHEDIR/sdcard/etc/systemd/system/systemd-modules-load.service.d/10-timeout.conf # Fix for haveged service + mkdir -p -m755 $CACHEDIR/sdcard/etc/systemd/system/haveged.service.d cat <<-EOF > $CACHEDIR/sdcard/etc/systemd/system/haveged.service.d/10-no-new-privileges.conf [Service] NoNewPrivileges=false