]> git.ipfire.org Git - thirdparty/systemd.git/commit
use CAP_MKNOD ConditionCapability
authorKhem Raj <raj.khem@gmail.com>
Thu, 22 Aug 2013 03:35:44 +0000 (20:35 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 22 Aug 2013 04:52:14 +0000 (00:52 -0400)
commit67c15b9a7ac016ac5c9b885756b2eaa7f44a0509
tree2db53f9c158ff6b3dd94c353525bba404e285cf5
parentd83c224da0aedcec9a432fe51fa27a3fed7be4b3
use CAP_MKNOD ConditionCapability

Fixes errors seen when booting VMs on QEMU like

systemd[1]: kmod-static-nodes.service: main process exited, code=exited, status=203/EXEC
systemd[1]: Failed to start Create list of required static device nodes for the current kernel.
systemd[1]: Unit kmod-static-nodes.service entered failed state.

Make sure that mknod capability is available

Signed-off-by: Khem Raj <raj.khem@gmail.com>
units/kmod-static-nodes.service.in