| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: systemd | Distribution: CentOS |
| Version: 252 | Vendor: CentOS |
| Release: 67.el9 | Build date: Mon Feb 23 18:21:48 2026 |
| Group: Unspecified | Build host: aarch64-06.stream.rdu2.redhat.com |
| Size: 14770422 | Source RPM: systemd-252-67.el9.src.rpm |
| Packager: builder@centos.org | |
| Url: https://systemd.io | |
| Summary: System and Service Manager | |
systemd is a system and service manager that runs as PID 1 and starts the rest of the system. It provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd supports SysV and LSB init scripts and works as a replacement for sysvinit. Other parts of this package are a logging daemon, utilities to control basic system configuration like the hostname, date, locale, maintain a list of logged-in users, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution.
LGPLv2+ and MIT and GPLv2+
* Mon Feb 23 2026 systemd maintenance team <systemd-maint@redhat.com> - 252-67
- core: only activate transaction that contain useful jobs (RHEL-143727)
* Mon Feb 23 2026 systemd maintenance team <systemd-maint@redhat.com> - 252-66
- core/service: fix error cause in the log (RHEL-138414)
- fstab-generator: drop assertions for mount opts (RHEL-92752)
- fstab-generator: fix options in systemd.mount-extra= arg (RHEL-92752)
- core: reorder systemd arguments on reexec (RHEL-111135)
- basic: add RuntimeScope enum (RHEL-137252)
- runtime-scope: add helper that turns RuntimeScope enum into --system/--user string (RHEL-137252)
- sd-path: add support for XDG_STATE_HOME (RHEL-137252)
- sd-path: bring spacing in sd-path.h and systemd-path tool in sync (RHEL-137252)
- path tool: add some basic ansi highlighing (RHEL-137252)
- execude: include RuntimeScope field in ExecParameters (RHEL-137252)
- execute: remove redundant assignment (RHEL-137252)
- execute: when recursively chowning StateDirectory= when spawning services, follow initial symlink (RHEL-137252)
- execute: add support for XDG_STATE_HOME for placing service state data in --user mode (RHEL-137252)
- execute: associate logs from setup_exec_directory() with the unit name (RHEL-137252)
- execute: shorten some code by using RET_NERRNO() (RHEL-137252)
- execute: shorten code by making use of laccess() return code properly (RHEL-137252)
- execute: don't bother with chowning StateDirectory= and friends in user mode (RHEL-137252)
- test: add test for new XDG_STATE_HOME handling (RHEL-137252)
- man: mention the newly-added XDG_STATE_HOME (RHEL-137252)
- man: rebreak lines in file-hierarchy(7) a bit (RHEL-137252)
- man: properly close XML tags (RHEL-137252)
- tmpfiles: teach tmpfiles the new XDG_STATE_HOME variable too (RHEL-137252)
- test: use XDG_STATE_HOME for %S and %L (RHEL-137252)
- man: fully adopt ~/.local/state/ (RHEL-137252)
* Wed Feb 18 2026 systemd maintenance team <systemd-maint@redhat.com> - 252-65
- update specfile and sources after renaming rhel-net-naming-sysattrs to net-naming-sysattrs (RHEL-150622)
* Fri Dec 12 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-64
- core: fix array size in unit_log_resources() (RHEL-131338)
- pid1: add env var to override default mount rate limit burst (RHEL-129153)
- pid1: add env var to override default mount rate limit interval (RHEL-129153)
* Thu Nov 27 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-63
- cryptsetup-generator: refactor add_crypttab_devices() (RHEL-127859)
- cryptsetup-generator: continue parsing after error (RHEL-127859)
- cryptsetup-generator: parse all cmdline devices too (RHEL-127859)
- cryptsetup-generator: always process cmdline devices (RHEL-127859)
- logind: add "background-light" session class (RHEL-109833)
- pam_systemd: honor session class provided via PAM environment (RHEL-109833)
* Mon Nov 24 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-62
- ukify: rstrip and escape binary null characters from 'inspect' output (#38607) (RHEL-109558)
- timer: rebase last_trigger timestamp if needed (RHEL-118215)
* Fri Nov 21 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-61
- timer: rebase the next elapse timestamp only if timer didn't already run (RHEL-118215)
- strv: introduce string_strv_hashmap_remove() (RHEL-14112)
- unit-file: introduce unit_file_remove_from_name_map() (RHEL-14112)
- core/unit: remove path to transient unit file from unit name maps on stop (RHEL-14112)
- TEST-07-PID1: add reprudcer for issue #35190 (RHEL-14112)
- coredump: handle ENOBUFS and EMSGSIZE the same way (RHEL-103801)
* Wed Nov 05 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-60
- man: fix a missing word (RHEL-115182)
- cryptsetup: Add optional support for linking volume key in keyring. (RHEL-97175)
- cryptsetup: fix typo (RHEL-97175)
- cryptsetup: HAVE_CRYPT_SET_KEYRING_TO_LINK is always defined (RHEL-97175)
- coredump: make check that all argv[] meta data fields are passed strict (RHEL-104138)
- coredump: restore compatibility with older patterns (RHEL-104138)
- coredump: use %d in kernel core pattern (RHEL-104138)
- pidref: add structure that can reference a pid via both pidfd and pid_t (RHEL-104138)
- fd-util: introduce parse_fd() (RHEL-104138)
- coredump: add support for new %F PIDFD specifier (RHEL-104138)
* Thu Oct 02 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-59
- test: rename TEST-53-ISSUE-16347 to TEST-53-TIMER (RHEL-118215)
- test: restarting elapsed timer shouldn't trigger the corresponding service (RHEL-118215)
- test: check the next elapse timer timestamp after deserialization (RHEL-118215)
- timer: don't run service immediately after restart of a timer (RHEL-118215)
- test: store and compare just the property value (RHEL-118215)
- test: make test-fd-util more lenient when using fd_move_above_stdio() (RHEL-114974)
- basic: add PIDFS magic (#31709) (RHEL-114974)
* Tue Sep 16 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-57
- Revert "boot: Use EFI_BOOT_MANAGER_POLICY_PROTOCOL to connect console devices" (RHEL-108596)
- boot: Use correct memory type for allocations (RHEL-108555)
- meson: /etc/systemd/network is also used by udevd (RHEL-109096)
- sd-bus: make bus_add_match_full accept timeout (RHEL-31756)
- core/unit: add get_timeout_start_usec in UnitVTable and define it for service (RHEL-31756)
- core/unit: increase the NameOwnerChanged/GetNameOwner timeout to the unit's start timeout (RHEL-31756)
- core,sd-bus: drop empty lines between function call and error check (RHEL-31756)
- core: do not disconnect from bus when failed to install signal match (RHEL-31756)
- dbus: stash the subscriber list when we disconenct from the bus (RHEL-31756)
- manager: s/deserialized_subscribed/subscribed_as_strv (RHEL-31756)
- bus-util: do not reset the count returned by sd_bus_track_count_name() (RHEL-31756)
- core/manager: restore bus track deserialization cleanup in manager_reload() (RHEL-31756)
- core/manager: drop duplicate bus track deserialization (RHEL-31756)
- sd-bus/bus-track: use install_callback in sd_bus_track_add_name() (RHEL-31756)
- shell completion: add kernel-identify/inspect verbs for bootctl (RHEL-108576)
- test: add tests for format_timestamp() and parse_timestamp() with various timezone (RHEL-109488)
- test-time-util: disable failing tests (RHEL-109488)
- test: test parse_timestamp() in various timezone (RHEL-109488)
- systemctl: logind: add missing asserts (RHEL-109488)
- systemctl: logind: make logind_schedule_shutdown accept action as param (RHEL-109488)
- systemctl: add option --when for scheduled shutdown (RHEL-109488)
- test-time-util: add test cases to invalidate "show" and "cancel" (RHEL-109488)
- Introduce RET_GATHER and use it in src/shared/ (RHEL-108598)
- fd-util: don't eat up errors in fd_cloexec_many (RHEL-108598)
- sd-bus: refuse to send messages with an invalid string (RHEL-108584)
- test: check if we correctly handle invalid UTF-8 in mount stuff (RHEL-108584)
- test: fix a typo in the cleanup stuff (RHEL-108584)
- test: explicitly specify a UTF-8 locale for UTF-8 shenanigans (RHEL-108584)
- test: use the correct file name when restoring the original fstab (RHEL-108584)
- core: escape UTF-8 in mount unit Where field before sending to clients (RHEL-108584)
- Revert "test-time-util: disable failing tests" (RHEL-109488)
- test: use get_timezones() to iterate all known timezones (RHEL-109488)
- test-time-util: do not fail on DST change (RHEL-109488)
- test-time-util: suppress timestamp conversion failures for Africa/Khartoum timezone (RHEL-109488)
- test-time-util: do more suppression of time zone checks (RHEL-109488)
- test-time-util: fix truncation of usec to sec (RHEL-109488)
- test: unset TZ before timezone-sensitive unit tests are run (RHEL-109488)
- meson: extend timeout for test-time-util (RHEL-109488)
- time-util: use DEFINE_STRING_TABLE_LOOKUP_TO_STRING() macro (RHEL-109488)
- time-util: align string table (RHEL-109488)
- time-util: rename variables (RHEL-109488)
- time-util: add assertions (RHEL-109488)
- time-util: drop redundant else (RHEL-109488)
- time-util: do not use strdupa() (RHEL-109488)
- time-util: use result from startswith_no_case() (RHEL-109488)
- time-util: use usec_add() and usec_sub_unsigned() (RHEL-109488)
- time-util: shorten code a bit (RHEL-109488)
- time-util: rename variables (RHEL-109488)
- time-util: drop unnecessary assignment of timezone name (RHEL-109488)
- time-util: make parse_timestamp() use the RFC-822/ISO 8601 standard timezone spec (RHEL-109488)
- time-util: fix typo (RHEL-109488)
- ci: bump the tools tree to F42 (RHEL-109488)
- journald: extend STDOUT_STREAMS_MAX to 64k (RHEL-111065)
- Revert "Revert "udev-builtin-net_id: use firmware_node/sun for ID_NET_NAME_SLOT"" (RHEL-50103)
- udev-builtin-net_id: ignore firmware_node/sun == 0 (RHEL-50103)
- fundamental: fix compile check for explicit_bzero (RHEL-108568)
- time-util: make USEC_TIMESTAMP_FORMATTABLE_MAX for 32bit system off by one day (RHEL-109488)
* Fri Aug 15 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-55
- tree-wide: check more log message format in log_struct() and friends (RHEL-100353)
- build: add some coloring to --version output (RHEL-100353)
- core: output log cycle path in one log message, not many (RHEL-100353)
- core: make log cycle messages recognizable via message IDs (RHEL-100353)
- core: change ordering cycle log message log levels (RHEL-100353)
- core: cast log_oom() got void (RHEL-100353)
- core: when removing a job from a transaction, include in structured log message which (RHEL-100353)
- catalog: add entries for the order cycle log messages (RHEL-100353)
- tree-wide: check more log message format in log_struct() and friends (RHEL-100353)
- core/transaction: do not attempt to log "n/a" as a journal field (RHEL-100353)
* Wed Aug 13 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-54
- unit: add conditions and deps to make oomd.socket and .service consistent (RHEL-90417)
- udev/net_id: introduce naming scheme for RHEL-9.7 (RHEL-25516)
- Add a set of assertion macros to tests.h (ASSERT_OK(), ASSERT_EQ(), ASSERT_GE(), ASSERT_LE()) that log the failed condition before crashing and convert test-gpt.c test file to use them (RHEL-103753)
- Follow up with the PR #31819 (RHEL-103753)
- Added more ASSERT macro and also make some test file to use them (RHEL-103753)
- sd-event: drop inotify event from buffer when no event source is triggered (RHEL-103753)
- test: add test case for issue #38265 (RHEL-103753)
- test: answer 2nd mdadm --create question for compat with new version (RHEL-79977)
- sysusers: cross-check user and group names too (RHEL-72572)
- test-sysusers: check group creation with matching user entry (RHEL-72572)
- user-sessions: do not remove /etc/nologin (RHEL-85467)
- hwdb: f20 → micmute (RHEL-72697)
- hwdb: f21 → touchpad_toggle (RHEL-72697)
- hwdb: f22 → touchpad_on (RHEL-72697)
- hwdb: f23 → touchpad_off (RHEL-72697)
- hwdb: drop some now redundant mappings (RHEL-72697)
- hwdb: Add micmute for System76 (RHEL-72697)
- hwdb: Add newer System76 Pangolins (RHEL-72697)
- hwdb: WALTOP International Corp. Slim Tablet Stylus (RHEL-72697)
- hwdb: add MSI Claw 8 AT Keyboard Scancodes (#36180) (RHEL-72697)
- Adds asus T103HAF rotation matrix to 60-sensor.hwdb (#36177) (RHEL-72697)
- hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283) (RHEL-72697)
- hwdb: XBox Series Elite controller modalias entry has been added. (#36305) (RHEL-72697)
- hwdb: add front button support for MSI Claw 7 AI+ A2VM (RHEL-72697)
- hwdb: add accel orientation and location for the BMAX Y14 (RHEL-72697)
- hwdb.d: add support for Akoya P15645 (RHEL-72697)
- hwdb.d: add ANP09 Intel n100 tablet sensor configuration (#36390) (RHEL-72697)
- hwdb: add axis range corrections for the Lenovo Yoga Slim 7 14ARE05 (RHEL-72697)
- hwdb: add GOLD WARRIOR SIM PhoenixRC 10411R (RHEL-72697)
- hwdb: add Code Mercenaries Hard- und Software GmbH Virtual RC USB (RHEL-72697)
- hwdb: Add accel orientation quirk for the GPD Pocket 4 (RHEL-72697)
- hwdb: add rotation profile matrix for Rog Ally X (2024) (#36591) (RHEL-72697)
- hwdb: fix backspace not working on HP Pavilion laptop (#36777) (RHEL-72697)
- hwdb/keyboard: Map FN key on TUXEDO NB02 devices (RHEL-72697)
- hwdb: add G-Mode key support (#37175) (RHEL-72697)
- hwdb/keyboard: Map FN key on TUXEDO InfinityFlex 14 Gen1 (RHEL-72697)
- hwdb: add HP 150 Wired Mouse (#37341) (RHEL-72697)
- Add emulated release to G-Mode key (RHEL-72697)
- hwdb: keyboard: Add Alienware special keys (RHEL-72697)
- hwdb: add bladeRF SDR devices (RHEL-72697)
- hwdb: append ID_SOFTWARE_RADIO to hwdb parser (RHEL-72697)
- hwdb.d: reword and simplify boilerplate texts (RHEL-72697)
- hwdb.d: update/expand boilerplate on various hwdb files (RHEL-72697)
- hwdb: say that settings can be also set to 0 (RHEL-72697)
- hwdb: add Analog Devices PLUTO SDR (RHEL-72697)
- hwdb: append ID_MM_DEVICE_IGNORE to hwdb parser (RHEL-72697)
- hwdb: run "update-hwdb" (RHEL-72697)
- hwdb: run "update-hwdb-autosuspend" (RHEL-72697)
- hwdb: add missing PLUTO SDR vendor name (RHEL-72697)
- hwdb: add Ettus Research SDR devices (RHEL-72697)
- hwdb: add RTL-SDR devices (RHEL-72697)
- hwdb: merge entries for Ettus Research B200 (RHEL-72697)
- hwdb: make Saitek PLC Pro Flight Rudder Pedals a joystick (#37601) (RHEL-72697)
- hwdb: fix touchpad for ASUS X1504ZA (#37696) (RHEL-72697)
- hwdb: add support for Loupedeck devices (RHEL-72697)
- hwdb: Acer Nitro ANV15-51 Mic Toggle (RHEL-72697)
- hwdb: Added Beacn and TC-Helicon Audio controllers (#37798) (RHEL-72697)
- hwdb: Add support for Lenovo IdeaPad Slim 5 series (RHEL-72697)
- hwdb: Add hwbd definitions for maker tools (RHEL-72697)
- hwdb: Add accel orientation quirk for the Microtech e-tab Pro (RHEL-72697)
- hwdb: add 70-maker-tools.hwdb to meson.build (RHEL-72697)
- hwdb: fix typo in 70-maker-tools.hwdb (RHEL-72697)
- hwdb: update (RHEL-72697)
- Fix Positivo K116J search key and www shortcut (RHEL-72697)
- hwdb: Acer Nitro ANV15-51 Nitro Sense Toggle (RHEL-72697)
- hwdb: several cleanups (RHEL-72697)
- hwdb: disable Asus ROG keyboards sending poweroff (RHEL-72697)
- hwdb: update (RHEL-72697)
- hwdb: update autosuspend rules (RHEL-72697)
- hwdb: set touchpad resolution for ThinkPad T14 Gen2a (RHEL-72697)
- Revert "hwdb: disable Asus ROG keyboards sending poweroff" (RHEL-72697)
- hwdb: Add launch emoji keyboard mapping for Asus M1607KA (RHEL-72697)
- Enable KEY_PERFORMANCE key present on Linux 6.17 (RHEL-72697)
- flush_ports: flush POSIX message queues properly (RHEL-90860)
- kernel-install: add --entry-type=type1|type2 option to kernel-install (RHEL-83932)
- kernel-install: add --entry-type=type1|type2 option to kernel-install.in (RHEL-83932)
- kernel-install: do not mix || and && (RHEL-83932)
- man/kernel-install: mention --entry-type= option in the man page (RHEL-83932)
- cgroup: add support for memory.peak (RHEL-95797)
- core: include peak memory in unit_log_resources() (RHEL-95797)
- run: include peak memory in output (RHEL-95797)
- core: ensure init.scope is realized after drop-ins have been loaded (RHEL-103488)
- core: add possibility to not track certain unit types (RHEL-89796)
* Tue Apr 15 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-53
- man: mention that rhel-9.0 net naming scheme is the same as v251 (RHEL-86891)
- backlight: Drop support for actual_brightness (RHEL-86714)
* Wed Apr 09 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-52
- man: be even clearer that tmpfiles user/group/mode are applied on existing inodes (RHEL-15051)
- unit: always return 1 in log_kill (RHEL-78170)
- ci: enable mkosi workflow for z-stream branches (RHEL-79977)
- ci(mkosi): bump fedora version from 39 to 41 (RHEL-79977)
* Tue Jan 28 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-51
- ci: use ubuntu 22:04 for deploy of man pages (RHEL-70884)
- man/tmpfiles: fix off-by-one in example (RHEL-74015)
- test: drop removed SCSI passthrough feature (RHEL-70884)
- nspawn: call json_dispatch() with a correct pointer (RHEL-55266)
- varlink,json: introduce new varlink_dispatch() helper (RHEL-55266)
- json: add json_dispatch_const_user_group_name() (RHEL-55266)
- sd-varlink: add new sd_varlink_error_is_invalid_parameter() helper (RHEL-55266)
- userdb: return ESRCH if userdb service refuses a user/group name as invalid (RHEL-55266)
- test: rename assert.sh to util.sh (RHEL-55301)
- core: Don't GC unit if it is in cgroup_empty_queue (RHEL-55301)
- core: Handle cgroup pruning in on_cgroup_empty_event (RHEL-55301)
- Fix failing test (RHEL-55301)
- unit: don't gc unit in oom queue (RHEL-55301)
- core: do not GC units/jobs that are in the D-Bus queue (RHEL-55301)
* Tue Jan 14 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-50
- journal: again create user journals for users with high uids (RHEL-70103)
- install: don't translate unit instances to paths when reenabling them (RHEL-5956)
- test-systemctl-enable: fix typo (RHEL-5956)
- udev: Handle PTP device symlink properly on udev action 'change' (RHEL-59088)
- systemctl: print warning about missing /proc only as debug message (RHEL-3906)
- repart: avoid use of uninitialized TPM2B_PUBLIC data (RHEL-56793)
* Tue Jan 07 2025 systemd maintenance team <systemd-maint@redhat.com> - 252-49
- logind: tighten for which classes of sessions we do stop-on-idle (RHEL-24340)
- Fix configuration for Packit 1.0.0 (RHEL-70884)
- udev/net_id: introduce naming scheme for RHEL-9.6 (RHEL-25515)
- hwdb: Fix accelerometer mount matrix for ASUS T100TAS (RHEL-49810)
- hwdb.d/60-keyboard.hwdb: add Clevo mic mute quirk for V5x dGPU (RHEL-49810)
- hwdb: add entry for Dell AlpsPS/2 ALPS DualPoint TouchPad (RHEL-49810)
- hwdb: Mark Apple Wireless keyboards as not having NumLock LED (RHEL-49810)
- update keyboard hwdb to add acer Predator PHN16-72 (RHEL-49810)
- hwdb: death to tabs! (RHEL-49810)
- hwdb.d/60-keyboard.hwdb: add Clevo mic mute quirk for V5x iGPU, NV41PZ (RHEL-49810)
- Add ACCEL_MOUNT_MATRIX for Chuwi Hi10 Max. (RHEL-49810)
- Add HUAWEI MateBook D 15 AMD ACCEL properties (RHEL-49810)
- hwdb: add Kensington SlimBlade Pro trackball (Bluetooth mode) (RHEL-49810)
- hwdb: Add accel orientation quirk for the IdeaPad Duet 3 10IGL5-LTE (RHEL-49810)
- hwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493) (RHEL-49810)
- hwdb: make key map match comment for one laptop (RHEL-49810)
- hwdb: there's KEY_BRIGHTNESS_AUTO these days, hence hook it up where a FIXME suggests that (RHEL-49810)
- hwdb: use KEY_ROTATE_DISPLAY for various cases of display rotation keys (RHEL-49810)
- hwbd: use newer KEY_PICKUP_PHONE, KEY_HANGUP_PHONE, KEY_SELECTIVE_SCREENSHOT, KEY_NOTIFICATION_CENTER keycodes where appropriate (RHEL-49810)
- hwdb: add SCAI SKU prefix for Samsung keyboard mapping (#34648) (RHEL-49810)
- tree-wide: drop doubled empty lines (RHEL-49810)
- hwdb: move key 66/65 handling from specific to generic HP laptop coverage (RHEL-49810)
- hwdb: fix key toggle touchpad and programmable buttom for Positivo V142N (#34725) (RHEL-49810)
- hwdb: add Stream Deck Neo (#34903) (RHEL-49810)
- hwdb: update autosuspend rules (RHEL-49810)
- hwdb: import newest autosuspend rules from chromeos (RHEL-49810)
- update hwdb (RHEL-49810)
- Update hwdb (RHEL-49810)
- hwdb: fix broken numpad paren keys on Lenovo Thinkbook 16 G6+ 2024 (RHEL-49810)
- Update hwdb (RHEL-49810)
- hwdb: add new Cube Mix Plus (i18D) rotation info (RHEL-49810)
- hwdb: Add quirk for Logitech MX Keys for Mac (RHEL-49810)
- hwdb: add support for PineTab2 to 60-sensor.hwdb (#35304) (RHEL-49810)
- hwdb: add entry for Chuwi Hi10 X1 (#35331) (RHEL-49810)
- hwdb: update (RHEL-49810)
- hwdb: Make 3D mice work out-of-the-box (RHEL-49810)
- hwdb: Add Chuwi MiniBook X trackpad fuzz (RHEL-49810)
- Update hwdb (RHEL-49810)
- hwdb: disable inclusion of the PCI domain in MANA network interface naming (RHEL-49810)
- hwdb: move down touchpad toggle section from generic to product specific (RHEL-49810)
- hwdb: add scancodes for HP Elitebook 2170p runnning coreboot (RHEL-49810)
- hwdb: Make remote controllable lights work out-of-the-box (RHEL-49810)
- hwdb: fix key toggle touchpad for VAIO VJFH52 (#35645) (RHEL-49810)
- hwdb: comment out the entry for Logitech MX Keys for Mac (RHEL-49810)
- 60-sensor.hwdb: Loosen model mask to include entire series (RHEL-49810)
- Correct ACCEL_MOUNT_MATRIX for Chuwi Hi10 Max (RHEL-49810)
- hwdb: Add macro keys for HP 430 Programmable Wireless Keypad (RHEL-49810)
* Tue Oct 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-48
- man: using WantedBy=default.target is not a good idea (RHEL-36531)
* Tue Sep 10 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-47
- get rid of SELinux policy module (RHEL-58179)
* Fri Aug 30 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-46
- ukify: Skip test on architectures without UEFI (RHEL-56019)
* Sat Aug 24 2024 systemd team <systemd-maint@redhat.com> - 252-45
- build ukify without noarch
* Thu Aug 22 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-44
- Revert "udev-builtin-net_id: use firmware_node/sun for ID_NET_NAME_SLOT" (RHEL-50103)
- fundamental: share constants for confidential virt detection (RHEL-50651)
- efi: add helper API for detecting confidential virtualization (RHEL-50651)
- efi: don't pull kernel cmdline from SMBIOS in a confidential VM (RHEL-50651)
- Fix detection of TDX confidential VM on Azure platform (RHEL-50651)
* Thu Aug 22 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-43
- udev-builtin-net_id: skip non-directory entry earlier (RHEL-50103)
- udev-builtin-net_id: return earlier when hotplug slot is not found (RHEL-50103)
- udev-builtin-net_id: split-out pci_get_hotplug_slot() and pci_get_hotplug_slot_from_address() (RHEL-50103)
- udev-builtin-net_id: use firmware_node/sun for ID_NET_NAME_SLOT (RHEL-50103)
- Include <threads.h> if possible to get thread_local definition (RHEL-50651)
- add APIs for detecting confidential virtualization (RHEL-50651)
- detect-virt: add --cvm option (RHEL-50651)
- detect-virt: add --list-cvm option (RHEL-50651)
- unit: add "cvm" option for ConditionSecurity (RHEL-50651)
- dbus: add 'ConfidentialVirtualization' property to manager object (RHEL-50651)
- core: log detected confidential virtualization type (RHEL-50651)
- core: set SYSTEMD_CONFIDENTIAL_VIRTUALIZATION env for generators (RHEL-50651)
- udev: add 'conf-virt' constant for confidential virtualization tech (RHEL-50651)
- confidential-virt: split caching of CVM detection into separate method (RHEL-50651)
- confidential-virt: add detection for s390x target (RHEL-50651)
- man/systemd-detect-virt: list known CVM technologies (RHEL-50651)
* Mon Aug 19 2024 systemd team <systemd-maint@redhat.com>
- fix applying patches
* Thu Aug 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-41
- timedatectl: setting set_local_rtc to 1 will throw Warning as well, use log_warning() (#33489) (RHEL-45020)
- cryptsetup-tokens: fix pin asserts (RHEL-36276)
- cryptenroll: Use CTAP2.1 credProtect extension (RHEL-36276)
- kernel-install: check machine ID (RHEL-50672)
- kernel-install: ignore errors when reading /etc/machine-id (RHEL-50672)
- hwdb: Add Lenovo G580 (RHEL-5950)
- Fix key toggle and programmable button for Positivo N14ZP (RHEL-5950)
- hwdb: Add accel orientation quirk for the Acer Switch V 10 SW5-017 2-in-1 (RHEL-5950)
- hwdb: fix Compaq N14KP6 key toggle touchpad (#25404) (RHEL-5950)
- hwdb: remove fuzz and deadzone for Simucube wheel bases. (RHEL-5950)
- hwdb: Add support for Elgato Stream Pedal (#25550) (RHEL-5950)
- hwdb: add Clevo touchpad toggle key quirks (RHEL-5950)
- hwdb: add Dell Inspiron N4010 touchpad corrections (RHEL-5950)
- hwdb: add Positivo-vaio Pro PW key toggle touchpad (#25669) (RHEL-5950)
- Add mount matrix for VisionBook 12Wr Tab (RHEL-5950)
- Update 60-evdev.hwdb (#25704) (RHEL-5950)
- hwdb: Add additional Dell models that require ACCEL_LOCATION=base (#25724) (RHEL-5950)
- hwdb: drop trailing space (RHEL-5950)
- hwdb: add comments about matching entries (RHEL-5950)
- hwdb: also add a generic entry for DualPoint Stick (RHEL-5950)
- hwdb: Add mount matrix for CSL Panther Tab HD (RHEL-5950)
- hwdb: Fix mount matrix for CSL Panther Tab HD (#25752) (RHEL-5950)
- hwdb: Fn+F5 fix for MSI Bravo 15-B5DX (#25788) (RHEL-5950)
- hwdb: change definition of PROXIMITY_NEAR_LEVEL for sensors (RHEL-5950)
- hwdb: Add mic-mute, control-center and screen-rotation mappings for MSI laptops (RHEL-5950)
- Prevents airplane mode toggle for HP Spectre 16 (RHEL-5950)
- Update 60-sensor.hwdb (RHEL-5950)
- Added Tablet Teclast X98 Air 3G (C5J6) (RHEL-5950)
- hwdb: remove spurious whitespace (RHEL-5950)
- hwdb: Add Dell models that require ACCEL_LOCATION=base (RHEL-5950)
- Fix Positivo MASTER-N1110 key toggle touchpad (RHEL-5950)
- hwdb: Mark Dell platform accel sensor location to base (RHEL-5950)
- hwdb: Add mount matrix for Linx 1020 (RHEL-5950)
- hwdb: Add mic mute key mappings for Dell G16 Series (RHEL-5950)
- hwdb: Add Chuwi Hi10X (N4120 version) iio matrix (RHEL-5950)
- hwdb: Add touchpad toggle mapping for System76 Pangolin 12 (RHEL-5950)
- hwdb: Prevent activation of airplane mode on HP ENVY x360 (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: update (RHEL-5950)
- hwdb: update autosuspend db (RHEL-5950)
- hwdb: ieee1394-unit-function: add MOTU 896 mk3 Hybrid (RHEL-5950)
- Add hwdb sensor entry for Lenovo IdeaPad Duet 3 10IGL5 (82AT). (RHEL-5950)
- Fix Positivo-vaio VJPW12F11X key toggle touchpad (RHEL-5950)
- hwdb: Add HP Envy x360 Convertible 15-cn0xxx to existing entry (RHEL-5950)
- hwdb: add override for IdeaPad5 insert key (RHEL-5950)
- hwdb: update database (RHEL-5950)
- hwdb: Add HP ENVY x360 2-in-1 (RHEL-5950)
- hwdb: update (RHEL-5950)
- hwdb: fix swapped buttons for Logitech Lift left (RHEL-5950)
- Revert "hwdb: fix swapped buttons for Logitech Lift left" (RHEL-5950)
- hwdb: update 70-mouse.hwdb (#26782) (RHEL-5950)
- hwdb: 60-keyboard.hwdb: Fix modalias for Thinkpad X200 Tablet (#26795) (RHEL-5950)
- Add rebrands of Medion Akoya notebooks/tablets (RHEL-5950)
- hwdb: fix Wifi toggling for Haier 7G-Series/JWU (#25293) (#26878) (RHEL-5950)
- hwdb: drop boilerplate about match patterns in two more cases (RHEL-5950)
- hwdb: Fix incorrect touchpad dimensions on Thinkpad L14 Gen1 (#26937) (RHEL-5950)
- hwdb: drop redundant entry (RHEL-5950)
- hwdb: Fixed thumb buttons reversed on CHERRY MW 2310 (#26992) (RHEL-5950)
- hwdb: Move MSI touchpad-toggle mapping to generic MSI section (RHEL-5950)
- update 60-sensor.hwdb with toshiba tablet (#27103) (RHEL-5950)
- hwdb: Add support for "Passion Model P612F" (RHEL-5950)
- hwdb: fix ambiguous glob pattern for Lenovo machines (RHEL-5950)
- hwdb: add matrix for Asus BR1100F (#27197) (RHEL-5950)
- hwdb: add accelerometer mount matrix for Lenovo Yoga Tablet 2 851F/L (RHEL-5950)
- hwdb: Fix rotation for BMAX Y13 (RHEL-5950)
- hwdb: disable entry for Logitech USB receiver used by G502 X (RHEL-5950)
- hwdb: add hardware rfkill key for Dell Latitude E6* models (#27462) (RHEL-5950)
- hwdb: do not include '#' in modalias (RHEL-5950)
- hwdb: add landscape IdeaPad Miix 310 sensor orientation (#27555) (RHEL-5950)
- Fix Positivo CF40CM-V2 key toggle touchpad (RHEL-5950)
- hwdb: fix keyboard entry for IdeapadFlex5 (#27643) (RHEL-5950)
- hwdb: fix Positivo CG15D key toggle touchpad and programmable keys (#27689) (RHEL-5950)
- hwdb: add support for Elgato Stream Deck mini (gen 2) (RHEL-5950)
- hwdb: fix arrow keys on HP Elite Dragonfly G3 (RHEL-5950)
- hwdb: add support for Jun Tab2/Dere T11 to 60-sensor.hwdb (#28092) (RHEL-5950)
- hwdb: fix volume control keys on Lenovo IdeaPad Flex 5 (14ARE05) (RHEL-5950)
- hwdb: Add override for headset form-factors (RHEL-5950)
- hwdb : add support for Archos 101 Cesium Educ to 60-sensor.hwdb (RHEL-5950)
- hwdb: drop trailing white space (RHEL-5950)
- hwdb: merge multiple keyboard entries with same setting (RHEL-5950)
- hwdb: make matching modalias for Archos 101 Cesium Educ more strict (RHEL-5950)
- hwdb update for v246-rc1 (RHEL-5950)
- update hwdb autosuspend data for v254 (RHEL-5950)
- hwdb: add support for Archos 101 Cesium to 60-sensor.hwdb (#28270) (RHEL-5950)
- Hwdb: Add Sanwa Direct 400-MA128 external trackpad (#28272) (RHEL-5950)
- hwdb: drop POINTINGSTICK_CONST_ACCEL (RHEL-5950)
- Add alternate name for MX Ergo as found on some devices (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: run update-hwdb (RHEL-5950)
- hwdb: run update-hwdb (RHEL-5950)
- hwdb: Mute SW rfkill keys on MSI Wind U100 (RHEL-5950)
- Update 60-sensor.hwdb (#28804) (RHEL-5950)
- hwdb: Added config for RCA W101SA23T1 (#29041) (RHEL-5950)
- Update 60-input-id.hwdb: add TEX Shinobi (#29068) (RHEL-5950)
- hwdb: keyboard: D330 FnLk toggle (RHEL-5950)
- hwdb: Add Logitech G502 X (RHEL-5950)
- hwdb: ieee1394-unit-function: remove superfluous Weiss Engineering DAC1 entry (RHEL-5950)
- hwdb: ieee1394-unit-function: add Weiss Engineering DAC202 (Maya edition) (RHEL-5950)
- hwdb: ieee1394-unit-function: add Weiss Engineering INT203 entry with older firmware (RHEL-5950)
- hwdb: ieee1394-unit-function: add Weiss Engieering MAN301 (RHEL-5950)
- hwdb: Add quirk for teclast x3 plus (G4K3) rotation (#29202) (RHEL-5950)
- hwdb: add mic mute key mappings for Acer Predator Triton 300 SE (RHEL-5950)
- hwdb: Bush tablet rotation support (#29268) (RHEL-5950)
- hwdb: ieee1394-unit-function: add Miglia Technology Harmony Audio (HA02) (RHEL-5950)
- add support for hp pavilion gaming 15 lid switch (#29304) (RHEL-5950)
- Fix Positivo N14EP6 key toggle touchpad and programmable keys (#29448) (RHEL-5950)
- add udev rule for micmute (f20) (RHEL-5950)
- hwdb,rules: mark host-to-host network devices as only requiring link local addressing (RHEL-5950)
- Update hwdb (RHEL-5950)
- Update hwdb autosuspend rules (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: Add accelerometer data for Librem11 (#29974) (RHEL-5950)
- hwdb: PNP/ACPI lists on uefi.org are now in CSV format (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: rename .html=>.csv (RHEL-5950)
- hwdb/acpi-update.py: streamline python code (RHEL-5950)
- hwdb: Mark Dell platform accel sensor location to base (RHEL-5950)
- hwdb: add Predator PHN16-71 (RHEL-5950)
- Update 60-autosuspend.hwdb (#30131) (RHEL-5950)
- hwdb: update (RHEL-5950)
- hwdb: ieee1394-unit-function: add Sony DVMC-DA1 (RHEL-5950)
- hwdb: ieee1394-unit-function: arrangement for Sony DVMC-DA1 (RHEL-5950)
- hwdb: update (RHEL-5950)
- hwdb: update (RHEL-5950)
- Adding Trekstor Primebook C13 rotation to 60-sensor.hwdb (#30415) (RHEL-5950)
- Add three Dell platforms to sensor accel location base (RHEL-5950)
- Add Bosto BT-12HD series to hwdb (RHEL-5950)
- hwdb: Add override for headset form-factor for the Corsair Void Elite (RHEL-5950)
- hwdb: add Teclast X98 Pro sensor info (#30859) (RHEL-5950)
- hwdb: Correct display rotation on Chuwi Ubook X N4100 (#24248) (RHEL-5950)
- hwdb: ieee1394-unit-function: adjustment of entries with device attributes available in Linux v6.8 (RHEL-5950)
- 60-evdev.hwdb: Add support for Huion Inspiroy 2 L (#31241) (RHEL-5950)
- hwdb: add resolution setting for GAOMON S620 (RHEL-5950)
- hwdb: Remove version check in CH Pro Pedals rule (RHEL-5950)
- hwdb: Add support for MetawillBook01 to 60-sensor.hwdb Add accel orientation quirk for the METAPHYUNI MetawillBook01 2-in-1 laptop (RHEL-5950)
- hwdb: Add headset form-factor override for Xbox Wireless Dongle (RHEL-5950)
- hwdb: Add support for Elgato Stream Deck Plus (RHEL-5950)
- Fix: Chuwi UBook X (CWI535) screen rotation matrix (RHEL-5950)
- hwdb: Add touchpad toggle mapping for Kvadra LE14U/LE15U (RHEL-5950)
- hwdb: Add touchpad configuration for ThinkPad E495 (RHEL-5950)
- Fix Positivo N14NPE-N and N15NPE-N key toggle touchpad and search key (RHEL-5950)
- Update USB ids of hwdb (RHEL-5950)
- Added resolution for Huion Kamvas Pro 19 (RHEL-5950)
- hwdb: Add mapping for ACPI quickstart keys on Toshiba Z830 (RHEL-5950)
- hwdb: fix Asus T300FA rotation matrix (#31973) (RHEL-5950)
- Fixed resolution for pen and touchpad (RHEL-5950)
- hwdb: fix missing colon (#32108) (RHEL-5950)
- hwdb: update for v256 (RHEL-5950)
- autosuspend: update for v256 (RHEL-5950)
- Update hwdb (RHEL-5950)
- Update autosuspend hwdb (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: Add a common Logitech M185/M225 mouse variant (RHEL-5950)
- hwdb: Add mapping for Samsung GalaxyBook - 550X (#32616) (RHEL-5950)
- hwdb: Add mapping for Xiaomi Mipad 2 bottom bezel capacitive buttons (RHEL-5950)
- hwdb: ieee1394-unit-function: add Tascam IF-FW/DM mkII (RHEL-5950)
- hwdb: Add a Logitech MX Master 3S (connected via Bolt Receiver) (RHEL-5950)
- Fix Positivo N14EPE and N15EPE key toggle touchpad and search key (RHEL-5950)
- hwdb: update Dere N12 / Juno Tablet 3 accelerometer (#32765) (RHEL-5950)
- hwdb: updated Librem 11 accelerometer (#32772) (RHEL-5950)
- hwdb: ID_INPUT_XYZ allows an empty string (RHEL-5950)
- hwdb: ASRock LED Controller classified incorrectly as joystick due to buttons and axis (#32775) (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb.d/60-keyboard.hwdb: enable Clevo quirk for model V5x0TU (RHEL-5950)
- hwdb: Enable JP-IK LEAP W502's touchpad toggle key (RHEL-5950)
- Update hwdb (RHEL-5950)
- Update autosuspend hwdb (RHEL-5950)
- hwdb: Lenovo IdeaPad Z500 Touchpad Toggle (#33039) (RHEL-5950)
- hwdb: add a vmbus id for HyperV Video device (RHEL-5950)
- hwdb: Add Logitech MX Master 3S Bluetooth ID (RHEL-5950)
- hwdb: Lenovo 16G6IRL volume keys and friends (#33107) (RHEL-5950)
- hwdb: added hwdb rules for micmute and power button on Acer Nitro AN 515-58 (#32867) (RHEL-5950)
- Fix key toggle touchpad and programmable buttom for Positivo N14AP7 (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: add keyboard mappings for the Ayaneo Kun face buttons (RHEL-5950)
- Update hwdb (RHEL-5950)
- hwdb: add support for AIPTEK Media Tablet Ultimate (#33371) (RHEL-5950)
- hwdb: add scancodes for AYANEO devices (#33378) (RHEL-5950)
- Add OrangePi NEO Scancodes (RHEL-5950)
- hwdb: Fix Logitech G915 TKL (Bluetooth) appearing as a mouse (RHEL-5950)
- hwdb: fix keyboard of RedmiBook Pro 15 2022 (#33465) (RHEL-5950)
- Added mised EVDEV_ABS_35 & EVDEV_ABS_36 for GAOMON s620 (RHEL-5950)
- hwdb: Add some HP IR cameras (RHEL-5950)
- hwdb: add more AV controllers (RHEL-5950)
- Fix key toggle touchpad button for multilaser ul154 (#33630) (RHEL-5950)
- hwdb: Added StarLabs StarLite position sensor mapping (RHEL-5950)
- 70-mouse.hwdb: Added Glorious Model O DPI (RHEL-5950)
- Update 60-sensor.hwdb (RHEL-5950)
- Add MSI Claw AT Keyboard Scancodes. (RHEL-5950)
- Add or fix mount matrix for multiple handhelds. (#33586) (RHEL-5950)
- Revert "hwdb: Added StarLabs StarLite position sensor mapping" (RHEL-5950)
- hwdb: fix accelerometer mount matrix for Aquarius Cmp NS483 (RHEL-5950)
- hwdb: add backslash and touchpad toggle mapping for Aquarius Cmp NS483 (RHEL-5950)
- hwdb: Add mic mute key mapping for Dell Pro Rugged series (RHEL-5950)
- hwdb: fix MXC6655 accelerometer mount matrix for Aquarius Cmp NS483 (RHEL-5950)
- add udev rules for trezor hw wallet devices (RHEL-5950)
- hwdb: add axis range corrections for the Lenovo Thinkpad E16 (RHEL-5950)
- hwdb: fix auto rotate on Asus Q551LB (#33921) (RHEL-5950)
- udev: add hwdb execution for hidraw subsystem devices (RHEL-5950)
* Wed Aug 07 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-40
- add Requires(post) on selinux-policy (RHEL-46339)
* Wed Jul 17 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-39
- enable FIDO2 support (RHEL-36276)
- netif-naming-scheme: disable NAMING_BRIDGE_MULTIFUNCTION_SLOT (RHEL-44630)
- netif-naming-scheme: make actually possible to use rhel-9.5 scheme (RHEL-44630)
- generator: "uninline" generator_open_unit_file and generator_add_symlink (RHEL-33436)
- ci: add support for rhel-only parameters (RHEL-30372)
* Wed Jun 19 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-38
- tools: fix the file name that "meson setup" generates (RHEL-30372)
- tools: explicitly specify "setup" subcommand (RHEL-30372)
- fuzz: pass -Dc_args=/-Dcpp_args= to fuzzer targets (RHEL-30372)
- fuzz: don't panic without a C++ compiler (RHEL-30372)
- meson: use ternary op for brevity (RHEL-30372)
* Thu Jun 13 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-37
- ci(src-git): add RHEL-9.1 and RHEL-9.1.z to allowed versions (RHEL-30372)
- libsystemd: link with '-z nodelete' (RHEL-6589)
- basic/utf8: make utf8_encoded_to_unichar() return length of the codepoint (RHEL-31219)
- test-gunicode: add new test to show that unichar_iswide() is borked (RHEL-31219)
- string-util: pass ANSI sequences through unchanged (RHEL-31219)
- cryptsetup: do not assert when unsealing token without salt (RHEL-38864)
- cryptsetup: check the existence of salt by salt_size > 0 (RHEL-38864)
- core/mount: if umount(8) fails but mount disappeared, assume success (RHEL-13159)
- Drop log level of header limits log message (RHEL-33890)
- journal: do not rotate unrelated journal files when full or corrupted (RHEL-33890)
- man: suffix --unit with an equal sign, since it expects an argument (RHEL-31070)
- shared: move uid-alloc-range.[ch] from src/shared/ → src/basic/ (RHEL-31070)
- journald: move uid_for_system_journal() to uid-alloc-range.h (RHEL-31070)
- sd-journal: when SD_JOURNAL_CURRENT_USER is set, and called from system UID, imply SD_JOURNAL_SYSTEM (RHEL-31070)
- man: document that journalctl --user requires Storage=persistent (RHEL-31070)
- fix: prefix of dmesg pstore files (RHEL-20322)
- backport new mkosi (RHEL-27512)
- test: Skip various tests when /sys is not mounted (RHEL-27512)
- string-util: introduce ascii_ishex() (RHEL-27512)
- sd-id128: several cleanups (RHEL-27512)
- sd-id128: make id128_read() or friends return -ENOPKG when the file contents is "uninitialized" (RHEL-27512)
- test: add tests for "uninitialized" string handling by id128_read_fd() (RHEL-27512)
- man: mention sd_id128_get_machine() or friend may return -ENOPKG (RHEL-27512)
- sd-id128: make sd_id128_get_boot() and friend return -ENOMEDIUM (RHEL-27512)
- sd-id128: make sd_id128_get_boot() and friend return -ENOSYS when /proc/ is not mounted (RHEL-27512)
- man: mention that sd_id128_get_boot() and friend may return -ENOSYS (RHEL-27512)
- sd-id128: fold do_sync flag into Id128FormatFlag (RHEL-27512)
- sd-id128: make sd_id128_get_machine() or friends return -EUCLEAN when an ID is in an invalid format (RHEL-27512)
- sd-id128: allow sd_id128_get_machine() and friend to be called with NULL (RHEL-27512)
- sd-id128: also refuse an empty invocation ID (RHEL-27512)
- man: update documents for sd_id128_get_invocation() (RHEL-27512)
- test-id128: simplify machine-id check (RHEL-27512)
- test-fs-util: skip part of test_chase_symlinks if machine-id is not initialized (RHEL-27512)
- test-unit-name: simplify machine-id check (RHEL-27512)
- test-load-fragment: simplify machine-id check (RHEL-27512)
- journal: skip part of test-journal-interleaving if no machine-id exists (RHEL-27512)
- test: skip journal tests without valid /etc/machine-id (RHEL-27512)
- test-recurse-dir: work around nftw() ignoring symlinks() (RHEL-27512)
- test: Skip test-recurse-dir on overlayfs (RHEL-27512)
- test-specifier: Ignore -ENOPKG from specifier_printf() (RHEL-27512)
- test-execute: Skip when /sys is read-only (RHEL-27512)
- kernel-install: Make sure KERNEL_INSTALL_BYPASS is disabled in tests (RHEL-27512)
- tools: make sure $KERNEL_INSTALL_BYPASS is disabled when checking help (RHEL-27512)
- test-execute: drop capabilities when testing with user manager (RHEL-27512)
- tmpfiles: Add merge support for copy files action (RHEL-27512)
- generator: add generator_open_unit_file_full to allow creating temporary units (RHEL-27512)
- network-generator: rewrite unit if it already exists and its content changed (RHEL-27512)
- ci: drop super-linter's shellcheck (RHEL-27512)
- mkosi: make sure we build & use RHEL 9 stuff (RHEL-27512)
- ci: backport mkosi CI configuration from upstream (RHEL-27512)
- mkosi: explicitly enroll SecureBoot keys (RHEL-27512)
- test-execute: also mount tmpfs on /dev/shm (RHEL-27512)
- mkosi: fix UKI addons test (RHEL-27512)
- Revert "mkosi: Disable cmdline addon test for now" (RHEL-27512)
- Revert "mkosi: Don't fail on systemd-vconsole-setup.service failure for now" (RHEL-27512)
- mkosi: make shellcheck happy (RHEL-27512)
- mkosi: use pesign for signing UKI addons (RHEL-27512)
- test: copy out the necessary test data before we start overmounting stuff (RHEL-27512)
- ci: make the build dir accessible when running w/o privileges (RHEL-27512)
- ci: explicitly change oom-{score}-adj before running tests (RHEL-27512)
- ratelimit: add ratelimit_left helper (RHEL-35703)
- manager: restrict Dump*() to privileged callers or ratelimit (RHEL-35703)
- ci: define `runas` function inline (RHEL-35703)
- Drop /dev test in test-mountpoint-util (RHEL-30372)
- core/manager: export manager_dbus_is_running (RHEL-40878)
- core: refuse dbus activation if dbus is not running (RHEL-40878)
- core: only refuse Type=dbus service enqueuing if dbus has stop job (RHEL-40878)
- Revert "core/manager: export manager_dbus_is_running" and partially "core: refuse dbus activation if dbus is not running" (RHEL-40878)
- manager: fix reloading in reload-or-restart --marked (RHEL-40878)
- rpm: add `systemd_postun_with_reload` and `systemd_user_postun_with_reload` (RHEL-40878)
- rpm: add `systemd_user_daemon_reexec` (RHEL-40878)
* Wed May 22 2024 Jan Macku <jamacku@redhat.com> - 252-35
- spec: return selinux dependencies (RHEL-35732)
* Mon May 20 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-34
- ci: update actions/upload-artifact to v4 (RHEL-30372)
- journal-remote: code is of type enum MHD_RequestTerminationCode (RHEL-30372)
- resolve: dns_server_feature_level_*_string type is DnsServerFeatureLevel (RHEL-30372)
- shared|install: Use InstallChangeType consistently (RHEL-30372)
- test: temporarily disable coredumps in testsuite-17.03.sh (RHEL-30372)
- ci: update manpage deployment workflow (RHEL-30372)
- bootspec: fix null-dereference-read (RHEL-36284)
- units: don't install pcrphase-related units without gnu-efi (RHEL-33384)
- kernel-install: fix uki-copy deinstall (RHEL-36505)
- ci(packit): explicitly clone `c9s` branch (RHEL-30372)
* Fri Apr 26 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-33
- execute: Pass AT_FDCWD instead of -1 (RHEL-31783)
- ci(src-git): update list of supported products (RHEL-30372)
- coredump: by default process and store core files up to 1GiB (RHEL-15501)
- coredump: keep core files for two weeks (RHEL-15501)
- ukify: make the test happy with the latest OpenSSL (RHEL-30372)
- test_ukify: use raw string for the regex (RHEL-30372)
- coredump: generate stacktraces also for processes running in containers w/o coredump forwarding (RHEL-29430)
- test: add a couple of tests for systemd-coredump (RHEL-29430)
- test: don't expand the subshell expression prematurely (RHEL-29430)
- coredump filter: fix stack overflow with =all (RHEL-29430)
- coredump filter: add mask for 'all' using UINT32_MAX, not UINT64_MAX (RHEL-29430)
- test: add coverage for CoredumpFilter=all (RHEL-29430)
- test: rotate journal before storing coredumps (RHEL-29430)
- test: sync with the fake binary before killing it (RHEL-29430)
- test: check coredump handling in containers & namespaces (RHEL-29430)
* Mon Mar 18 2024 Jan Macku <jamacku@redhat.com> - 252-32
- rebase rhel-net-naming-sysattrs to v0.5
* Fri Mar 15 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-31
- bootctl: rework random seed logic to use open_mkdir_at() and openat() (RHEL-16952)
- bootctl: properly sync fs before/after moving random seed file into place (RHEL-16952)
- bootctl: when updating EFI random seed file, hash old seed with new one (RHEL-16952)
- sha256: add helper than hashes a buffer *and* its size (RHEL-16952)
- random-seed: don't refresh EFI random seed from random-seed.c anymore (RHEL-16952)
- bootctl: downgrade graceful messages to LOG_NOTICE (RHEL-16952)
- units: rename/rework systemd-boot-system-token.service → systemd-boot-random-seed.service (RHEL-16952)
- bootctl: split out setting of system token into function of its own (RHEL-16952)
* Mon Mar 11 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-30
- resolved: limit the number of signature validations in a transaction (RHEL-26643)
- resolved: reduce the maximum nsec3 iterations to 100 (RHEL-26643)
- efi: alignment of the PE file has to be at least 512 bytes (RHEL-26133)
- units: change assert to condition to skip running in initrd/os (RHEL-16182)
- ci: add configuration for regression sniffer GA (RHEL-1086)
* Mon Feb 26 2024 systemd maintenance team <systemd-maint@redhat.com> - 252-29
- units: fix typo in Condition in systemd-boot-system-token (RHEL-16952)
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh /etc/X11/xorg.conf.d/00-keyboard.conf /etc/dnf/protected.d/systemd.conf /etc/hostname /etc/inittab /etc/locale.conf /etc/localtime /etc/machine-id /etc/machine-info /etc/pam.d/systemd-user /etc/rc.d /etc/rc.d/init.d /etc/rc.d/init.d/README /etc/rc.d/rc.local /etc/rc.local /etc/systemd /etc/systemd/journald.conf /etc/systemd/logind.conf /etc/systemd/network /etc/systemd/system /etc/systemd/system.conf /etc/systemd/system/basic.target.wants /etc/systemd/system/bluetooth.target.wants /etc/systemd/system/default.target.wants /etc/systemd/system/getty.target.wants /etc/systemd/system/graphical.target.wants /etc/systemd/system/local-fs.target.wants /etc/systemd/system/machines.target.wants /etc/systemd/system/multi-user.target.wants /etc/systemd/system/network-online.target.wants /etc/systemd/system/printer.target.wants /etc/systemd/system/remote-fs.target.wants /etc/systemd/system/sockets.target.wants /etc/systemd/system/sysinit.target.wants /etc/systemd/system/system-update.target.wants /etc/systemd/system/timers.target.wants /etc/systemd/user /etc/systemd/user.conf /etc/tmpfiles.d /etc/xdg/systemd /etc/xdg/systemd/user /run/utmp /usr/bin/busctl /usr/bin/hostnamectl /usr/bin/journalctl /usr/bin/localectl /usr/bin/loginctl /usr/bin/systemctl /usr/bin/systemd-analyze /usr/bin/systemd-ask-password /usr/bin/systemd-cat /usr/bin/systemd-cgls /usr/bin/systemd-cgtop /usr/bin/systemd-creds /usr/bin/systemd-delta /usr/bin/systemd-detect-virt /usr/bin/systemd-dissect /usr/bin/systemd-escape /usr/bin/systemd-firstboot /usr/bin/systemd-id128 /usr/bin/systemd-inhibit /usr/bin/systemd-machine-id-setup /usr/bin/systemd-mount /usr/bin/systemd-notify /usr/bin/systemd-path /usr/bin/systemd-run /usr/bin/systemd-socket-activate /usr/bin/systemd-stdio-bridge /usr/bin/systemd-sysext /usr/bin/systemd-sysusers /usr/bin/systemd-tmpfiles /usr/bin/systemd-tty-ask-password-agent /usr/bin/systemd-umount /usr/bin/timedatectl /usr/lib/.build-id /usr/lib/.build-id/02 /usr/lib/.build-id/02/1c0a98227da2277e4a6c22b3325ab3adafb109 /usr/lib/.build-id/07 /usr/lib/.build-id/07/41a4fc86b854db8dbd4d6830d9445993b1de4b /usr/lib/.build-id/0c /usr/lib/.build-id/0c/7903b32e26f35932ab5c8b17421ac0319f185c /usr/lib/.build-id/0d /usr/lib/.build-id/0d/c0e8062d349e7756b6fb6e8bcb4721b90292dd /usr/lib/.build-id/0e /usr/lib/.build-id/0e/ee2f554e3115ba25725c9c81e51f2b0b7a9219 /usr/lib/.build-id/17 /usr/lib/.build-id/17/39221cf142c0f859a76f1c480ba252b97326a8 /usr/lib/.build-id/18 /usr/lib/.build-id/18/644e212ec9b606c49245582b5d4ba15ca8d13f /usr/lib/.build-id/18/a37d35c5d7a1c55d0d9c391f0cf2d6e8267a36 /usr/lib/.build-id/1e /usr/lib/.build-id/1e/e186183952cc768508d00a157110b63c4ea75a /usr/lib/.build-id/27 /usr/lib/.build-id/27/757cce3fb56a6f8301d5547b2bc1e317835aae /usr/lib/.build-id/29 /usr/lib/.build-id/29/eb480aa545247d12b24cbf8f963403b0eac4f3 /usr/lib/.build-id/31 /usr/lib/.build-id/31/a307e0a5039ce6713b5d0166158e18156e784c /usr/lib/.build-id/34 /usr/lib/.build-id/34/738dc1620c8a7d496d1b37a3f41c224654e243 /usr/lib/.build-id/35 /usr/lib/.build-id/35/af20810791f7e9f52f9593a5a1659de77ea99c /usr/lib/.build-id/37 /usr/lib/.build-id/37/e55e1b7cb743b736b4316b0e4b31b9921baf68 /usr/lib/.build-id/3c /usr/lib/.build-id/3c/92e7551bc383214f071b7107f52931332027ba /usr/lib/.build-id/40 /usr/lib/.build-id/40/85a7fec62aff48284bbc64be9b7c24edc945d7 /usr/lib/.build-id/40/9f5397a02e1b841dabf200c3b56cef6a49ea00 /usr/lib/.build-id/48 /usr/lib/.build-id/48/d587e87b88451d78b3ee3c4ed3a60c60b679eb /usr/lib/.build-id/48/f3b1b52c2c9c36bfd29ae783578985c0f303a0 /usr/lib/.build-id/4a /usr/lib/.build-id/4a/fbe4f8d745bb7235c8332b38134cc06e8b384c /usr/lib/.build-id/4b /usr/lib/.build-id/4b/2984a506837534bed196a055941985ad140433 /usr/lib/.build-id/4e /usr/lib/.build-id/4e/be747d27f3905c479fe0958d620a3ca90bc99c /usr/lib/.build-id/51 /usr/lib/.build-id/51/4fc8f2222f361694fafff005d8d0299e1fc805 /usr/lib/.build-id/51/c420e55be963107e4559cb0c5b4cda6fe6adef /usr/lib/.build-id/5f /usr/lib/.build-id/5f/0b263c19f0c5b7830f9cd9c6f4e1c7e6800a93 /usr/lib/.build-id/6b /usr/lib/.build-id/6b/b41360327392c7ccdfebd8b25c06099fdec21c /usr/lib/.build-id/6f /usr/lib/.build-id/6f/eff49efebc25f44ae47dfcbf2430b6acdd252d /usr/lib/.build-id/75 /usr/lib/.build-id/75/fdea5f4b2c5b3a22434ae85f52949b6354e3ad /usr/lib/.build-id/76 /usr/lib/.build-id/76/1f516df7c8499dbef5787f0962c95af008b19a /usr/lib/.build-id/7e /usr/lib/.build-id/7e/17c2bedf28624183a5c3d00f66c9219b612176 /usr/lib/.build-id/84 /usr/lib/.build-id/84/f45c0e6d9f7a689316ffd7a8252dc619db4445 /usr/lib/.build-id/8a /usr/lib/.build-id/8a/617581970421465a3993d07e7fad486b00399a /usr/lib/.build-id/8a/ebdfd12f07fc7e500a2435611361572cb597a7 /usr/lib/.build-id/8f /usr/lib/.build-id/8f/19ceb8a33f543983b2636f5261feb3be83aa93 /usr/lib/.build-id/91 /usr/lib/.build-id/91/5047858fe3a05dfc5c099a928127b8ef4699a7 /usr/lib/.build-id/91/e1d4b6c2aad5814715fdddac1e4fc9f92513ff /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/3736f0939c9b3075af48e6b8334f28d7b6238a /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/8d9622221c86134069ce497e6e835e5775e001 /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/cc5188099662228f97b7cc161bf4528209fa49 /usr/lib/.build-id/ad /usr/lib/.build-id/ad/70e89591b6e3369278d50f896ad8841671ebaf /usr/lib/.build-id/ae /usr/lib/.build-id/ae/10dede586cb133d03bce308be3c228af9ab296 /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/2c53eac1af873a1b72e4433617ef23e6e84b41 /usr/lib/.build-id/bc /usr/lib/.build-id/bc/0759e0eaa995672edfbce971638db890f30a4e /usr/lib/.build-id/be /usr/lib/.build-id/be/3f2bfbe3ca5bf7cc657f6df9606ba71dc241d3 /usr/lib/.build-id/bf /usr/lib/.build-id/bf/017b839f3e5f56c25af3d746fa4cf2ec0ab35d /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/1636fc485abdb015dc42d340e060e7aaed2f75 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/e8a5ccec16cabfd3099a63829a48d92e032714 /usr/lib/.build-id/ca /usr/lib/.build-id/ca/2f755d08203bb952de2252258d54968e91d72e /usr/lib/.build-id/ce /usr/lib/.build-id/ce/4efad5440f110cab2cb2eebef50ed48c71e61c /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/b6067eb8d2e98ea2dec5c7e38c6281dbffda15 /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/c23e03ac5296e8137a8a7d1ea7e12619dc279e /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/15d1cacd3f3c22c61ca85ca99606db53012358 /usr/lib/.build-id/d8/4d2875deb8ca816b7e1cba01571d8781780bac /usr/lib/.build-id/d8/99e8cc612af5c09d69341e0820fcaf99650654 /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/1e078abb5d439843ddba9f40e357307e9067b4 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/868267e021199d81ed3c94f45e4f8028e50fce /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/ba8d315c1ec8e8ddd89b8981e1ffeb60d724c0 /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/ad1aa74c0924656c80b6698a2c613f4a0e8871 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/46c18bdc22f7c0b4f1e1bcfa3bc9c354b0afa1 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/87333510f63d80e9ce67f91332dff14a1f0825 /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/7021de570c94ff9ddbf826f88f00f26af45859 /usr/lib/.build-id/fe /usr/lib/.build-id/fe/9ed8cbb2a0f01175383f8cec07397ae21a1182 /usr/lib/.build-id/ff /usr/lib/.build-id/ff/d490af46e52a2bfb6e2df726e7e39f2bda1a34 /usr/lib/environment.d /usr/lib/environment.d/99-environment.conf /usr/lib/pam.d /usr/lib/pam.d/systemd-user /usr/lib/systemd /usr/lib/systemd/catalog /usr/lib/systemd/catalog/systemd.be.catalog /usr/lib/systemd/catalog/systemd.be@latin.catalog /usr/lib/systemd/catalog/systemd.bg.catalog /usr/lib/systemd/catalog/systemd.catalog /usr/lib/systemd/catalog/systemd.de.catalog /usr/lib/systemd/catalog/systemd.fr.catalog /usr/lib/systemd/catalog/systemd.it.catalog /usr/lib/systemd/catalog/systemd.pl.catalog /usr/lib/systemd/catalog/systemd.pt_BR.catalog /usr/lib/systemd/catalog/systemd.ru.catalog /usr/lib/systemd/catalog/systemd.zh_CN.catalog /usr/lib/systemd/catalog/systemd.zh_TW.catalog /usr/lib/systemd/libsystemd-shared.abignore /usr/lib/systemd/network /usr/lib/systemd/purge-nobody-user /usr/lib/systemd/resolv.conf /usr/lib/systemd/system /usr/lib/systemd/system-generators /usr/lib/systemd/system-generators/systemd-debug-generator /usr/lib/systemd/system-generators/systemd-fstab-generator /usr/lib/systemd/system-generators/systemd-getty-generator /usr/lib/systemd/system-generators/systemd-rc-local-generator /usr/lib/systemd/system-generators/systemd-run-generator /usr/lib/systemd/system-generators/systemd-system-update-generator /usr/lib/systemd/system-generators/systemd-sysv-generator /usr/lib/systemd/system-preset /usr/lib/systemd/system-preset/90-systemd.preset /usr/lib/systemd/system-shutdown /usr/lib/systemd/system/-.slice.d /usr/lib/systemd/system/autovt@.service /usr/lib/systemd/system/basic.target /usr/lib/systemd/system/basic.target.wants /usr/lib/systemd/system/blockdev@.target /usr/lib/systemd/system/bluetooth.target /usr/lib/systemd/system/boot-complete.target /usr/lib/systemd/system/console-getty.service /usr/lib/systemd/system/container-getty@.service /usr/lib/systemd/system/ctrl-alt-del.target /usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service /usr/lib/systemd/system/dbus-org.freedesktop.locale1.service /usr/lib/systemd/system/dbus-org.freedesktop.login1.service /usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service /usr/lib/systemd/system/dbus.target.wants /usr/lib/systemd/system/debug-shell.service /usr/lib/systemd/system/default.target /usr/lib/systemd/system/default.target.wants /usr/lib/systemd/system/dev-hugepages.mount /usr/lib/systemd/system/dev-mqueue.mount /usr/lib/systemd/system/emergency.service /usr/lib/systemd/system/emergency.target /usr/lib/systemd/system/exit.target /usr/lib/systemd/system/factory-reset.target /usr/lib/systemd/system/final.target /usr/lib/systemd/system/first-boot-complete.target /usr/lib/systemd/system/getty-pre.target /usr/lib/systemd/system/getty.target /usr/lib/systemd/system/getty@.service /usr/lib/systemd/system/graphical.target /usr/lib/systemd/system/graphical.target.wants /usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service /usr/lib/systemd/system/halt.target /usr/lib/systemd/system/kexec.target /usr/lib/systemd/system/ldconfig.service /usr/lib/systemd/system/local-fs-pre.target /usr/lib/systemd/system/local-fs.target /usr/lib/systemd/system/modprobe@.service /usr/lib/systemd/system/multi-user.target /usr/lib/systemd/system/multi-user.target.wants /usr/lib/systemd/system/multi-user.target.wants/getty.target /usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path /usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service /usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service /usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service /usr/lib/systemd/system/network-online.target /usr/lib/systemd/system/network-pre.target /usr/lib/systemd/system/network.target /usr/lib/systemd/system/nss-lookup.target /usr/lib/systemd/system/nss-user-lookup.target /usr/lib/systemd/system/paths.target /usr/lib/systemd/system/poweroff.target /usr/lib/systemd/system/printer.target /usr/lib/systemd/system/rc-local.service /usr/lib/systemd/system/reboot.target /usr/lib/systemd/system/remote-fs-pre.target /usr/lib/systemd/system/remote-fs.target /usr/lib/systemd/system/remote-fs.target.wants /usr/lib/systemd/system/rescue.service /usr/lib/systemd/system/rescue.target /usr/lib/systemd/system/rescue.target.wants /usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service /usr/lib/systemd/system/rpcbind.target /usr/lib/systemd/system/runlevel0.target /usr/lib/systemd/system/runlevel1.target /usr/lib/systemd/system/runlevel1.target.wants /usr/lib/systemd/system/runlevel2.target /usr/lib/systemd/system/runlevel2.target.wants /usr/lib/systemd/system/runlevel3.target /usr/lib/systemd/system/runlevel3.target.wants /usr/lib/systemd/system/runlevel4.target /usr/lib/systemd/system/runlevel4.target.wants /usr/lib/systemd/system/runlevel5.target /usr/lib/systemd/system/runlevel5.target.wants /usr/lib/systemd/system/runlevel6.target /usr/lib/systemd/system/serial-getty@.service /usr/lib/systemd/system/shutdown.target /usr/lib/systemd/system/sigpwr.target /usr/lib/systemd/system/slices.target /usr/lib/systemd/system/smartcard.target /usr/lib/systemd/system/sockets.target /usr/lib/systemd/system/sockets.target.wants /usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket /usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket /usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket /usr/lib/systemd/system/sound.target /usr/lib/systemd/system/swap.target /usr/lib/systemd/system/sys-fs-fuse-connections.mount /usr/lib/systemd/system/sys-kernel-config.mount /usr/lib/systemd/system/sys-kernel-debug.mount /usr/lib/systemd/system/sys-kernel-tracing.mount /usr/lib/systemd/system/sysinit.target /usr/lib/systemd/system/sysinit.target.wants /usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount /usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount /usr/lib/systemd/system/sysinit.target.wants/ldconfig.service /usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount /usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount /usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount /usr/lib/systemd/system/sysinit.target.wants/sys-kernel-tracing.mount /usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path /usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service /usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service /usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service /usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service /usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service /usr/lib/systemd/system/sysinit.target.wants/systemd-pcrmachine.service /usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service /usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service /usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service /usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service /usr/lib/systemd/system/syslog.socket /usr/lib/systemd/system/syslog.target.wants /usr/lib/systemd/system/system-update-cleanup.service /usr/lib/systemd/system/system-update-pre.target /usr/lib/systemd/system/system-update.target /usr/lib/systemd/system/systemd-ask-password-console.path /usr/lib/systemd/system/systemd-ask-password-console.service /usr/lib/systemd/system/systemd-ask-password-wall.path /usr/lib/systemd/system/systemd-ask-password-wall.service /usr/lib/systemd/system/systemd-boot-check-no-failures.service /usr/lib/systemd/system/systemd-exit.service /usr/lib/systemd/system/systemd-firstboot.service /usr/lib/systemd/system/systemd-halt.service /usr/lib/systemd/system/systemd-hostnamed.service /usr/lib/systemd/system/systemd-hostnamed.service.d /usr/lib/systemd/system/systemd-hostnamed.service.d/disable-privatedevices.conf /usr/lib/systemd/system/systemd-initctl.service /usr/lib/systemd/system/systemd-initctl.socket /usr/lib/systemd/system/systemd-journal-catalog-update.service /usr/lib/systemd/system/systemd-journal-flush.service /usr/lib/systemd/system/systemd-journald-audit.socket /usr/lib/systemd/system/systemd-journald-dev-log.socket /usr/lib/systemd/system/systemd-journald-varlink@.socket /usr/lib/systemd/system/systemd-journald.service /usr/lib/systemd/system/systemd-journald.socket /usr/lib/systemd/system/systemd-journald@.service /usr/lib/systemd/system/systemd-journald@.socket /usr/lib/systemd/system/systemd-kexec.service /usr/lib/systemd/system/systemd-localed.service /usr/lib/systemd/system/systemd-logind.service /usr/lib/systemd/system/systemd-machine-id-commit.service /usr/lib/systemd/system/systemd-network-generator.service /usr/lib/systemd/system/systemd-pcrfs-root.service /usr/lib/systemd/system/systemd-pcrfs@.service /usr/lib/systemd/system/systemd-pcrmachine.service /usr/lib/systemd/system/systemd-poweroff.service /usr/lib/systemd/system/systemd-reboot.service /usr/lib/systemd/system/systemd-sysext.service /usr/lib/systemd/system/systemd-sysupdate-reboot.service /usr/lib/systemd/system/systemd-sysupdate-reboot.timer /usr/lib/systemd/system/systemd-sysupdate.service /usr/lib/systemd/system/systemd-sysupdate.timer /usr/lib/systemd/system/systemd-sysusers.service /usr/lib/systemd/system/systemd-timedated.service /usr/lib/systemd/system/systemd-tmpfiles-clean.service /usr/lib/systemd/system/systemd-tmpfiles-clean.timer /usr/lib/systemd/system/systemd-tmpfiles-setup.service /usr/lib/systemd/system/systemd-update-done.service /usr/lib/systemd/system/systemd-update-utmp-runlevel.service /usr/lib/systemd/system/systemd-update-utmp.service /usr/lib/systemd/system/systemd-user-sessions.service /usr/lib/systemd/system/time-set.target /usr/lib/systemd/system/time-sync.target /usr/lib/systemd/system/timers.target /usr/lib/systemd/system/timers.target.wants /usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer /usr/lib/systemd/system/tmp.mount /usr/lib/systemd/system/umount.target /usr/lib/systemd/system/usb-gadget.target /usr/lib/systemd/system/user-.slice.d /usr/lib/systemd/system/user-.slice.d/10-defaults.conf /usr/lib/systemd/system/user-runtime-dir@.service /usr/lib/systemd/system/user.slice /usr/lib/systemd/system/user@.service /usr/lib/systemd/system/user@.service.d /usr/lib/systemd/system/user@.service.d/10-login-barrier.conf /usr/lib/systemd/system/user@0.service.d /usr/lib/systemd/system/user@0.service.d/10-login-barrier.conf /usr/lib/systemd/systemd /usr/lib/systemd/systemd-ac-power /usr/lib/systemd/systemd-boot-check-no-failures /usr/lib/systemd/systemd-cgroups-agent /usr/lib/systemd/systemd-export /usr/lib/systemd/systemd-hostnamed /usr/lib/systemd/systemd-initctl /usr/lib/systemd/systemd-journald /usr/lib/systemd/systemd-localed /usr/lib/systemd/systemd-logind /usr/lib/systemd/systemd-network-generator /usr/lib/systemd/systemd-reply-password /usr/lib/systemd/systemd-shutdown /usr/lib/systemd/systemd-socket-proxyd /usr/lib/systemd/systemd-sulogin-shell /usr/lib/systemd/systemd-sysroot-fstab-check /usr/lib/systemd/systemd-sysupdate /usr/lib/systemd/systemd-timedated /usr/lib/systemd/systemd-update-done /usr/lib/systemd/systemd-update-helper /usr/lib/systemd/systemd-update-utmp /usr/lib/systemd/systemd-user-runtime-dir /usr/lib/systemd/systemd-user-sessions /usr/lib/systemd/systemd-xdg-autostart-condition /usr/lib/systemd/user /usr/lib/systemd/user-environment-generators /usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator /usr/lib/systemd/user-generators /usr/lib/systemd/user-generators/systemd-xdg-autostart-generator /usr/lib/systemd/user-preset /usr/lib/systemd/user-preset/90-systemd.preset /usr/lib/systemd/user/app.slice /usr/lib/systemd/user/background.slice /usr/lib/systemd/user/basic.target /usr/lib/systemd/user/bluetooth.target /usr/lib/systemd/user/default.target /usr/lib/systemd/user/exit.target /usr/lib/systemd/user/graphical-session-pre.target /usr/lib/systemd/user/graphical-session.target /usr/lib/systemd/user/paths.target /usr/lib/systemd/user/printer.target /usr/lib/systemd/user/session.slice /usr/lib/systemd/user/shutdown.target /usr/lib/systemd/user/smartcard.target /usr/lib/systemd/user/sockets.target /usr/lib/systemd/user/sound.target /usr/lib/systemd/user/systemd-exit.service /usr/lib/systemd/user/systemd-tmpfiles-clean.service /usr/lib/systemd/user/systemd-tmpfiles-clean.timer /usr/lib/systemd/user/systemd-tmpfiles-setup.service /usr/lib/systemd/user/timers.target /usr/lib/systemd/user/xdg-desktop-autostart.target /usr/lib/sysusers.d /usr/lib/sysusers.d/README /usr/lib/sysusers.d/basic.conf /usr/lib/sysusers.d/systemd-journal.conf /usr/lib/tmpfiles.d /usr/lib/tmpfiles.d/README /usr/lib/tmpfiles.d/etc.conf /usr/lib/tmpfiles.d/home.conf /usr/lib/tmpfiles.d/journal-nocow.conf /usr/lib/tmpfiles.d/legacy.conf /usr/lib/tmpfiles.d/provision.conf /usr/lib/tmpfiles.d/static-nodes-permissions.conf /usr/lib/tmpfiles.d/systemd-nologin.conf /usr/lib/tmpfiles.d/systemd-tmp.conf /usr/lib/tmpfiles.d/systemd.conf /usr/lib/tmpfiles.d/tmp.conf /usr/lib/tmpfiles.d/var.conf /usr/lib/tmpfiles.d/x11.conf /usr/lib64/systemd /usr/lib64/systemd/libsystemd-core-252.so /usr/lib64/systemd/libsystemd-shared-252.so /usr/sbin/halt /usr/sbin/init /usr/sbin/poweroff /usr/sbin/reboot /usr/sbin/runlevel /usr/sbin/shutdown /usr/sbin/telinit /usr/share/bash-completion/completions/busctl /usr/share/bash-completion/completions/hostnamectl /usr/share/bash-completion/completions/journalctl /usr/share/bash-completion/completions/localectl /usr/share/bash-completion/completions/loginctl /usr/share/bash-completion/completions/systemctl /usr/share/bash-completion/completions/systemd-analyze /usr/share/bash-completion/completions/systemd-cat /usr/share/bash-completion/completions/systemd-cgls /usr/share/bash-completion/completions/systemd-cgtop /usr/share/bash-completion/completions/systemd-delta /usr/share/bash-completion/completions/systemd-detect-virt /usr/share/bash-completion/completions/systemd-id128 /usr/share/bash-completion/completions/systemd-path /usr/share/bash-completion/completions/systemd-run /usr/share/bash-completion/completions/timedatectl /usr/share/dbus-1/interfaces /usr/share/dbus-1/interfaces/org.freedesktop.LogControl1.xml /usr/share/dbus-1/interfaces/org.freedesktop.hostname1.xml /usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml /usr/share/dbus-1/interfaces/org.freedesktop.login1.Manager.xml /usr/share/dbus-1/interfaces/org.freedesktop.login1.Seat.xml /usr/share/dbus-1/interfaces/org.freedesktop.login1.Session.xml /usr/share/dbus-1/interfaces/org.freedesktop.login1.User.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Automount.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Device.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Job.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Manager.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Mount.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Path.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Scope.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Service.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Slice.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Socket.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Swap.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Target.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Timer.xml /usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Unit.xml /usr/share/dbus-1/interfaces/org.freedesktop.timedate1.xml /usr/share/dbus-1/services/org.freedesktop.systemd1.service /usr/share/dbus-1/system-services/org.freedesktop.hostname1.service /usr/share/dbus-1/system-services/org.freedesktop.locale1.service /usr/share/dbus-1/system-services/org.freedesktop.login1.service /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/system-services/org.freedesktop.timedate1.service /usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf /usr/share/dbus-1/system.d/org.freedesktop.locale1.conf /usr/share/dbus-1/system.d/org.freedesktop.login1.conf /usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf /usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf /usr/share/doc/systemd /usr/share/doc/systemd/20-yama-ptrace.conf /usr/share/doc/systemd/CODING_STYLE.md /usr/share/doc/systemd/DISTRO_PORTING.md /usr/share/doc/systemd/ENVIRONMENT.md /usr/share/doc/systemd/HACKING.md /usr/share/doc/systemd/LICENSES /usr/share/doc/systemd/LICENSES/BSD-2-Clause.txt /usr/share/doc/systemd/LICENSES/BSD-3-Clause.txt /usr/share/doc/systemd/LICENSES/CC0-1.0.txt /usr/share/doc/systemd/LICENSES/LGPL-2.0-or-later.txt /usr/share/doc/systemd/LICENSES/Linux-syscall-note.txt /usr/share/doc/systemd/LICENSES/MIT-0.txt /usr/share/doc/systemd/LICENSES/MIT.txt /usr/share/doc/systemd/LICENSES/OFL-1.1.txt /usr/share/doc/systemd/LICENSES/README.md /usr/share/doc/systemd/LICENSES/lookup3-public-domain.txt /usr/share/doc/systemd/LICENSES/murmurhash2-public-domain.txt /usr/share/doc/systemd/NEWS /usr/share/doc/systemd/README /usr/share/doc/systemd/README.logs /usr/share/doc/systemd/TRANSIENT-SETTINGS.md /usr/share/doc/systemd/TRANSLATORS.md /usr/share/doc/systemd/UIDS-GIDS.md /usr/share/factory /usr/share/factory/etc /usr/share/factory/etc/issue /usr/share/factory/etc/locale.conf /usr/share/factory/etc/nsswitch.conf /usr/share/factory/etc/pam.d /usr/share/factory/etc/pam.d/other /usr/share/factory/etc/pam.d/system-auth /usr/share/licenses/systemd /usr/share/licenses/systemd/LICENSE.GPL2 /usr/share/licenses/systemd/LICENSE.LGPL2.1 /usr/share/locale/be/LC_MESSAGES/systemd.mo /usr/share/locale/be@latin/LC_MESSAGES/systemd.mo /usr/share/locale/bg/LC_MESSAGES/systemd.mo /usr/share/locale/ca/LC_MESSAGES/systemd.mo /usr/share/locale/cs/LC_MESSAGES/systemd.mo /usr/share/locale/da/LC_MESSAGES/systemd.mo /usr/share/locale/de/LC_MESSAGES/systemd.mo /usr/share/locale/el/LC_MESSAGES/systemd.mo /usr/share/locale/es/LC_MESSAGES/systemd.mo /usr/share/locale/et/LC_MESSAGES/systemd.mo /usr/share/locale/fi/LC_MESSAGES/systemd.mo /usr/share/locale/fr/LC_MESSAGES/systemd.mo /usr/share/locale/gl/LC_MESSAGES/systemd.mo /usr/share/locale/hr/LC_MESSAGES/systemd.mo /usr/share/locale/hu/LC_MESSAGES/systemd.mo /usr/share/locale/id/LC_MESSAGES/systemd.mo /usr/share/locale/it/LC_MESSAGES/systemd.mo /usr/share/locale/ja/LC_MESSAGES/systemd.mo /usr/share/locale/ka/LC_MESSAGES/systemd.mo /usr/share/locale/kab/LC_MESSAGES/systemd.mo /usr/share/locale/ko/LC_MESSAGES/systemd.mo /usr/share/locale/lt/LC_MESSAGES/systemd.mo /usr/share/locale/nl/LC_MESSAGES/systemd.mo /usr/share/locale/pa/LC_MESSAGES/systemd.mo /usr/share/locale/pl/LC_MESSAGES/systemd.mo /usr/share/locale/pt/LC_MESSAGES/systemd.mo /usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo /usr/share/locale/ro/LC_MESSAGES/systemd.mo /usr/share/locale/ru/LC_MESSAGES/systemd.mo /usr/share/locale/si/LC_MESSAGES/systemd.mo /usr/share/locale/sk/LC_MESSAGES/systemd.mo /usr/share/locale/sr/LC_MESSAGES/systemd.mo /usr/share/locale/sv/LC_MESSAGES/systemd.mo /usr/share/locale/tr/LC_MESSAGES/systemd.mo /usr/share/locale/uk/LC_MESSAGES/systemd.mo /usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo /usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo /usr/share/man/man1/busctl.1.gz /usr/share/man/man1/hostnamectl.1.gz /usr/share/man/man1/init.1.gz /usr/share/man/man1/journalctl.1.gz /usr/share/man/man1/localectl.1.gz /usr/share/man/man1/loginctl.1.gz /usr/share/man/man1/systemctl.1.gz /usr/share/man/man1/systemd-analyze.1.gz /usr/share/man/man1/systemd-ask-password.1.gz /usr/share/man/man1/systemd-cat.1.gz /usr/share/man/man1/systemd-cgls.1.gz /usr/share/man/man1/systemd-cgtop.1.gz /usr/share/man/man1/systemd-creds.1.gz /usr/share/man/man1/systemd-delta.1.gz /usr/share/man/man1/systemd-detect-virt.1.gz /usr/share/man/man1/systemd-dissect.1.gz /usr/share/man/man1/systemd-escape.1.gz /usr/share/man/man1/systemd-firstboot.1.gz /usr/share/man/man1/systemd-firstboot.service.1.gz /usr/share/man/man1/systemd-id128.1.gz /usr/share/man/man1/systemd-inhibit.1.gz /usr/share/man/man1/systemd-machine-id-setup.1.gz /usr/share/man/man1/systemd-mount.1.gz /usr/share/man/man1/systemd-notify.1.gz /usr/share/man/man1/systemd-path.1.gz /usr/share/man/man1/systemd-run.1.gz /usr/share/man/man1/systemd-socket-activate.1.gz /usr/share/man/man1/systemd-stdio-bridge.1.gz /usr/share/man/man1/systemd-tty-ask-password-agent.1.gz /usr/share/man/man1/systemd-umount.1.gz /usr/share/man/man1/systemd.1.gz /usr/share/man/man1/timedatectl.1.gz /usr/share/man/man5/dnssec-trust-anchors.d.5.gz /usr/share/man/man5/environment.d.5.gz /usr/share/man/man5/extension-release.5.gz /usr/share/man/man5/hostname.5.gz /usr/share/man/man5/journald.conf.5.gz /usr/share/man/man5/journald.conf.d.5.gz /usr/share/man/man5/journald@.conf.5.gz /usr/share/man/man5/locale.conf.5.gz /usr/share/man/man5/localtime.5.gz /usr/share/man/man5/logind.conf.5.gz /usr/share/man/man5/logind.conf.d.5.gz /usr/share/man/man5/machine-id.5.gz /usr/share/man/man5/machine-info.5.gz /usr/share/man/man5/org.freedesktop.LogControl1.5.gz /usr/share/man/man5/org.freedesktop.hostname1.5.gz /usr/share/man/man5/org.freedesktop.locale1.5.gz /usr/share/man/man5/org.freedesktop.login1.5.gz /usr/share/man/man5/org.freedesktop.systemd1.5.gz /usr/share/man/man5/org.freedesktop.timedate1.5.gz /usr/share/man/man5/os-release.5.gz /usr/share/man/man5/system.conf.d.5.gz /usr/share/man/man5/systemd-system.conf.5.gz /usr/share/man/man5/systemd-user-runtime-dir.5.gz /usr/share/man/man5/systemd-user.conf.5.gz /usr/share/man/man5/systemd.automount.5.gz /usr/share/man/man5/systemd.device.5.gz /usr/share/man/man5/systemd.dnssd.5.gz /usr/share/man/man5/systemd.exec.5.gz /usr/share/man/man5/systemd.kill.5.gz /usr/share/man/man5/systemd.link.5.gz /usr/share/man/man5/systemd.mount.5.gz /usr/share/man/man5/systemd.nspawn.5.gz /usr/share/man/man5/systemd.path.5.gz /usr/share/man/man5/systemd.preset.5.gz /usr/share/man/man5/systemd.resource-control.5.gz /usr/share/man/man5/systemd.scope.5.gz /usr/share/man/man5/systemd.service.5.gz /usr/share/man/man5/systemd.slice.5.gz /usr/share/man/man5/systemd.socket.5.gz /usr/share/man/man5/systemd.swap.5.gz /usr/share/man/man5/systemd.target.5.gz /usr/share/man/man5/systemd.timer.5.gz /usr/share/man/man5/systemd.unit.5.gz /usr/share/man/man5/sysupdate.d.5.gz /usr/share/man/man5/sysusers.d.5.gz /usr/share/man/man5/tmpfiles.d.5.gz /usr/share/man/man5/user-runtime-dir@.service.5.gz /usr/share/man/man5/user.conf.d.5.gz /usr/share/man/man5/user@.service.5.gz /usr/share/man/man5/veritytab.5.gz /usr/share/man/man7/bootup.7.gz /usr/share/man/man7/daemon.7.gz /usr/share/man/man7/file-hierarchy.7.gz /usr/share/man/man7/kernel-command-line.7.gz /usr/share/man/man7/linuxaa64.efi.stub.7.gz /usr/share/man/man7/linuxia32.efi.stub.7.gz /usr/share/man/man7/linuxx64.efi.stub.7.gz /usr/share/man/man7/sd-stub.7.gz /usr/share/man/man7/systemd-stub.7.gz /usr/share/man/man7/systemd.directives.7.gz /usr/share/man/man7/systemd.environment-generator.7.gz /usr/share/man/man7/systemd.generator.7.gz /usr/share/man/man7/systemd.index.7.gz /usr/share/man/man7/systemd.journal-fields.7.gz /usr/share/man/man7/systemd.net-naming-scheme.7.gz /usr/share/man/man7/systemd.offline-updates.7.gz /usr/share/man/man7/systemd.special.7.gz /usr/share/man/man7/systemd.syntax.7.gz /usr/share/man/man7/systemd.system-credentials.7.gz /usr/share/man/man7/systemd.time.7.gz /usr/share/man/man8/30-systemd-environment-d-generator.8.gz /usr/share/man/man8/halt.8.gz /usr/share/man/man8/nss-myhostname.8.gz /usr/share/man/man8/nss-systemd.8.gz /usr/share/man/man8/poweroff.8.gz /usr/share/man/man8/rc-local.service.8.gz /usr/share/man/man8/reboot.8.gz /usr/share/man/man8/runlevel.8.gz /usr/share/man/man8/shutdown.8.gz /usr/share/man/man8/systemd-ask-password-console.path.8.gz /usr/share/man/man8/systemd-ask-password-console.service.8.gz /usr/share/man/man8/systemd-ask-password-wall.path.8.gz /usr/share/man/man8/systemd-ask-password-wall.service.8.gz /usr/share/man/man8/systemd-boot-check-no-failures.8.gz /usr/share/man/man8/systemd-boot-check-no-failures.service.8.gz /usr/share/man/man8/systemd-debug-generator.8.gz /usr/share/man/man8/systemd-environment-d-generator.8.gz /usr/share/man/man8/systemd-fstab-generator.8.gz /usr/share/man/man8/systemd-getty-generator.8.gz /usr/share/man/man8/systemd-halt.service.8.gz /usr/share/man/man8/systemd-hostnamed.8.gz /usr/share/man/man8/systemd-hostnamed.service.8.gz /usr/share/man/man8/systemd-initctl.8.gz /usr/share/man/man8/systemd-initctl.service.8.gz /usr/share/man/man8/systemd-initctl.socket.8.gz /usr/share/man/man8/systemd-journald-audit.socket.8.gz /usr/share/man/man8/systemd-journald-dev-log.socket.8.gz /usr/share/man/man8/systemd-journald-varlink@.socket.8.gz /usr/share/man/man8/systemd-journald.8.gz /usr/share/man/man8/systemd-journald.service.8.gz /usr/share/man/man8/systemd-journald.socket.8.gz /usr/share/man/man8/systemd-journald@.service.8.gz /usr/share/man/man8/systemd-journald@.socket.8.gz /usr/share/man/man8/systemd-kexec.service.8.gz /usr/share/man/man8/systemd-localed.8.gz /usr/share/man/man8/systemd-localed.service.8.gz /usr/share/man/man8/systemd-logind.8.gz /usr/share/man/man8/systemd-logind.service.8.gz /usr/share/man/man8/systemd-machine-id-commit.service.8.gz /usr/share/man/man8/systemd-network-generator.8.gz /usr/share/man/man8/systemd-network-generator.service.8.gz /usr/share/man/man8/systemd-pcrfs-root.service.8.gz /usr/share/man/man8/systemd-pcrfs@.service.8.gz /usr/share/man/man8/systemd-pcrmachine.service.8.gz /usr/share/man/man8/systemd-poweroff.service.8.gz /usr/share/man/man8/systemd-rc-local-generator.8.gz /usr/share/man/man8/systemd-reboot.service.8.gz /usr/share/man/man8/systemd-run-generator.8.gz /usr/share/man/man8/systemd-shutdown.8.gz /usr/share/man/man8/systemd-socket-proxyd.8.gz /usr/share/man/man8/systemd-sysext.8.gz /usr/share/man/man8/systemd-sysext.service.8.gz /usr/share/man/man8/systemd-system-update-generator.8.gz /usr/share/man/man8/systemd-sysupdate-reboot.service.8.gz /usr/share/man/man8/systemd-sysupdate-reboot.timer.8.gz /usr/share/man/man8/systemd-sysupdate.8.gz /usr/share/man/man8/systemd-sysupdate.service.8.gz /usr/share/man/man8/systemd-sysupdate.timer.8.gz /usr/share/man/man8/systemd-sysusers.8.gz /usr/share/man/man8/systemd-sysusers.service.8.gz /usr/share/man/man8/systemd-sysv-generator.8.gz /usr/share/man/man8/systemd-timedated.8.gz /usr/share/man/man8/systemd-timedated.service.8.gz /usr/share/man/man8/systemd-tmpfiles-clean.service.8.gz /usr/share/man/man8/systemd-tmpfiles-clean.timer.8.gz /usr/share/man/man8/systemd-tmpfiles-setup.service.8.gz /usr/share/man/man8/systemd-tmpfiles.8.gz /usr/share/man/man8/systemd-update-done.8.gz /usr/share/man/man8/systemd-update-done.service.8.gz /usr/share/man/man8/systemd-update-utmp-runlevel.service.8.gz /usr/share/man/man8/systemd-update-utmp.8.gz /usr/share/man/man8/systemd-update-utmp.service.8.gz /usr/share/man/man8/systemd-user-sessions.8.gz /usr/share/man/man8/systemd-user-sessions.service.8.gz /usr/share/man/man8/systemd-xdg-autostart-generator.8.gz /usr/share/man/man8/telinit.8.gz /usr/share/pkgconfig/systemd.pc /usr/share/pkgconfig/udev.pc /usr/share/polkit-1/actions/org.freedesktop.hostname1.policy /usr/share/polkit-1/actions/org.freedesktop.locale1.policy /usr/share/polkit-1/actions/org.freedesktop.login1.policy /usr/share/polkit-1/actions/org.freedesktop.systemd1.policy /usr/share/polkit-1/actions/org.freedesktop.timedate1.policy /usr/share/systemd /usr/share/systemd/kbd-model-map /usr/share/systemd/language-fallback-map /usr/share/zsh/site-functions/_busctl /usr/share/zsh/site-functions/_hostnamectl /usr/share/zsh/site-functions/_journalctl /usr/share/zsh/site-functions/_localectl /usr/share/zsh/site-functions/_loginctl /usr/share/zsh/site-functions/_sd_hosts_or_user_at_host /usr/share/zsh/site-functions/_sd_machines /usr/share/zsh/site-functions/_sd_outputmodes /usr/share/zsh/site-functions/_sd_unit_files /usr/share/zsh/site-functions/_systemctl /usr/share/zsh/site-functions/_systemd /usr/share/zsh/site-functions/_systemd-analyze /usr/share/zsh/site-functions/_systemd-delta /usr/share/zsh/site-functions/_systemd-inhibit /usr/share/zsh/site-functions/_systemd-path /usr/share/zsh/site-functions/_systemd-run /usr/share/zsh/site-functions/_systemd-tmpfiles /usr/share/zsh/site-functions/_timedatectl /var/cache/private /var/lib/private /var/lib/private/systemd /var/lib/rpm-state/systemd /var/lib/systemd /var/lib/systemd/catalog /var/lib/systemd/catalog/database /var/lib/systemd/linger /var/log/btmp /var/log/journal /var/log/lastlog /var/log/private /var/log/wtmp
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Mar 11 06:28:30 2026