Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-14 | udev: ignore temporary udev devices | Lennart Poettering | |
2010-11-02 | do not overwrite other udev tags | Andrey 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-18 | udev: dm has been fixed in the meantime | Lennart Poettering | |
2010-08-18 | udev: fix syntax | Lennart Poettering | |
2010-07-16 | units: introduce smartcard.target | Lennart Poettering | |
2010-07-13 | udev: use prettier subsystem paths for bluetooth devices, too | Lennart Poettering | |
2010-07-13 | udev: ignore dynamic ram/loop block devices | Lennart Poettering | |
2010-07-13 | units: dm is an awful piece of work | Lennart Poettering | |
2010-07-13 | units: introduce bluetooth.target/printer.target which are activated if the ↵ | Lennart Poettering | |
right hardware is plugged in | |||
2010-05-22 | device: make use of new libudev tags logic | Lennart Poettering | |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering | |
2010-05-16 | build-sys: move remaining source files to src/ | Lennart Poettering | |