summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-06-03 00:57:21 +0100
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>2014-06-03 00:59:08 +0100
commite0f2d0bed275a58a3618784e6fb1a207b958e961 (patch)
treec631dadd1f6105321bca71a5ca5cf5d9966175a3 /data
parentc3f55aae540b7c61f4fc6398b9604fbfe9b548f6 (diff)
config: Ability to mark app as system component
If set to 'true', it means that app is more a part of system than an app-app. You know what I mean. :) Also mark gnome-datetime-panel as system component.
Diffstat (limited to 'data')
-rw-r--r--data/geoclue.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/geoclue.conf.in b/data/geoclue.conf.in
index 6310513..4b8f81b 100644
--- a/data/geoclue.conf.in
+++ b/data/geoclue.conf.in
@@ -44,18 +44,24 @@ submission-nick=geoclue
# # Allowed access to location information?
# allowed=true|false
#
+# # Is application a system component?
+# system=true|false
+#
# # List of UIDs of all users for which this application is allowed location
# # info access, separate by ';'. Keep it empty for allowing it for all users.
# users=
[gnome-datetime-panel]
allowed=true
+system=true
users=
[epiphany]
allowed=true
+system=false
users=
[firefox]
allowed=true
+system=false
users=