diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-08-21 12:47:47 +0800 |
---|---|---|
committer | Chengwei Yang <chengwei.yang@intel.com> | 2013-08-21 13:12:48 +0800 |
commit | f84d14659501e1614f4587d503ef72ae80084500 (patch) | |
tree | e90e0836110d23bdf2f8ccff521159813945e2ec /packaging | |
parent | 3b269607504c4ab518dab56cdaaf4270da022017 (diff) | |
download | oma-ds-agent-f84d14659501e1614f4587d503ef72ae80084500.tar.gz oma-ds-agent-f84d14659501e1614f4587d503ef72ae80084500.tar.bz2 oma-ds-agent-f84d14659501e1614f4587d503ef72ae80084500.zip |
Add dbus policy conf
By default, dbus will reject own bus name request, this patch add a dbus
policy conf to make it's allowed to own the bus name and request send to
it.
Bug: https://bugs.tizen.org/jira/browse/TDIST-268
Change-Id: If2a831778175cb5feab8ed63295df76326e16cd3
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/oma-ds-agent.changes | 3 | ||||
-rwxr-xr-x | packaging/oma-ds-agent.spec | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packaging/oma-ds-agent.changes b/packaging/oma-ds-agent.changes index db80206..2d14198 100644 --- a/packaging/oma-ds-agent.changes +++ b/packaging/oma-ds-agent.changes @@ -1,4 +1,7 @@ * Wed Aug 21 2013 Chengwei Yang <chengwei.yang@intel.com> +- Add dbus policy conf + +* Wed Aug 21 2013 Chengwei Yang <chengwei.yang@intel.com> - Move systemd unit out of packaging * Mon Aug 12 2013 Chengwei Yang <chengwei.yang@intel.com> diff --git a/packaging/oma-ds-agent.spec b/packaging/oma-ds-agent.spec index d3fbf7b..1a2ffec 100755 --- a/packaging/oma-ds-agent.spec +++ b/packaging/oma-ds-agent.spec @@ -119,6 +119,7 @@ rm -rf /usr/share/oma-ds-cfg %defattr(644,root,root) /usr/lib/systemd/system/oma-ds-agent.service /usr/lib/systemd/system/graphical.target.wants/oma-ds-agent.service +/etc/dbus-1/system.d/com.samsung.omadsagent.conf %files -n ds-public-plugins %manifest ds-public-plugins.manifest |