summaryrefslogtreecommitdiff
path: root/src/connman-dbus.conf
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2010-01-28 11:45:11 +0800
committerMarcel Holtmann <marcel@holtmann.org>2010-01-28 08:13:38 +0100
commita7c5cb089971bd71c714965558899c491e523ee3 (patch)
treec107f5ed5c8b0ed417956b9aa0aea752b824d981 /src/connman-dbus.conf
parentcd91946d3bf027418689daefed11fbc79c0d817f (diff)
downloadconnman-a7c5cb089971bd71c714965558899c491e523ee3.tar.gz
connman-a7c5cb089971bd71c714965558899c491e523ee3.tar.bz2
connman-a7c5cb089971bd71c714965558899c491e523ee3.zip
Remove system user from dbus config file
Some system such as Moblin, system user does not exist. And the waning message shows at system starting. In order to remove the wanning message just remove the system user from dbus config file.
Diffstat (limited to 'src/connman-dbus.conf')
-rw-r--r--src/connman-dbus.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf
index 345b87e4..3b130d99 100644
--- a/src/connman-dbus.conf
+++ b/src/connman-dbus.conf
@@ -7,9 +7,6 @@
<allow send_interface="org.moblin.connman.Agent"/>
<allow send_interface="org.moblin.connman.Counter"/>
</policy>
- <policy user="system">
- <allow send_destination="org.moblin.connman"/>
- </policy>
<policy at_console="true">
<allow send_destination="org.moblin.connman"/>
</policy>