summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2016-05-31 16:12:38 -0400
committerRay Strode <rstrode@redhat.com>2016-06-01 16:14:47 -0400
commit87bf44fe091bdf446aa00e052dd10418a379a1a6 (patch)
treeacc5d2cb7d8b8ac5a6bcfe9b5ada9f935a9180d2 /data
parenta25ce7c24f0ffb2456366b1e7c567246c1a3632b (diff)
systemd: disable GVFS support
accountsservice doesn't need support for GVFS modules, and those modules lead to /root/.cache getting created at startup. accountsservice runs as root, but shouldn't be touching /root. This commit disables GVFS for accountsservice https://bugs.freedesktop.org/show_bug.cgi?id=96316
Diffstat (limited to 'data')
-rw-r--r--data/accounts-daemon.service.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/accounts-daemon.service.in b/data/accounts-daemon.service.in
index feedf3e..2f5fe33 100644
--- a/data/accounts-daemon.service.in
+++ b/data/accounts-daemon.service.in
@@ -12,6 +12,9 @@ Type=dbus
BusName=org.freedesktop.Accounts
ExecStart=@libexecdir@/accounts-daemon
StandardOutput=syslog
+Environment=GVFS_DISABLE_FUSE=1
+Environment=GIO_USE_VFS=local
+Environment=GVFS_REMOTE_VOLUME_MONITOR_IGNORE=1
[Install]
# We pull this in by graphical.target instead of waiting for the bus