Kay Sievers
e30b45bb84
udev: tty - re-add accidentially removed hvc* match
2011-03-29 01:44:06 +02:00
Kay Sievers
1f7f38f6d4
udev: systemd-tag all ttys
2011-03-29 01:19:39 +02:00
Michael Olbrich
6edef9c587
udev: expose some more tty's for various embedded hardware
2011-03-28 23:36:32 +02:00
Lennart Poettering
90e6abaea0
udev: don't ignore non-encrypted block devices with no superblock
...
They might be encrypted disks with no LUKS header.
https://bugzilla.redhat.com/show_bug.cgi?id=679842
2011-02-28 22:04:53 +01:00
Lennart Poettering
0e01075a2b
udev: expose ttyUSB devices too
2011-02-28 21:51:34 +01:00
Lennart Poettering
230e12e337
udev: mark hvc devices for exposure in systemd
2011-02-28 21:51:34 +01:00
Lennart Poettering
444d943235
udev: ignore block devices which no known contents, to avoid trying of mounts/swapons when devices aren't set up full yet
2011-02-16 19:34:38 +01:00
Lennart Poettering
b7cf1b68a7
udev: use SYSTEMD_READY to mask uninitialized DM devices
2011-02-15 10:59:46 +01:00
Lennart Poettering
88dfa2938a
units: introduce and hook up sound.target
2011-02-09 21:07:53 +01:00
Lennart Poettering
5475ff4b7a
udev: ignore temporary udev devices
2010-11-14 19:59:10 +01:00
Andrey Borzenkov
1e85f63615
do not overwrite other udev tags
...
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-11-02 18:30:26 +01:00
Lennart Poettering
2dc11f9948
udev: dm has been fixed in the meantime
2010-08-18 01:04:51 +02:00
Lennart Poettering
4252a5b66d
udev: fix syntax
2010-08-18 01:01:22 +02:00
Lennart Poettering
2d3b2c0032
units: introduce smartcard.target
2010-07-16 21:32:11 +02:00
Lennart Poettering
17df43e32c
udev: use prettier subsystem paths for bluetooth devices, too
2010-07-13 02:40:24 +02:00
Lennart Poettering
935e3e5cc7
udev: ignore dynamic ram/loop block devices
2010-07-13 02:40:08 +02:00
Lennart Poettering
7c9c5d0eb1
units: dm is an awful piece of work
2010-07-13 02:17:06 +02:00
Lennart Poettering
da78e1b444
units: introduce bluetooth.target/printer.target which are activated if the right hardware is plugged in
2010-07-13 02:16:44 +02:00
Lennart Poettering
e1ce2c2782
device: make use of new libudev tags logic
2010-05-22 01:00:28 +02:00
Lennart Poettering
dfca381db3
shorten copyright header of configuration files
2010-05-19 22:14:29 +02:00
Lennart Poettering
797e2f0e4d
build-sys: move remaining source files to src/
2010-05-16 18:51:06 +02:00