Reduced minimum password retry level from 6 to 3
[barry/pauldeden.git] / udev / README
blobf51338fa0c06a4e55b5102f8455356264400c405
1 This describes the udev files in this directory and what they are used for:
4 10-blackberry.rules
5 10-blackberry.rules.Debian
7         udev rules for running bcharge when you plugin your Blackberry.
8         Creates symlinks as well.
10         The .Debian file is for Debian Etch, and sets the permissions
11         as well.  This should be the only file you need for Debian Etch.
14 10-blackberry.perms
16         For RedHat/Fedora systems, this file goes into:
18                 /etc/security/console.perms.d/
20         It will dynamically give ownership of the /dev/bb-* (well, the
21         target of those symlinks) to the logged in console or xconsole
22         user. The idea was taken from this page:
24         http://gentoo-wiki.com/HOWTO_Griffin_PowerMate_with_UDEV_and_Kernel_2.6.x
26         Search for 'New alternative'.
29 99-barry-perms
31         For systems that don't support /etc/security/console.perms.d/,
32         this udev script utilizes a special group "barry" and sets
33         the devices to mode "0660".
35         You will need to create a "barry" group on your system to use this.
38 May 2007