From 4bb3a126b7a683a537d4279270c1a22ce6cf5e9f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 17 Aug 2013 19:07:42 +0200 Subject: udev: replace CAP_MKNOD by writable /sys condition --- units/systemd-udevd-control.socket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-udevd-control.socket') diff --git a/units/systemd-udevd-control.socket b/units/systemd-udevd-control.socket index ca17102dfa..8330a1c035 100644 --- a/units/systemd-udevd-control.socket +++ b/units/systemd-udevd-control.socket @@ -10,7 +10,7 @@ Description=udev Control Socket Documentation=man:systemd-udevd.service(8) man:udev(7) DefaultDependencies=no Before=sockets.target -ConditionCapability=CAP_MKNOD +ConditionPathIsReadWrite=/sys [Socket] Service=systemd-udevd.service -- cgit v1.2.3-54-g00ecf