source: udev-config/ChangeLog@ 6033f00

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 6033f00 was d983457, checked in by Bryan Kadzban <bryan@…>, 15 years ago

Adopt udev settings (permissions) for random, urandom, kmsg, and input devices (including psaux, which probably doesn't exist anymore anyway).

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 10.1 KB
Line 
12009-05-16 Bryan Kadzban <bryan@linuxfromscratch.org>
2 * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
3 input devices (including psaux, which probably doesn't exist anymore
4 anyway).
5
62009-05-16 Matt Burgess <matthew@linuxfromscratch.org>
7 * 55-lfs.rules: Remove the block rule as it was only setting
8 permissions that Udev will set by default
9 * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
10 included in upstream's rule
11 * 55-lfs-rules: Remove the tape rules as the group they sets is already
12 included in upstream's rules
13
142009-03-15 Bryan Kadzban <bryan@linuxfromscratch.org>
15 * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
16 version, which has a better match via SUBSYSTEM).
17 * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
18 to standardize on a Debian-like setup (uucp is for UUCP daemons to use
19 for privilege separation; dialout is for users and devices).
20
212008-12-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
22 * 55-lfs.rules: Change one line to use continuation so it does
23 not overflow the book's width.
24
252008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
26 * 55-lfs.rules: Remove several rules that are either provided by upstream,
27 or that don't have any effect (there is no /dev/js or /dev/djs according
28 to devices.txt).
29 * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
30 everywhere, per upstream's general request.
31
322008-11-11 Bryan Kadzban <bryan@linuxfromscratch.org>
33 * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
34 numbers. Thanks to Trent Shea for the fix. Closes #2278.
35
362008-10-15 DJ Lucas <dj@linuxfromscratch.org>
37 * 55-lfs.rules: Override default perms on floppy disk devices provided
38 by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes
39 LFS ticket #2076.
40
412008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
42 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
43 already handled by udev's 50-udev-default.rules file. The docs
44 can be added back later if needed.
45 * Makefile: Don't install the above deleted files.
46 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
47 50-udev-default.rules file handles it properly.
48
492008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
50 * Makefile: Make the package DESTDIR-friendly by installing the docs
51 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
52 trying to figure out what version of udev was just installed.
53
542007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
55 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
56 the rules that override upstream's assignment of the dialout group.
57 Replace "dialout" with "uucp" on the remaining rules.
58
592007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
60 * 51-lfs.rules: Move to 55-lfs.rules.
61 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
62
632007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
64 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
65 new 50-udev-defaults.rules file; remove them. Override permissions
66 where needed elsewhere (and document overrides in comments).
67 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
68 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
69
70 * 25-lfs.rules: Move to 51-lfs.rules.
71 * 27-firmware.rules: Move to 81-firmware.rules.
72 * 81-cdrom.rules: Move to 61-cdrom.rules.
73
74 * doc/25-lfs.txt: Rename to 51-lfs.txt.
75 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
76 the upstream rules.
77 * doc/27-firmware.txt: Rename to 81-firmware.txt.
78 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
79
80 * Makefile: Use new filenames.
81
822007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
83 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
84 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
85 to only trigger on "add" events. This change is not backwards
86 compatible with older kernels.
87
882007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
89 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
90 which is what's expected in userspace apps such as x86info.
91
922007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
93 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
94 and floppies (create extra nodes based on CMOS type), copied from
95 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
96
972007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
98 * Makefile: Use `udevd --version' to work out what version of Udev is
99 installed (requires Udev >= 106)
100
1012007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
102 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
103 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
104
1052006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
106 * Makefile: Add a missing backslash in install-extra-doc.
107
108 * 05-udev-early.rules, 60-persistent-input.rules,
109 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
110 will install these files from udev's etc/udev/rules.d directory
111 instead.
112 * Makefile: Don't install these rules files after all. Also, only
113 install corresponding docs if requested.
114
1152006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
116 * Makefile: Added; contains targets to install rules and doc files.
117 From Dan Nicholson.
118
1192006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
120 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
121 upstream sample rules files (from udev-102), except for one rule
122 which is more specific in our tarball and should probably be changed
123 upstream.
124 * doc/60-persistent-storage.txt: Modify to match the changes. Also
125 fix a couple typos.
126
127 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
128 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
129
130 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
131 glob matching, not regular expressions, so the old rules would match
132 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
133 character after the "fixed" portion was in the list, the rule would
134 match; it wouldn't apply the same character range to later characters.
135
136 * doc/25-lfs.txt: Add a note on interaction between permissions and
137 symlinks.
138
1392006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
140 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
141 0660).
142
143 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
144 Also tweak the comment about other TTY devices.
145
1462006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
147 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
148 2.6.18, this rule is no longer required.
149
150 * doc/05-udev-early.txt: Update to match.
151
1522006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
153 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
154 at least the parts I understand. (I don't use DASD or netblock or
155 several other supported configurations.)
156
157 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
158
159 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
160 now finished.
161
1622006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
163 * doc/60-persistent-input.txt: Explain (in probably too much detail)
164 60-persistent-input.rules.
165
1662006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
167 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
168
169 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
170
171 * doc/27-firmware.txt: Explain 27-firmware.rules.
172
1732006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
174 * doc/25-lfs.txt: Explain 25-lfs.rules.
175
176 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
177
1782006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
179 * doc: New subdirectory to contain documentation of rules
180 * doc/README: New file, top-level documentation
181 * doc/*.txt: New documentation files, one for each rules file. Only
182 05-udev-early.txt has anything in it.
183
1842006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
185 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
186 of setting NAME to an empty string. This matches the way we ignore
187 devmapper / LVM devices.
188
1892006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
190 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
191 60-persistent-input.rules creates persistent symlinks for input
192 devices, and 95-udev-late.rules enables udevmonitor.
193
194 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
195 ATTRS{removable} on partition devices. Replace ATTRS{removable}
196 with ATTR{removable} on whole-disk devices.
197
1982006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
199 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
200 in the rule that waits for the "bus" symlink should be replaced by
201 SUBSYSTEMS.
202
2032006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
204 * Adapted rules to the new matches used in udev-098 and above (e.g.,
205 SYSFS becomes ATTRS). Prevents warnings, and support for the old
206 matches will be removed eventually. These rules will not work with
207 udev-097 and before!
208 * Fixed several bugs in the rules left over from previous udev
209 versions (missing commas, overwriting user symlinks using ="..."
210 instead of +="...", and matching against "*" instead of "?*").
211
212 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
213 entries. (See standards.info; search it for "changelog" to get
214 the general gist.)
215
216dnicholson - Jul 14, 2006
217 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
218 to Anthony Wright.
219
220n/a - Jul 12, 2006
221 * Added options so temporary nodes are not created with device-mapper
222 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
223 SUBSYSTEM=="block" test.
224 * Added simple 81-cdrom.rules file to set cdrom group ownership
225
226n/a - Jun 07, 2006
227 * Removed nvidia rules
228 * Removed bug reporting rule
229 * Moved Debian-based persistent CD-ROM rules to contrib
230 * Adapted firmware rule to udev-093
231
232n/a - May 15, 2006
233 * Part one of 25-lfs.rules rewrite
234 * Some minor tweaking of the layout
235
236n/a - May 12, 2006
237 * Initial import of the udev-config directory.
238 * Reorganized and modularized the rules files.
239 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.