diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-03-31 12:36:12 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-31 12:36:12 +0200 |
commit | eca42aa6eefa7dadb1d0d8829f753c6a76b66f70 (patch) | |
tree | e24f1a0abb5d370a442a5c85729f7e45aaec67b3 /src/connman-dbus.conf | |
parent | 70534def72a9e59f0df63c7c02ba34c883c88fe1 (diff) | |
download | connman-eca42aa6eefa7dadb1d0d8829f753c6a76b66f70.tar.gz connman-eca42aa6eefa7dadb1d0d8829f753c6a76b66f70.tar.bz2 connman-eca42aa6eefa7dadb1d0d8829f753c6a76b66f70.zip |
session: Refactor session API
Refactor the D-Bus API of the session according the documentation.
All function and properties are only empty stubs.
Diffstat (limited to 'src/connman-dbus.conf')
-rw-r--r-- | src/connman-dbus.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf index 311f28c7..98a773ea 100644 --- a/src/connman-dbus.conf +++ b/src/connman-dbus.conf @@ -6,6 +6,7 @@ <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 at_console="true"> <allow send_destination="net.connman"/> |