From: Ian Abbott Date: Tue, 28 Aug 2012 09:41:34 +0000 (+0100) Subject: udev: Add commented out rule to set group owner to "iocard". X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=604a4dd8aaa497d8ea05dbe6bac63cc4304d51ed;p=comedilib.git udev: Add commented out rule to set group owner to "iocard". There is already a commented out rule in the example udev rules file "z99_comedi.rules" to set the mode to 0660 and set the group owner to "comedi". Add an almost identical commented out rule to set the group owner to "iocard" as this is favoured by Debian. --- diff --git a/etc/udev/z99_comedi.rules b/etc/udev/z99_comedi.rules index c6303ac..17293a8 100644 --- a/etc/udev/z99_comedi.rules +++ b/etc/udev/z99_comedi.rules @@ -32,6 +32,9 @@ KERNEL=="comedi[0-9]*", MODE="0666" # device files restricted to the "comedi" group #KERNEL=="comedi[0-9]*", MODE="0660", GROUP="comedi" +# device files restricted to the "iocard" group +#KERNEL=="comedi[0-9]*", MODE="0660", GROUP="iocard" + LABEL="comedi_add_end"