1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00
systemd/rules.d
Chengen Du 6bd12be3fa udev: Handle PTP device symlink properly on udev action 'change'
PTP device symlink creation rules are currently executed only when the
udev action is 'add'. If a user reloads the rules and runs the udevadm
trigger command to reapply changes, the symlink may be deleted, which
can prevent the chronyd service from restarting properly.

Signed-off-by: Chengen Du <chengen.du@canonical.com>
2024-08-15 15:38:46 +09:00
..
50-udev-default.rules.in udev: Handle PTP device symlink properly on udev action 'change' 2024-08-15 15:38:46 +09:00
60-autosuspend.rules
60-block.rules
60-cdrom_id.rules
60-dmi-id.rules rules: split out DMI related rules from udev-default.rules 2023-06-20 14:44:36 +02:00
60-drm.rules udev: add USB revision in ID_PATH 2023-05-20 14:27:10 +09:00
60-evdev.rules
60-fido-id.rules
60-infiniband.rules
60-input-id.rules
60-persistent-alsa.rules udev: add USB revision in ID_PATH 2023-05-20 14:27:10 +09:00
60-persistent-input.rules udev: add USB revision in ID_PATH 2023-05-20 14:27:10 +09:00
60-persistent-media-controller.rules udev: permanent symlinks with USB revision for /dev/media* 2024-04-18 14:09:42 +02:00
60-persistent-storage-mtd.rules rules: add mtd/by-name symlinks 2023-10-17 11:43:30 +02:00
60-persistent-storage-tape.rules udev: add USB revision in ID_PATH 2023-05-20 14:27:10 +09:00
60-persistent-storage.rules.in udev: even if a device is a zac device, scsi-$ID_SERIAL will be reserved for it (#30459) 2024-01-16 14:57:07 +09:00
60-persistent-v4l.rules udev: add USB revision in ID_PATH 2023-05-20 14:27:10 +09:00
60-sensor.rules
60-serial.rules udev: add USB revision in ID_PATH 2023-05-20 14:27:10 +09:00
64-btrfs.rules.in Drop split-usr and unmerged-usr support 2023-07-28 19:34:03 +01:00
70-camera.rules
70-joystick.rules
70-memory.rules
70-mouse.rules
70-power-switch.rules
70-touchpad.rules
70-uaccess.rules.in add udev rules for trezor hw wallet devices 2024-07-24 08:22:44 +01:00
71-seat.rules.in Drop split-usr and unmerged-usr support 2023-07-28 19:34:03 +01:00
73-seat-late.rules.in
75-net-description.rules udev: allow/denylist for reading sysfs attributes when composing a NIC name 2023-12-19 19:15:52 +09:00
75-probe_mtd.rules
78-sound-card.rules
80-drivers.rules
80-net-setup-link.rules
81-net-dhcp.rules
82-net-auto-link-local.rules hwdb,rules: mark host-to-host network devices as only requiring link local addressing 2023-10-30 18:57:41 +01:00
90-iocost.rules udev/iocost: invert DEVTYPE match 2023-04-26 14:50:25 +09:00
90-vconsole.rules.in rules: start systemd-vconsole-setup via unit 2023-05-19 17:46:47 +02:00
99-systemd.rules.in udev: tag MTD devices for systemd 2024-06-12 00:18:33 +01:00
meson.build rules: add mtd/by-name symlinks 2023-10-17 11:43:30 +02:00
README

Files in this directory contain configuration for systemd-udevd.service, a
daemon that manages symlinks to device nodes, permissions of devices nodes,
emits device events for userspace, and renames network interfaces.

See man:udev(7) for an overview of the configuration file format, and
man:systemd-udevd.service(8) for a description of service itself.

Use 'systemd-analyze cat-config udev/rules.d' to display the effective config.