summaryrefslogtreecommitdiff
path: root/src/99-systemd.rules
AgeCommit message (Collapse)Author
2011-03-29udev: tty - re-add accidentially removed hvc* matchKay Sievers
2011-03-29udev: systemd-tag all ttysKay Sievers
2011-03-28udev: expose some more tty's for various embedded hardwareMichael Olbrich
2011-02-28udev: don't ignore non-encrypted block devices with no superblockLennart Poettering
They might be encrypted disks with no LUKS header. https://bugzilla.redhat.com/show_bug.cgi?id=679842
2011-02-28udev: expose ttyUSB devices tooLennart Poettering
2011-02-28udev: mark hvc devices for exposure in systemdLennart Poettering
2011-02-16udev: ignore block devices which no known contents, to avoid trying of ↵Lennart Poettering
mounts/swapons when devices aren't set up full yet
2011-02-15udev: use SYSTEMD_READY to mask uninitialized DM devicesLennart Poettering
2011-02-09units: introduce and hook up sound.targetLennart Poettering
2010-11-14udev: ignore temporary udev devicesLennart Poettering
2010-11-02do not overwrite other udev tagsAndrey Borzenkov
Systemd was unconditionally replacing all tags with own. The net effect was udev-acl tag was lost and devices were not given proper ACLs, making them inaccessible. Before: {pts/0}% udevadm info --query property --name sr0 DEVNAME=/dev/sr0 [...] TAGS=:systemd: {pts/0}% getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: cdrom user::rw- group::rw- other::--- After: {pts/0}% udevadm info --query property --name sr0 DEVNAME=/dev/sr0 [...] TAGS=:udev-acl:systemd: {pts/0}% getfacl /dev/sr0 getfacl: Removing leading '/' from absolute path names # file: dev/sr0 # owner: root # group: cdrom user::rw- user:bor:rw- group::rw- mask::rw- other::--- Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
2010-08-18udev: dm has been fixed in the meantimeLennart Poettering
2010-08-18udev: fix syntaxLennart Poettering
2010-07-16units: introduce smartcard.targetLennart Poettering
2010-07-13udev: use prettier subsystem paths for bluetooth devices, tooLennart Poettering
2010-07-13udev: ignore dynamic ram/loop block devicesLennart Poettering
2010-07-13units: dm is an awful piece of workLennart Poettering
2010-07-13units: introduce bluetooth.target/printer.target which are activated if the ↵Lennart Poettering
right hardware is plugged in
2010-05-22device: make use of new libudev tags logicLennart Poettering
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-16build-sys: move remaining source files to src/Lennart Poettering