rpms/system-config-services/F-10 system-config-services-0.99.28-dbus.patch, 1.1, 1.2 system-config-services.spec, 1.87, 1.88

Nils Philippsen nphilipp at fedoraproject.org
Wed Dec 10 13:53:40 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-services/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16408

Modified Files:
	system-config-services-0.99.28-dbus.patch 
	system-config-services.spec 
Log Message:
allow root to send dbus signals (#475203)


system-config-services-0.99.28-dbus.patch:

Index: system-config-services-0.99.28-dbus.patch
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-10/system-config-services-0.99.28-dbus.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- system-config-services-0.99.28-dbus.patch	9 Dec 2008 11:19:46 -0000	1.1
+++ system-config-services-0.99.28-dbus.patch	10 Dec 2008 13:53:40 -0000	1.2
@@ -1,19 +1,24 @@
 diff -up system-config-services-0.99.28/config/org.fedoraproject.Config.Services.conf.dbus system-config-services-0.99.28/config/org.fedoraproject.Config.Services.conf
 --- system-config-services-0.99.28/config/org.fedoraproject.Config.Services.conf.dbus	2008-11-20 11:32:09.000000000 +0100
-+++ system-config-services-0.99.28/config/org.fedoraproject.Config.Services.conf	2008-12-09 12:16:39.000000000 +0100
-@@ -8,12 +8,11 @@
-   <!-- Only root can own the service -->
++++ system-config-services-0.99.28/config/org.fedoraproject.Config.Services.conf	2008-12-10 14:44:56.000000000 +0100
+@@ -5,15 +5,16 @@
+  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
+ <busconfig>
+ 
+-  <!-- Only root can own the service -->
++  <!-- Only root can own the service and send signals -->
    <policy user="root">
      <allow own="org.fedoraproject.Config.Services"/>
 -    <allow send_interface="org.fedoraproject.Config.Services"/>
++    <allow send_type="signal" send_interface="org.fedoraproject.Config.Services.ServiceHerder" send_member="notify"/>
    </policy>
  
 -  <!-- Allow anyone to invoke methods on the interfaces -->
-+  <!-- Allow anyone to invoke all methods -->
++  <!-- Allow anyone to invoke methods on the interfaces,
++       authorization is performed by PolicyKit -->
    <policy context="default">
 -    <allow send_interface="org.fedoraproject.Config.Services"/>
 +    <allow send_destination="org.fedoraproject.Config.Services"/>
    </policy>
  
  </busconfig>
-diff -up system-config-services-0.99.28/system-config-services.spec.dbus system-config-services-0.99.28/system-config-services.spec


Index: system-config-services.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-services/F-10/system-config-services.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- system-config-services.spec	9 Dec 2008 11:19:46 -0000	1.87
+++ system-config-services.spec	10 Dec 2008 13:53:40 -0000	1.88
@@ -12,7 +12,7 @@
 Summary: system-config-services is an initscript and xinetd configuration utility
 Name: system-config-services
 Version: 0.99.28
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/services
 # We are upstream, thus the source is only available from within this source
 # package.
@@ -109,6 +109,9 @@
 %{_mandir}/*/system-config-services.8*
 
 %changelog
+* Wed Dec 10 2008 Nils Philippsen <nils at redhat.com> - 0.99.28-3
+- allow root to send dbus signals (#475203)
+
 * Tue Dec 09 2008 Nils Philippsen <nils at redhat.com> - 0.99.28-2
 - allow anyone to invoke dbus methods (#475203)
 




More information about the fedora-extras-commits mailing list