Remove system user from dbus config file
authorMartin Xu <martin.xu@intel.com>
Thu, 28 Jan 2010 03:45:11 +0000 (11:45 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 28 Jan 2010 07:13:38 +0000 (08:13 +0100)
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.

src/connman-dbus.conf

index 345b87e..3b130d9 100644 (file)
@@ -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>