Your message dated Tue, 20 May 2014 06:52:10 +0000
with message-id <e1wmdue-0007up...@franck.debian.org>
and subject line Bug#747662: Removed package(s) from unstable
has caused the Debian Bug report #432086,
regarding hal: On an terminal-server setup all users get KDE/Gnome popup
messages about storage-devices inserted into the terminal-server
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 ow...@bugs.debian.org
immediately.)
--
432086: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432086
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hal
Version: 0.5.8.1-9
Severity: wishlist
Tags: patch
On a system like a ltsp server all users get messages like AddDevice
when someone working directly on the terminal server, even if he or she
is not in the plugdev group. This will trigger popup windows on
KDE/Gnome desktops even on remote users who did not inserted the volume
and surly don't want to work with.
Attached is a patch which solves the problem for me.
Greetings
Daniel
--- /root/hal.conf 2007-07-03 00:36:54.000000000 +0200
+++ system.d/hal.conf 2007-07-03 01:10:08.000000000 +0200
@@ -44,6 +44,8 @@
<deny send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
<deny send_interface="org.freedesktop.Hal.Device.Volume"/>
<deny send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+ <deny receive_interface="org.freedesktop.Hal.Device" receive_member="PropertyModified"/>
+ <deny receive_interface="org.freedesktop.Hal.Manager" receive_member="DeviceAdded"/>
</policy>
<!-- This will not work if pam_console support is not enabled -->
@@ -52,6 +54,8 @@
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+ <allow receive_interface="org.freedesktop.Hal.Device" receive_member="PropertyModified"/>
+ <allow receive_interface="org.freedesktop.Hal.Manager" receive_member="DeviceAdded"/>
</policy>
<!-- Debian groups policies -->
@@ -62,6 +66,8 @@
<policy group="plugdev">
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+ <allow receive_interface="org.freedesktop.Hal.Device" receive_member="PropertyModified"/>
+ <allow receive_interface="org.freedesktop.Hal.Manager" receive_member="DeviceAdded"/>
</policy>
<!-- You can change this to a more suitable user, or make per-group -->
@@ -71,6 +77,8 @@
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
+ <allow receive_interface="org.freedesktop.Hal.Device" receive_member="PropertyModified"/>
+ <allow receive_interface="org.freedesktop.Hal.Manager" receive_member="DeviceAdded"/>
</policy>
</busconfig>
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 0.5.14-8+rm
Dear submitter,
as the package hal has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/747662
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---