[Lunar-commits] <moonbase> hal: add haldaemon to the group "disk" too
Zachary McGrew
zmcgrew at lunar-linux.org
Mon Mar 9 06:57:20 CET 2009
commit 06c6d7549d9b194f91e4528ead610526b2f943a2
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Mar 8 22:57:20 2009 -0700
hal: add haldaemon to the group "disk" too
---
devel/hal/PRE_BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/devel/hal/PRE_BUILD b/devel/hal/PRE_BUILD
index 6c1a0de..5626c29 100644
--- a/devel/hal/PRE_BUILD
+++ b/devel/hal/PRE_BUILD
@@ -3,4 +3,4 @@
# give hald proper access to media devices as hald seems to want
# to step down in privilages
add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false &&
- usermod -G cdrom,floppy,haldaemon haldaemon
+ usermod -G disk,cdrom,floppy,haldaemon haldaemon
More information about the Lunar-commits
mailing list