Bug#776616: marked as done (unblock: fso stack)
Your message dated Sun, 01 Feb 2015 10:24:06 +0100
with message-id <[email protected]>
and subject line Re: Bug#776616: unblock: fso stack
has caused the Debian Bug report #776616,
regarding unblock: fso stack
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
776616: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776616
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock packages:
* fso-datad
* fso-deviced
* fso-frameworkd
* fso-gsmd
* fso-usaged
* phonefsod
Reason:
security update regarding dbus configuration.
Debdiff:
I think it's pointless to include 6 almost identical debdiff files here.
The only change in each package is a new patch fixing the DBus
configuration. Here is the patch for fso-datad:
$ cat debian/patches/fix-dbus-permissions.patch
From: Sebastian Reichel <[email protected]>
Reported-By: Simon McVittie <[email protected]>
Last-Update: 2015-01-20
Description: Fix Security Problem in DBus Configuration
Old configuration allows every local user to send arbitrary D-Bus
messages to the path /org/freesmartphone/Framework on *any* D-Bus
system service (rough HTTP analogy: send a POST to
http://server/org/freesmartphone/Framework on any server).
Bug-CVE: https://security-tracker.debian.org/tracker/CVE-2014-8156
Index: fso-datad/data/fsodatad.conf
===================================================================
--- fso-datad.orig/data/fsodatad.conf
+++ fso-datad/data/fsodatad.conf
@@ -3,8 +3,7 @@
<busconfig>
<policy context="default">
<allow own="org.freesmartphone.odatad"/>
- <allow send_path="/org/freesmartphone/Time"/>
- <allow send_destination="org.freesmartphone.odatad"/>
+ <allow send_destination="org.freesmartphone.odatad" send_path="/org/freesmartphone/Time"/>
</policy>
<policy context="default">
<allow send_interface="org.freedesktop.DBus.Introspectable"/>
Commands:
unblock fso-datad/0.12.0-3
unblock fso-deviced/0.12.0-5
unblock fso-frameworkd/0.9.5.9+git20110512-5
unblock fso-gsmd/0.12.0-4
unblock fso-usaged/0.12.0-3
unblock phonefsod/0.1+git20121018-2
--- End Message ---
--- Begin Message ---
On 2015-01-30 01:37, Sebastian Reichel wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock packages:
> * fso-datad
> * fso-deviced
> * fso-frameworkd
> * fso-gsmd
> * fso-usaged
> * phonefsod
>
> Reason:
>
> security update regarding dbus configuration.
>
I have unblocked all of these, but I do have a few remarks on:
> [...]
> unblock fso-frameworkd/0.9.5.9+git20110512-5
> [...]
>
This package has a few changes that do not follow the described pattern:
"""
+ <policy context="default">
+ <allow own="org.freesmartphone.ogpsd"/>
+ <allow own="org.freedesktop.Gypsy"/>
+- <allow send_path="/org/freedesktop/Gypsy"/>
+ <allow send_destination="org.freesmartphone.ogpsd"/>
+ <allow send_destination="org.freedesktop.gypsy"/>
+ </policy>
"""
"""
+ <policy context="default">
+ <allow own="org.freesmartphone.odeviced"/>
+- <allow send_path="/"/>
+ <allow send_destination="org.freesmartphone.odeviced"/>
+ </policy>
"""
I presumed these to be intended.
Thanks,
~Niels
--- End Message ---
Reply to: