From: Yu Watanabe Date: Tue, 11 Nov 2025 23:54:09 +0000 (+0900) Subject: sd-path: add new type SD_PATH_SEARCH_SYSCTL (#38680) X-Git-Tag: v259-rc1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1cb4fae86adef003ed8a90e460a7611b568f9a2;p=thirdparty%2Fsystemd.git sd-path: add new type SD_PATH_SEARCH_SYSCTL (#38680) Aim of this patches set, is to add a new type SD_PATH_SEARCH_SYSCTL for sd_path_lookup() and sd_path_lookup_strv(). This new type is used to get the directories list used by systemd-sysctl: - /etc/sysctl.d/ - /run/sysctl.d/ - /usr/local/lib/sysctl.d/ - /usr/lib/sysctl.d/ This implements the change in libsystemd, systemd-path, and systemd-sysctl. --- a1cb4fae86adef003ed8a90e460a7611b568f9a2