From: Lennart Poettering Date: Wed, 21 Oct 2015 22:39:57 +0000 (+0200) Subject: units: also whitelist "blkext" block devices for nspawn service X-Git-Tag: v228~164^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c90f05f11c01a9f9faf3efb3ec0e05acebd75f;p=thirdparty%2Fsystemd.git units: also whitelist "blkext" block devices for nspawn service /dev/loop*p* block devices are of the "blkext" subsystem, not of loop, hence whitelist this too. Fixes #1446 --- diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index 03349931d9d..2e79adff447 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -39,6 +39,7 @@ DeviceAllow=char-pts rw # implement the --image= option. Add these here, too. DeviceAllow=/dev/loop-control rw DeviceAllow=block-loop rw +DeviceAllow=block-blkext rw [Install] WantedBy=machines.target