Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] fix gentoo fb permission issue. | gregkh@suse.de | |
2005-04-26 | [PATCH] remove gentoo permission file as it's not valid anymore. | greg@kroah.com | |
2005-04-26 | [PATCH] Add infiniband to gentoo rules. | greg@kroah.com | |
2005-04-26 | [PATCH] Another gentoo fix, adding dvb support. | greg@kroah.com | |
2005-04-26 | [PATCH] Fix gentoo bug #76056 (fb device group permissions.) | greg@kroah.com | |
2005-04-26 | [PATCH] Fix gentoo bug #81102, device nodes for the pktcdvd device. | greg@kroah.com | |
2005-04-26 | [PATCH] debian: update rules files | md@Linux.IT | |
2005-04-26 | [PATCH] gentoo/udev.rules: add default permissions for sound devices | sschweizer@gmail.com | |
2005-04-26 | [PATCH] gentoo fb permission fix. | greg@kroah.com | |
2005-04-26 | [PATCH] clean up the aoe char device rules, and delete the block one as it's ↵ | greg@kroah.com | |
not needed. | |||
2005-04-26 | [PATCH] add aoe block and char device rules to the gentoo rule file. | greg@kroah.com | |
2005-04-26 | [PATCH] remove default_* permissions from udev.conf file | kay.sievers@vrfy.org | |
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 | [PATCH] update Fedora config files and add some more tests | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add SUBSYSTEM rule to catch all block devices and apply the disk ↵ | kay.sievers@vrfy.org | |
permissions | |||
2005-04-26 | [PATCH] update Fedora config files | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add OnStream tape drive rules | kay.sievers@vrfy.org | |
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 | [PATCH] simplify rules file by setting default mode to 0660 | kay.sievers@vrfy.org | |
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 | [PATCH] initial merge of fedora udev.permissions into udev.rules | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] fix some typos in gentoo's udev.rules introduced by the merge | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] initial merge of gentoo udev.permissions into udev.rules | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update Fedora config files | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] update Fedora config files | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] complete removal of explicit udev permissions config file | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add more debian rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] move distro specific config files into their own directories | greg@kroah.com | |
2005-04-26 | more merge fixups | Greg KH | |
2005-04-26 | [PATCH] update debian rules files. | greg@kroah.com | |
2005-04-26 | [PATCH] added asterix rules to the gentoo file. | greg@kroah.com | |
2005-04-26 | [PATCH] fix gentoo scsi cdrom rule | greg@kroah.com | |
http://bugs.gentoo.org/show_bug.cgi?id=73208 | |||
2005-04-26 | more fixups | Greg KH | |
2005-04-26 | [PATCH] Allow GROUP to have modifiers in it | sschweizer@gmail.com | |
2005-04-26 | [PATCH] replace tdb database by simple lockless file database | kay.sievers@vrfy.org | |
This makes the udev operation completely lockless by storing a file for every node in /dev/.udevdb/* This solved the problem with deadlocking concurrent udev processes waiting for each other to release the file lock under heavy load. | |||
2005-04-26 | [PATCH] Some updates for Gentoo's udev rules | azarah@nosferatu.za.org | |
Hi, Here is a few updates for the udev.rules.gentoo from udev package. I will summarise it briefly: 1) The last change you did to legacy tty's is wrong. I say this because: 1a) The original devfs rules had both master and slave in /dev/pty: nosferatu linux # grep devfs_name drivers/char/pty.c pty_driver->devfs_name = "pty/m"; pty_slave_driver->devfs_name = "pty/s"; nosferatu linux # 1b) If you refer to '2.6.8.1-mm1 Tty problems?', you will see that the /dev/tty/ directory our rules create, replaces this symlink: nosferatu portage # ls -l /dev/tty crw-rw-rw- 1 root tty 5, 0 Nov 14 17:06 /dev/tty nosferatu portage # which is used to determine the controlling tty. 2) Somebody added the /dev/cpu/microcode rule, but it was not run as there was an older rule before that placing it in /dev/misc (which is wrong). Just remove the first broken rule 3) Some form/tab cleanups. Reorder rules alphabetically according to device class to make searching/editing easier. | |||
2005-04-26 | [PATCH] add cdsymlinks.sh support to gentoo rules file. | greg@kroah.com | |
2005-04-26 | [PATCH] fix gentoo legacy tty rule | greg@kroah.com | |
I thought I had fixed this a long time ago... | |||
2005-04-26 | [PATCH] add inotify to the rules for gentoo | greg@kroah.com | |
2005-04-26 | [PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes. | greg@kroah.com | |
2005-04-26 | [PATCH] add debian config files. | greg@kroah.com | |
taken from latest udev debian package. | |||
2005-04-26 | [PATCH] respect prefix= setting in built udev.conf (updated) | kpfleming@backtobasicsmgmt.com | |
Here is a revised version of the patch. Again, it modifies the Makefile to respect the prefix= setting when putting paths to /etc/udev/{rules.s,permissions.d} into the built /etc/udev/udev.conf file. It also changes the Makefile to create this file at "make" time, not "make install" time. This allows for udevdir to be specified at "make" time (thus putting the correct path into udev.conf), but not specified at "make install" time (thus allowing the installation to proceed without trying to use the wrong directory). Submitted By: Kevin P. Fleming <kpfleming@linuxfromscratch.org> Date: 2004-09-16 Initial Package Version: 032 Origin: David Jensen Description: correct udev's Makefile and template config file to respect the "prefix=" setting supplied when it is built; also build etc/udev/udev.conf at "make" time, not "make install" time | |||
2005-04-26 | [PATCH] kdetv wants to see device nodes in /dev | greg@kroah.com | |
2005-04-26 | [PATCH] add symlink for video rule. | greg@kroah.com | |
2005-04-26 | [PATCH] Fix old-style pty breakage in rules file for tty device. | greg@kroah.com | |
Thanks to Martin Schlemmer <azarah@nosferatu.za.org> for the fix. | |||
2005-04-26 | [PATCH] add rules for i386 cpu devices. | greg@kroah.com | |
2005-04-26 | [PATCH] add permission for legotower usb devices. | greg@kroah.com | |
2005-04-26 | [PATCH] add microcode rule to permissions.gentoo file | azarah@gentoo.org | |
Add microcode rule, remove duplicate rtc and psaux rules, and order alphabetically. | |||
2005-04-26 | [PATCH] add permission rule for jogdial device. | greg@kroah.com | |
2005-04-26 | [PATCH] fix permission problem with input event and ts nodes for gentoo | greg@kroah.com | |
2005-04-26 | [PATCH] change default perms of misc/rtc to be readable by anyone. | greg@kroah.com | |
2005-04-26 | [PATCH] tweak the gentoo default permission rules as they are wrong for tty ↵ | greg@kroah.com | |
and misc devices. | |||
2005-04-26 | [PATCH] add udev.permissions.slackware file. | greg@kroah.com | |
From Lucas de Souza Santos <lucasdss@yahoo.com.br> |