]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-config: introduce UdevConfig 35624/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Dec 2024 17:26:02 +0000 (02:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Dec 2024 03:28:44 +0000 (12:28 +0900)
commit04fa5c1580ad388af3477ecfd7d4aa7d7f5cee30
tree0a183d7d77bfb9932b84b2aa41e9d5f9374071df
parent394a678aec3b8bba0f0b1a8d7b9427c62468fe68
udev-config: introduce UdevConfig

Then, save configurations by their source: udev.conf, command line
arguments, kernel command line options, and udev control.

Preparation to support reloading udev.conf in a later commit.
src/udev/udev-config.c
src/udev/udev-config.h
src/udev/udev-event.c
src/udev/udev-manager.c
src/udev/udev-manager.h
src/udev/udev-spawn.c
src/udev/udev-worker.c
src/udev/udev-worker.h