diff options
author | Zhang zhengguang <zhengguang.zhang@intel.com> | 2013-12-13 10:18:08 +0800 |
---|---|---|
committer | Zhang zhengguang <zhengguang.zhang@intel.com> | 2013-12-13 10:20:44 +0800 |
commit | 7a3541b4f5e6d21fa39385bc9c12cb0e3b377358 (patch) | |
tree | 36729658ea954bd49cf3c33bbe8eaf206da90e0a | |
parent | 03f4145af2d97a35de8ac5bed0688fb1000a12ea (diff) | |
download | connman-accepted/tizen/ivi.tar.gz connman-accepted/tizen/ivi.tar.bz2 connman-accepted/tizen/ivi.zip |
Revert "Grant D-bus access to user "app""submit/tizen/20131220.013930submit/tizen/20131219.030145submit/tizen/20131217.004543accepted/tizen/mobile/20131223.191815accepted/tizen/mobile/20131218.175308accepted/tizen/ivi/20131220.020918accepted/tizen/ivi/20131219.030127accepted/tizen/ivi/20131217.185017accepted/tizen/mobileaccepted/tizen/ivi
This reverts commit 03f4145af2d97a35de8ac5bed0688fb1000a12ea.
Change-Id: I33ae7bdd71bec8bed90bb2c16a3f4a566ee8177e
-rw-r--r-- | src/connman-dbus.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf index 42e473c0..98a773ea 100644 --- a/src/connman-dbus.conf +++ b/src/connman-dbus.conf @@ -1,14 +1,7 @@ <!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="0"> - <allow own="net.connman"/> - <allow send_destination="net.connman"/> - <allow send_interface="net.connman.Agent"/> - <allow send_interface="net.connman.Counter"/> - <allow send_interface="net.connman.Notification"/> - </policy> - <policy user="5000"> + <policy user="root"> <allow own="net.connman"/> <allow send_destination="net.connman"/> <allow send_interface="net.connman.Agent"/> |