Package: udev
Version; 0.053-1

/etc/udev/links.conf allows to create initial nodes in the /dev filesystem,
but does not allow to configure their permissions. I suggest:

--- /etc/init.d/udev    2005-02-12 19:42:47.000000000 +0100
+++ /tmp/udev   2005-02-26 21:30:56.000000000 +0100
@@ -57,6 +57,8 @@
       L) ln -s $arg1 /dev/$name ;;
       D) mkdir -p /dev/$name ;;
       M) mknod --mode=600 /dev/$name $arg1 ;;
+      O) chown $arg1 /dev/$name ;;
+      R) chmod $arg1 /dev/$name ;;
       *) echo "links.conf: unparseable line ($type $name $arg1)" ;;
     esac
   done

Attachment: pgpMUTCscb1kY.pgp
Description: PGP signature

Reply via email to