mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add a patch from Ubuntu to allow system-tools-backends to work with the
newer versions of dbus.
This commit is contained in:
parent
5e3e3844bb
commit
191e5065b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238421
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= system-tools-backends
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
46
sysutils/system-tools-backends/files/patch-policykit
Normal file
46
sysutils/system-tools-backends/files/patch-policykit
Normal file
@ -0,0 +1,46 @@
|
||||
Allow root to send messages to all the system tools backends, so they
|
||||
work even when CVE-2008-4311 has been fixed.
|
||||
|
||||
Also disallow normal user access by destination, not by interface (fd.o
|
||||
#18961).
|
||||
|
||||
Original patch by Simon McVittie, updated for the PolicyKit version by
|
||||
Josselin Mouette with advice from Colin Walters.
|
||||
|
||||
Index: system-tools-backends-2.6.0/system-tools-backends.conf
|
||||
===================================================================
|
||||
--- system-tools-backends.conf 2008-03-09 14:21:45.000000000 +0100
|
||||
+++ system-tools-backends.conf 2009-03-11 22:21:09.145371060 +0100
|
||||
@@ -22,11 +22,7 @@
|
||||
<allow send_interface="org.freedesktop.SystemToolsBackends.Platform" send_member="getPlatform"/>
|
||||
-->
|
||||
|
||||
- <!-- configuration modules can't be accessed directly... -->
|
||||
- <deny send_interface="org.freedesktop.SystemToolsBackends"/>
|
||||
- <deny send_interface="org.freedesktop.SystemToolsBackends.Platform"/>
|
||||
-
|
||||
- <!-- ...so petitions go through the dispatcher instead -->
|
||||
+ <!-- Only allow talking to the dispatcher -->
|
||||
<allow send_destination="org.freedesktop.SystemToolsBackends"/>
|
||||
</policy>
|
||||
|
||||
@@ -49,7 +45,17 @@
|
||||
|
||||
<!-- be able to speak to configuration modules,
|
||||
so any message to them has to go through the dispatcher -->
|
||||
- <allow send_interface="org.freedesktop.SystemToolsBackends"/>
|
||||
- <allow send_interface="org.freedesktop.SystemToolsBackends.Platform"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.Platform"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.GroupsConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.HostsConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.IfacesConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.NFSConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.NTPConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.ServicesConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.SMBConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.TimeConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.UserConfig"/>
|
||||
+ <allow send_destination="org.freedesktop.SystemToolsBackends.UsersConfig"/>
|
||||
</policy>
|
||||
</busconfig>
|
Loading…
Reference in New Issue
Block a user