diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-25 16:10:20 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-02-25 16:31:56 -0500 |
commit | 15d7257941d97ec6f2a5ce55d172b76590603817 (patch) | |
tree | b7a3bee65850b9fe56da0ae47afe1861dbe6c336 /recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf | |
parent | 4125130e57849529934b5f804e199b3ec58405de (diff) |
geoclue: update configuration
Update the geoclue configuration to install a geoclue.conf that
works with the geoclue binding, and remove the now unnecessary
D-Bus client configuration. This also enables future geoclue
updates, as the current configuration does not work with the
newer 2.5x releases.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I06a2a15b38cbb8dad485bc7f38d1aef47803b87c
Diffstat (limited to 'recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf')
-rw-r--r-- | recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf b/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf deleted file mode 100644 index a7486d055..000000000 --- a/recipes-navigation/geoclue/files/org.freedesktop.GeoClue2.Client.conf +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE busconfig PUBLIC - "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" - "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> -<busconfig> - <policy user="root"> - <allow receive_type="signal" receive_interface="org.freedesktop.GeoClue2.Client" /> - </policy> -</busconfig> |