[Pkg-utopia-commits] r77 - packages/hal/trunk/debian

Sjoerd Simons sjoerd@haydn.debian.org
Tue, 16 Nov 2004 12:40:43 -0700


Author: sjoerd
Date: 2004-11-16 12:39:35 -0700 (Tue, 16 Nov 2004)
New Revision: 77

Modified:
   packages/hal/trunk/debian/changelog
   packages/hal/trunk/debian/hal.default
Log:
Make hald run as non-root by default

Modified: packages/hal/trunk/debian/changelog
===================================================================
--- packages/hal/trunk/debian/changelog	2004-11-16 19:32:03 UTC (rev 76)
+++ packages/hal/trunk/debian/changelog	2004-11-16 19:39:35 UTC (rev 77)
@@ -3,6 +3,7 @@
   * NOT RELEASED YET
   * Rename the hal dbus start script from hal to 20hal. Makes it simpler to 
     order startup of dbus services.
+  * Let hald run as non-root by default
 
  -- Sjoerd Simons <sjoerd@debian.org>  Mon,  8 Nov 2004 23:59:23 +0100
 

Modified: packages/hal/trunk/debian/hal.default
===================================================================
--- packages/hal/trunk/debian/hal.default	2004-11-16 19:32:03 UTC (rev 76)
+++ packages/hal/trunk/debian/hal.default	2004-11-16 19:39:35 UTC (rev 77)
@@ -1,7 +1,8 @@
 # This will run the hal daemon as user root 
-DAEMON_OPTS=
+#DAEMON_OPTS=
 
 # This will run the hal daemon as normal user 'hal' with some additional
 # privileges; This will not execute callout scripts as root (so fstab-sync
-# won't work) and makes hal unable to do filesystem type autodetection
-#DAEMON_OPTS=--drop-privileges
+# won't work) and makes hal unable to do filesystem type autodetection for
+# non-removable devices
+DAEMON_OPTS=--drop-privileges