Changeset d983457


Ignore:
Timestamp:
05/18/2009 05:19:52 AM (15 years ago)
Author:
Bryan Kadzban <bryan@…>
Branches:
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.5, 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
Children:
5612386
Parents:
65fee99
Message:

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

Location:
udev-config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • udev-config/55-lfs.rules

    r65fee99 rd983457  
    33# Core kernel devices
    44
    5 # override both of these
    6 KERNEL=="random",   MODE="0444"
    7 KERNEL=="urandom",  MODE="0444"
    8 
    95KERNEL=="aio",      MODE="0444"
    10 KERNEL=="kmsg",     MODE="0600"
    116KERNEL=="rtc",      MODE="0666"
    127
     
    4540# Input devices
    4641
    47 # override MODE on these four
    48 KERNEL=="mice",     MODE="0644",        SYMLINK+="mouse"
    49 KERNEL=="mouse*",   MODE="0644"
    50 KERNEL=="event*",   MODE="0644"
    51 KERNEL=="ts*",      MODE="0644"
    52 
    53 KERNEL=="psaux",    MODE="0644"
     42KERNEL=="mice",     SYMLINK+="mouse"
    5443
    5544# DRI devices are managed by the X server, so prevent udev from creating them
  • udev-config/ChangeLog

    r65fee99 rd983457  
     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
    162009-05-16      Matt Burgess <matthew@linuxfromscratch.org>
    27        * 55-lfs.rules: Remove the block rule as it was only setting
Note: See TracChangeset for help on using the changeset viewer.