Greg KH
39e54555a9
Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay
2005-07-14 14:13:34 -07:00
Ville Skyttä
7fe082a8a4
correct default mode documentation in udev
2005-07-14 11:43:05 +02:00
Greg KH
afd6b4acc8
fix position of raw rules in gentoo config file
...
this solve issue of raw1394 device nodes showing up in the proper place.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-07-12 15:46:54 -07:00
Greg Kroah-Hartman
0cc976eeaf
fix cdrom symlink problem in gentoo rules
2005-07-06 13:15:23 -07:00
Greg KH
040e26dc99
Sync up the Debian rules files
2005-07-06 13:09:05 -07:00
Kay Sievers
8deae6aa34
add IEEE1394 rules to the gentoo rule file
2005-07-03 16:11:17 +02:00
Kay Sievers
7c26d9eb43
switch gentoo rules to new operators
...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-07-03 14:01:48 +02:00
Greg KH
1fcc2a36fd
Fix the gentoo udev rules to allow the box to boot properly
2005-07-02 23:47:43 -07:00
Greg Kroah-Hartman
f943722e0a
Update the gentoo rule file
2005-06-30 16:26:43 -07:00
Greg KH
972d318a31
Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay
2005-06-21 16:36:29 -07:00
Stefan Schweizer
ae8d5e161f
[PATCH] Dialout group fix for capi devices in the gentoo rules file
...
currently it is not possible to use the capi devices for users even
when the user is in the dialout group. Please apply the attached patch
and fix the issue.
There is also a gentoo bug about this:
http://bugs.gentoo.org/show_bug.cgi?id=92445
diff -ur udev-056.orig/etc/udev/gentoo/udev.rules udev-056/etc/udev/gentoo/udev.rules
2005-06-16 16:23:34 -07:00
Kay Sievers
8ab44e3fd0
udevd: control log-priority of the running daemon with udevcontrol
...
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-16 01:58:47 +02:00
Kay Sievers
6a522681e1
udev: move dev.d/ handling to external helper
...
Modern rules are expected to call notification and postprocessing with
the RUN key. For compatibility the current behavior can be emulated
with an external helper.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-06-05 05:11:29 +02:00
Greg KH
8d9e468f12
Update Red Hat default udev rules.
...
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-05-18 23:34:45 -07:00
kay.sievers@vrfy.org
11a598f7ef
[PATCH] Fedora udev.rules update
2005-04-26 23:55:01 -07:00
kay.sievers@vrfy.org
7ab1623383
[PATCH] update Debian rules
2005-04-26 23:55:01 -07:00
kay.sievers@vrfy.org
6b493a20e1
[PATCH] support log-priority levels in udev.conf
2005-04-26 23:54:59 -07:00
gregkh@suse.de
c262aa4984
[PATCH] fix raid rules.
...
Thanks to Kay for pointing it out.
2005-04-26 23:53:53 -07:00
gregkh@suse.de
c29125aebb
[PATCH] added frugalware udev ruleset.
2005-04-26 23:53:53 -07:00
gregkh@suse.de
677a6a84bd
[PATCH] gentoo rule update for raid devices.
...
From Thierry Vignaud <tvignaud@mandrakesoft.com>
2005-04-26 23:53:53 -07:00
gregkh@suse.de
bc4235d38e
[PATCH] fix gentoo fb permission issue.
2005-04-26 23:35:15 -07:00
greg@kroah.com
20da7623c7
[PATCH] remove gentoo permission file as it's not valid anymore.
2005-04-26 23:35:15 -07:00
greg@kroah.com
ee2427d3da
[PATCH] Add infiniband to gentoo rules.
2005-04-26 23:28:12 -07:00
greg@kroah.com
990f059b1e
[PATCH] Another gentoo fix, adding dvb support.
2005-04-26 23:28:12 -07:00
greg@kroah.com
d35f580b25
[PATCH] Fix gentoo bug #76056 (fb device group permissions.)
2005-04-26 23:28:12 -07:00
greg@kroah.com
fcbb427e0e
[PATCH] Fix gentoo bug #81102 , device nodes for the pktcdvd device.
2005-04-26 23:28:12 -07:00
md@Linux.IT
36429eef37
[PATCH] debian: update rules files
2005-04-26 23:24:20 -07:00
sschweizer@gmail.com
c7a84d7556
[PATCH] gentoo/udev.rules: add default permissions for sound devices
2005-04-26 23:24:20 -07:00
greg@kroah.com
d25e14ae1e
[PATCH] gentoo fb permission fix.
2005-04-26 23:24:19 -07:00
greg@kroah.com
83e1f809c9
[PATCH] clean up the aoe char device rules, and delete the block one as it's not needed.
2005-04-26 23:21:58 -07:00
greg@kroah.com
78b574cfcd
[PATCH] add aoe block and char device rules to the gentoo rule file.
2005-04-26 23:21:58 -07:00
kay.sievers@vrfy.org
b9a8c4821a
[PATCH] remove default_* permissions from udev.conf file
...
With the "permissions only rules" we can just place:
MODE="0660", OWNER="root", GROUP="root"
at the beginning of the rules file and get exactly the same behavior.
If no values are given the compiled-in defaults are used.
2005-04-26 23:19:09 -07:00
kay.sievers@vrfy.org
eb8700908c
[PATCH] update Fedora config files and add some more tests
2005-04-26 23:19:09 -07:00
kay.sievers@vrfy.org
87da5b2c65
[PATCH] add SUBSYSTEM rule to catch all block devices and apply the disk permissions
2005-04-26 23:19:09 -07:00
kay.sievers@vrfy.org
c07068d5e0
[PATCH] update Fedora config files
2005-04-26 23:19:09 -07:00
kay.sievers@vrfy.org
a07dc29e60
[PATCH] add OnStream tape drive rules
...
On Sun, 2004-12-19 at 17:36 +0000, Willem Riede wrote:
Would you mind adding OnStream tape drives?
>
> KERNEL="osst*", NAME="%k", GROUP="tape", MODE="0660"
> KERNEL="nosst*", NAME="%k", GROUP="tape", MODE="0660"
2005-04-26 23:19:09 -07:00
kay.sievers@vrfy.org
4ae6d03f39
[PATCH] simplify rules file by setting default mode to 0660
...
On Sun, 2004-12-19 at 18:31 +0100, Marco d'Itri wrote:
> It may be better to use default_mode="0660", I do not think that there
> are any mode 600 devices. This would allow setting only the group for
> most of them.
2005-04-26 23:19:09 -07:00
kay.sievers@vrfy.org
2c97d705dc
[PATCH] initial merge of fedora udev.permissions into udev.rules
2005-04-26 23:19:08 -07:00
kay.sievers@vrfy.org
90726e43c9
[PATCH] fix some typos in gentoo's udev.rules introduced by the merge
2005-04-26 23:17:47 -07:00
kay.sievers@vrfy.org
878f3218e1
[PATCH] initial merge of gentoo udev.permissions into udev.rules
2005-04-26 23:17:47 -07:00
kay.sievers@vrfy.org
09a9ba58c6
[PATCH] update Fedora config files
2005-04-26 23:17:47 -07:00
kay.sievers@vrfy.org
1e473f4c45
[PATCH] update Fedora config files
2005-04-26 23:17:47 -07:00
kay.sievers@vrfy.org
8b36cc0f17
[PATCH] complete removal of explicit udev permissions config file
2005-04-26 23:17:47 -07:00
greg@kroah.com
06ed11be3e
[PATCH] add more debian rules files.
2005-04-26 23:10:31 -07:00
greg@kroah.com
f01a9ca1a2
[PATCH] move distro specific config files into their own directories
2005-04-26 23:10:24 -07:00
Greg KH
5e7d9f4060
more merge fixups
2005-04-26 23:10:15 -07:00
greg@kroah.com
e0a17b749f
[PATCH] update debian rules files.
2005-04-26 23:06:10 -07:00
greg@kroah.com
55b0508969
[PATCH] added asterix rules to the gentoo file.
2005-04-26 23:06:10 -07:00
greg@kroah.com
de5d2ee0a7
[PATCH] fix gentoo scsi cdrom rule
...
http://bugs.gentoo.org/show_bug.cgi?id=73208
2005-04-26 23:06:10 -07:00
Greg KH
97adaace4f
more fixups
2005-04-26 22:54:32 -07:00