]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
conf-files: make conf-file enumerators provide more detailed information of enumerate...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 04:50:47 +0000 (13:50 +0900)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 04:50:47 +0000 (13:50 +0900)
This introduces `struct ConfFile` that stores detailed information of an
enumerated file, and introduces `conf_files_list_full()` and friends
that provide results in `ConfFile`.
Then make udev, hwdb, catalog, and cat-files use the new function and
struct to make them not read files outside of specified root directory.


Trivial merge