3 Most of the rules installed by Udev itself create devices with the correct
4 properties. This file contains rules that have not been merged upstream yet.
8 By default, Udev creates device nodes with UID 0, GID 0, and permissions 0660.
10 ISDN-related devices should be owned by the 'dialout' group, hence the following
13 KERNEL=="ippp[0-9]*", GROUP="dialout"
15 The RTC-related rules cause the setclock bootscript to be run as soon as the
16 RTC device has been created by Udev, meaning that times in log files, for
17 example, are as accurate as possible as quickly as possible.
19 A final word of caution: Any particular rule must be written on one line, and a
20 comma must separate each part of the rule.