From 03a78688056e533390992db8adf304c2b6798088 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 10 Feb 2016 23:02:53 +0100 Subject: units: don't try to mount the FUSE fs if we lack the privileges for it See: https://lists.freedesktop.org/archives/systemd-devel/2016-February/035740.html --- units/sys-fs-fuse-connections.mount | 1 + 1 file changed, 1 insertion(+) (limited to 'units') diff --git a/units/sys-fs-fuse-connections.mount b/units/sys-fs-fuse-connections.mount index ebd93e2cda..e940beb09f 100644 --- a/units/sys-fs-fuse-connections.mount +++ b/units/sys-fs-fuse-connections.mount @@ -11,6 +11,7 @@ Documentation=https://www.kernel.org/doc/Documentation/filesystems/fuse.txt Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems DefaultDependencies=no ConditionPathExists=/sys/fs/fuse/connections +ConditionCapability=CAP_SYS_ADMIN After=systemd-modules-load.service Before=sysinit.target -- cgit v1.2.3-54-g00ecf