summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-03-29 15:56:48 +0100
committerRichard Hughes <richard@hughsie.com>2012-03-29 15:56:53 +0100
commit4e28e25feaf611a4366fef88fec885657bfd76bc (patch)
tree2c8415775710e3334a33d633a4ef50696c01e26c /data
parent0b30f6adb5b9105defa21e9936455e4efa9ad47e (diff)
downloadcolord-4e28e25feaf611a4366fef88fec885657bfd76bc.tar.gz
Do not enable PrivateNetwork=yes as it breaks hotplugging devices
We think that udev's AF_NETLINK messages are being filtered when network namespacing is on.
Diffstat (limited to 'data')
-rw-r--r--data/colord.service.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/colord.service.in b/data/colord.service.in
index 8a4b43d..8301b40 100644
--- a/data/colord.service.in
+++ b/data/colord.service.in
@@ -6,7 +6,9 @@ Type=dbus
BusName=org.freedesktop.ColorManager
ExecStart=@servicedir@/colord
User=@daemon_user@
-PrivateNetwork=yes
+# We think that udev's AF_NETLINK messages are being filtered when
+# network namespacing is on.
+# PrivateNetwork=yes
PrivateTmp=yes
[Install]