Install configure file to use d-bus on cynara policy 71/50871/2 accepted/tizen/mobile/20151103.075244 accepted/tizen/tv/20151103.075251 accepted/tizen/wearable/20151103.075254 submit/tizen/20151103.065656
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 3 Nov 2015 06:00:23 +0000 (15:00 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 3 Nov 2015 06:01:25 +0000 (15:01 +0900)
Change-Id: I4cda657d18f4e8788c7d9875adc34c9d4adae422
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
dbus/dnsmasq.conf
packaging/dnsmasq.spec

index 82b1c76..a14f363 100644 (file)
@@ -7,8 +7,8 @@
                <allow send_destination="uk.org.thekelleys.dnsmasq"/>
        </policy>
        <policy context="default">
-                <deny own="uk.org.thekelleys.dnsmasq"/>
-                <deny send_destination="uk.org.thekelleys.dnsmasq"/>
+               <allow own="uk.org.thekelleys.dnsmasq"/>
+               <allow send_destination="uk.org.thekelleys.dnsmasq"/>
         </policy>
 </busconfig>
 
index 2d9838f..1c00c19 100644 (file)
@@ -1,6 +1,6 @@
 Name:           dnsmasq
 Summary:        A lightweight DNS forwarder and DHCP server
-Version:        2.57
+Version:        2.57.1
 Release:        0
 Group:          Network & Connectivity/Data Network
 License:        GPL-2.0
@@ -31,7 +31,10 @@ mkdir -p /opt/var/lib/misc
 
 %install
 %make_install
+mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d
+cp dbus/dnsmasq.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/dnsmasq.conf
 
 %files
 %manifest %{name}.manifest
 %{_bindir}/dnsmasq
+%attr(644,root,root) %{_sysconfdir}/dbus-1/system.d/*