[debian-edu-commits] debian-edu/ 01/01: Drop dbus-1/system.d/hal-debian-edu.conf.

Holger Levsen holger at layer-acht.org
Sun Dec 17 18:37:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-config.

commit 437265dcfddce4f8e7ae0ed2fa34b411fbda9fd8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Dec 17 18:36:46 2017 +0000

    Drop dbus-1/system.d/hal-debian-edu.conf.
    
    Wheezy was the last Debian version including hal, so since Jessie this file
    was without any effect. (See #839124 for more information.)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 Makefile                                |  1 -
 debian/changelog                        |  8 ++++++
 etc/dbus-1/system.d/hal-debian-edu.conf | 45 ---------------------------------
 3 files changed, 8 insertions(+), 46 deletions(-)

diff --git a/Makefile b/Makefile
index 709afe8..deaa180 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,6 @@ SYSCONFFILES = \
 	nagios3/debian-edu/timeperiods.cfg \
 	munin/debian-edu-munin-node.conf \
 	polkit-1/localauthority.conf.d/80-edu-admin.conf \
-	dbus-1/system.d/hal-debian-edu.conf \
 	nbd-server/conf.d/debian-edu.conf
 
 LIBFILES = \
diff --git a/debian/changelog b/debian/changelog
index b651074..83a6393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debian-edu-config (1.942) UNRELEASED; urgency=medium
+
+  * Drop dbus-1/system.d/hal-debian-edu.conf, as Wheezy was the last Debian
+    version including hal, so since Jessie this file was without any effect.
+    (See #839124 for more information.)
+
+ -- Holger Levsen <holger at debian.org>  Sun, 17 Dec 2017 18:34:32 +0000
+
 debian-edu-config (1.941) unstable; urgency=medium
 
   [ Wolfgang Schweer ]
diff --git a/etc/dbus-1/system.d/hal-debian-edu.conf b/etc/dbus-1/system.d/hal-debian-edu.conf
deleted file mode 100644
index 7926143..0000000
--- a/etc/dbus-1/system.d/hal-debian-edu.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE busconfig PUBLIC
- "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-
-  <!-- This configuration file specifies the extended security policies
-       for the HAL to work for Debian Edu. -->
-
-  <!-- Default policy for the exported interfaces; if PolicyKit is not used
-       for access control you will need to modify this -->
-  <policy context="default">
-    <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 consolekit is not enabled -->
-  <policy at_console="true">
-    <allow receive_interface="org.freedesktop.Hal.Device"
-           receive_member="PropertyModified"/>
-    <allow receive_interface="org.freedesktop.Hal.Manager"
-           receive_member="DeviceAdded"/>
-  </policy>
-
-  <!-- Debian groups policies -->
-  <policy group="plugdev">
-    <allow receive_interface="org.freedesktop.Hal.Device"
-           receive_member="PropertyModified"/>
-    <allow receive_interface="org.freedesktop.Hal.Manager"
-           receive_member="DeviceAdded"/>
-  </policy>
-
-  <!-- Allow root to receive PropertzModified and
-       DeviceAdded messages.
-  -->
-  <policy user="root">
-    <allow receive_interface="org.freedesktop.Hal.Device"
-           receive_member="PropertyModified"/>
-    <allow receive_interface="org.freedesktop.Hal.Manager"
-           receive_member="DeviceAdded"/>
-  </policy>
-
-</busconfig>
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list