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: 5.el9 | Build date: Fri Feb 17 09:52:46 2023 |
Group: Unspecified | Build host: ppc64le-01.stream.rdu2.redhat.com |
Size: 16117818 | Source RPM: systemd-252-5.el9.src.rpm |
Packager: builder@centos.org | |
Url: https://www.freedesktop.org/wiki/Software/systemd | |
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+
* Fri Feb 17 2023 systemd maintenance team <systemd-maint@redhat.com> - 252-5 - nss-myhostname: fix inverted condition in (#2167468) - nss-myhostname: do not return empty result with NSS_STATUS_SUCCESS (#2167468) - sleep: rename hibernate_delay_sec -> _usec (#2151612) - sleep: fetch_batteries_capacity_by_name() does not return -ENOENT (#2151612) - sleep: drop unnecessary temporal vaiable and initialization (#2151612) - sleep: introduce SuspendEstimationSec= (#2151612) - sleep: coding style fixlets (#2151612) - sleep: simplify code a bit (#2151612) - sleep: fix indentation (#2151612) - sleep: enumerate only existing and non-device batteries (#2151612) - core: when isolating to a unit, also keep units running that are triggered by units we keep running (#1952378) - udev/net_id: introduce naming scheme for RHEL-9.2 (#2170500) * Mon Feb 06 2023 systemd maintenance team <systemd-maint@redhat.com> - 252-4 - udev: make get_virtfn_info() provide physical PCI device (#2159448) - test: make helper_check_device_units() log unit name (#2138081) - test: add a testcase for lvextend (#2138081) - pid1: fix segv triggered by status query (#26279) (#2138081) - test: create config under /run (#2138081) - test: add tests for mDNS and LLMNR settings (#2138081) - resolved: introduce the _localdnsstub and _localdnsproxy special hostnames for 127.0.0.54 + 127.0.0.53 (#2138081) - test: wait for the monitoring service to become active (#2138081) - test: suppress echo in monitor_check_rr() (#2138081) - Revert "test: wait for the monitoring service to become active" (#2138081) - test: show and check almost all journal entries since the relevant command being invoked (#2138081) - test: cover IPv6 in the resolved test suite (#2138081) - test: add a couple of SRV records to check service resolution (#2138081) - test: add a test for the OPENPGPKEY RR (#2138081) - test: don't hang indefinitely on no match (#2138081) - test-ndisc: fix memleak and fd leak (#2138081) - test-unit-name: fix fd leak (#2138081) - test: bump D-Bus service start timeout if we run without accel (#2138081) - test: bump the client-side timeout in sd-bus as well (#2138081) - test: bump the container spawn timeout to 60s (#2138081) - network: fix memleak (#2138081) - busctl: fix introspecting DBus properties (#2138081) - busctl: simplify peeking the type (#2138081) - resolve: drop redundant call of socket_ipv6_is_supported() (#2138081) - resolve: introduce link_get_llmnr_support() and link_get_mdns_support() (#2138081) - resolve: provide effective supporting levels of mDNS and LLMNR (#2138081) - resolvectl: warn if the global mDNS or LLMNR support level is lower than the requested one (#2138081) - resolve: enable per-link mDNS setting by default (#2138081) * Mon Jan 16 2023 systemd maintenance team <systemd-maint@redhat.com> - 252-3 - swap: tell swapon to reinitialize swap if needed (#2151993) - coredump: adjust whitespace (#2155517) - coredump: do not allow user to access coredumps with changed uid/gid/capabilities (#2155517) - Revert "basic: add fallback in chase_symlinks_and_opendir() for cases when /proc is not mounted" (#2138081) - glyph-util: add warning sign special glyph (#2138081) - chase-symlink: when converting directory O_PATH fd to real fd, don't bother with /proc/ (#2138081) - systemctl: print a clear warning if people invoke systemctl without /proc/ (#2138081) - TEST-65: check cat-config operation in chroot (#2138081) - TEST-65: use [[ -v ]] more (#2138081) - systemctl: warn if trying to disable a unit with no install info (#2141979) - systemctl: allow suppress the warning of no install info using --no-warn (#2141979) - rpm/systemd-update-helper: use --no-warn when disabling units (#2141979) - systemctl: suppress warning about missing /proc/ when --no-warn (#2141979) - shell-completion: systemctl: add --no-warn (#2141979) - core/unit: drop doubled empty line (#2160477) - core/unit: drop dependency to the unit being merged (#2160477) - core/unit: fix logic of dropping self-referencing dependencies (#2160477) - core/unit: merge two loops into one (#2160477) - test: add test case for sysv-generator and invalid dependency (#2160477) - core/unit: merge unit names after merging deps (#2160477) - core/unit: fix log message (#2160477) - test: explicitly create the /etc/init.d directory (#2160477) - test: support a non-default SysV directory (#2160477) * Fri Dec 09 2022 systemd maintenance team <systemd-maint@redhat.com> - 252-2 - test: check if we can use SHA1 MD for signing before using it (#2141979) - boot: cleanups for efivar_get() and friends (#2141979) - boot: fix false maybe-uninitialized warning (#2141979) - tree-wide: modernizations with RET_NERRNO() (#2137584) - sd-bus: handle -EINTR return from bus_poll() (#2137584) - stdio-bridge: don't be bothered with EINTR (#2137584) - varlink: also handle EINTR gracefully when waiting for EIO via ppoll() (#2137584) - sd-netlink: handle EINTR from poll() gracefully, as success (#2137584) - resolved: handle -EINTR returned from fd_wait_for_event() better (#2137584) - homed: handle EINTR gracefully when waiting for device node (#2137584) - utmp-wtmp: fix error in case isatty() fails (#2137584) - utmp-wtmp: handle EINTR gracefully when waiting to write to tty (#2137584) - io-util: document EINTR situation a bit (#2137584) - terminal-util: Set OPOST when setting ONLCR (#2138081) - cgtop: Do not rewrite -P or -k options (#2138081) - test: Add tests for systemd-cgtop args parsing (#2138081) - resolved: remove inappropriate assert() (#2138081) - boot: Add xstrn8_to_16 (#2138081) - boot: Use xstr8_to_16 (#2138081) - boot: Use xstr8_to_16 for path conversion (#2138081) - stub: Fix cmdline handling (#2138081) - stub: Detect empty LoadOptions when run from EFI shell (#2138081) - boot: Use EFI_BOOT_MANAGER_POLICY_PROTOCOL to connect console devices (#2138081) - boot: Make sure all partitions drivers are connected (#2138081) - boot: improve support for qemu (#2138081) - systemd-boot man page: add section for virtual machines (#2138081) - boot: Only do full driver initialization in VMs (#2138081) - dissect: rework DISSECT_IMAGE_ADD_PARTITION_DEVICES + DISSECT_IMAGE_OPEN_PARTITION_DEVICES (#2138081) - ci(Mergify): v252 configuration update (#2138081) - ci: Run GitHub workflows on rhel branches (#2138081) - ci: Drop scorecards workflow, not relevant (#2138081) * Fri Dec 02 2022 systemd maintenance team <systemd-maint@redhat.com> - 252-1 - Rebase to systemd v252 + systemd-stable v252.2 (#2138081) * Fri Dec 02 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-13 - build systemd-boot EFI tools (#2140646) * Thu Aug 25 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-11 - scope: allow unprivileged delegation on scopes (#2120604) - udev/net_id: add "rhel-9.1" naming scheme (#2121144) * Mon Aug 22 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-10 - shared/install: fix crash when reenable is called without --root (#2120222) * Thu Aug 18 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-9 - Revert "shared/install: create relative symlinks for enablement and aliasing" (#2118668) - glyph-util: add new glyphs for up/down arrows (#2118297) - tree-wide: allow ASCII fallback for → in logs (#2118297) - tree-wide: allow ASCII fallback for … in logs (#2118297) - core: allow to set default timeout for devices (#2116681) - man: document DefaultDeviceTimeoutSec= (#2116681) - man: update dbus docs (#2116681) - hwdb: 60-keyboard: Fix volume-button mapping on Asus TF103C (#2087778) - hwdb: CH Pro Pedals not classified correctly due to no buttons (#2087778) - hwdb: Add accel orientation quirk for the GPD Pocket 3 (#2087778) - hostname: Allow overriding the chassis type from hwdb (#2087778) - hwdb: Add Microsoft Surface Pro 1 chassis quirk (#2087778) - hwdb: treat logitech craft keyboard as a keyboard (#2087778) - test: frequency in mouse DPI is optional (#2087778) - hwdb: add two Elecom trackballs (#2087778) - hwdb: add new database file for PDA devices (#2087778) - hwdb: add support for Surface Laptop 2 & 3 (#22303) (#2087778) - hwdb: add HP calculators (#2087778) - hwbd: 60-sensor.hwdb: Add Pipo W2Pro (#2087778) - hwdb: 60-keyboard: Support the buttons on CZC P10T tablet (#2087778) - hwdb: add CST Laser Trackball (#22583) (#2087778) - hwdb: Force release calculator key on all HP OMEN laptops (#2087778) - Add support for NEC VersaPro VG-S (#2087778) - Fix mic mute on Acer TravelMate B311-31 (#22677) (#2087778) - Add AV production controllers to hwdb and add uaccess (#2087778) - hwdb: Add AV production access to Elgado Stream Deck devices (#2087778) - Add HP Elitebook 2760p support (#22766) (#2087778) - hwdb: Add mic mute key mapping for HP Elite x360 (#2087778) - hwdb: fix parser to work with newer pyparsing (#2087778) - hwdb: update for v251 (#2087778) - hwdb: update autosuspend entries (#2087778) - hwdb: drop boilerplate about match patterns being unstable (#2087778) - hwdb: Update 60-keyboard.hwdb (#23074) (#2087778) - hwdb: 60-keyboard: Add Acer Aspire One AO532h keymappings (#2087778) - hwdb 60-keyboard Add HP/Compaq KBR0133 (#2087778) - hwdb: add resolutions for the Vaio FE14 touchpad (#23136) (#2087778) - hwdb: Remap micmute to f20 for ASUS WMI hotkeys (#2087778) - hwdb: Fix rotation for HP Pro Tablet 408 G1 (#2087778) - hwdb: add keyboard mapping for HP ProBook 11G2 (#2087778) - hwdb: make sure "ninja update-hwdb" works on f35 (#2087778) - hwbd: run "update-hwdb" for v251-rc2 (#2087778) - hwdb: run "ninja update-hwdb-autosuspend" for v251-rc2 (#2087778) - Fix orientation detection for Asus Transformer T100TAF, copied T100TA rule (#2087778) - Fix orientation detection for HP Pavilion X2 10-k010nr (#2087778) - fix typo (#2087778) - Adding a description of the keyboard shortcut Fn+F12 for the HP EliteBook 845 G7 device. (#23253) (#2087778) - hwdb: run "update-hwdb" (#2087778) - hwdb: add rammus accelerometer support (#2087778) - Add support to set autosuspend delay via hwdb (#2087778) - Set autosuspend delay for Fibocom LG850-GL (#2087778) - Add HUION Inspiroy H420X to hwdb (#2087778) - hwdb: run 'update-hwdb' for v251-rc3 (#2087778) - hwdb: add touchpad parameters for Lenovo T15g Gen1 (#23373) (#2087778) - hwdb: Add accel orientation for the I15-TG (#2087778) - hwdb: fix accelerometer mount matrix for Aquarius NS483 (#2087778) - hwdb: Add Google Hangouts Meet speakermic (#2087778) - hwdb: update via ninja -C build update-hwdb (#2087778) - hwdb: Add Google Meet speakermic (#2087778) - hwdb: Add accel orientation quirk for the Aya Neo Next (#2087778) - hwdb: Add HP Dev One (#2087778) - hwdb: analyzers: remove generic "STM Device in DFU Mode" (#2087778) - hwdb: Add Lenovo ThinkPad C13 Yoga (#2087778) - Fix automatic screen rotation for Asus Transformer T100TAM (#2087778) - hwdb: Add Acer Aspire A317-33 (#24050) (#2087778) - Add ACCEL_MOUNT_MATRIX for OXP Mini (#2087778) - Added DERE DBook D10 (#24173) (#2087778) - hwdb: analyzers: Clarify the type of devices we want listed (#2087778) - hwdb: Add Greaseweazle "drives" to the list of analyzers (#2087778) - hwdb: Apply existing accel orientation quirk to all Chromebooks (#2087778) * Wed Jul 20 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-8 - core: shorten long unit names that are based on paths and append path hash at the end (#2083493) - tests: add test case for long unit names (#2083493) - tests: reflect that we can now handle devices with very long sysfs paths (#2083493) - test: extend the "hashed" unit names coverage a bit (#2083493) - Revert "kernel-install: also remove modules.builtin.alias.bin" (#2065061) - Revert "kernel-install: prefer /boot over /boot/efi for $BOOT_ROOT" (#2065061) - kernel-install: 50-depmod: port to /bin/sh (#2065061) - kernel-install: 90-loaderentry: port to /bin/sh (#2065061) - kernel-install: fix shellcheck (#2065061) - kernel-install: port to /bin/sh (#2065061) - kernel-install: 90-loaderentry: error out on nonexistent initrds instead of swallowing them quietly (#2065061) - kernel-install: don't pull out KERNEL_IMAGE (#2065061) - kernel-install: prefer /boot over /boot/efi for $BOOT_ROOT (#2065061) - kernel-install: also remove modules.builtin.alias.bin (#2065061) - kernel-install: add new variable $KERNEL_INSTALL_INITRD_GENERATOR (#2065061) - kernel-install: k-i already creates $ENTRY_DIR_ABS, no need to do it again (#2065061) - kernel-install: prefix errors with "Error:", exit immediately (#2065061) - kernel-install: add "$KERNEL_INSTALL_STAGING_AREA" directory (#2065061) - kernel-install: add missing log line (#2065061) - kernel-install: don't try to persist used machine ID locally (#2065061) - kernel-install: add a new $ENTRY_TOKEN variable for naming boot entries (#2065061) - kernel-install: only generate systemd.boot_id= in kernel command line if used for naming the boot loader spec files/dirs (#2065061) - kernel-install: search harder for kernel image/initrd drop-in dir (#2065061) - kernel-install: add new "inspect" verb, showing paths and parameters we discovered (#2065061) - ci(Mergify): configuration update (#2087652) - ci(Mergify): fix copy&paste bug (#2087652) - shared: Fix memory leak in bus_append_execute_property() (#2087652) - fuzz: no longer skip empty files (#2087652) - networkctl: open the bus just once (#2087652) - json: align table (#2087652) - fuzz-json: optionally allow logging and output (#2087652) - shared/json: reduce scope of variables (#2087652) - fuzz-json: also do sorting and normalizing and other easy calls (#2087652) - shared/json: wrap long comments (#2087652) - shared/json: fix memory leak on failed normalization (#2087652) - shared/json: add helper to ref first, unref second (#2087652) - basic/alloc-util: remove unnecessary parens (#2087652) - fuzz-json: also try self-merge operations (#2087652) - shared/json: fix another memleak in normalization (#2087652) - shared/json: fix memleak in sort (#2087652) - execute: fix resource leak (#2087652) - tests: ignore dbus-broker-launcher (#2087652) - core/timer: fix memleak (#2087652) - timedatectl: fix a memory leak (#2087652) - test: fix file descriptor leak in test-psi-util (#2087652) - test: fix file descriptor leak in test-tmpfiles.c (#2087652) - test: fix file descriptor leak in test-fs-util (#2087652) - test: fix file descriptor leak in test-oomd-util (#2087652) - test: fix file descriptor leak in test-catalog (#2087652) - test: make masking of supplementary services configurable (#2087652) - test: fuzz our dbus interfaces with dfuzzer (#2087652) - test: skip TEST-21-DFUZZER without ASan (#2087652) - core: annotate Reexecute() as NoReply (#2087652) - test: always force a new image for dfuzzer (#2087652) - test: make dfuzzer less verbose (#2087652) - test: drop the at_exit() coredump check (#2087652) - test: make the shutdown routine a bit more "robust" (#2087652) - tree-wide: drop manually-crafted message for missing variables (#2087652) - test: allow overriding $QEMU_MEM when running w/ ASan (#2087652) - test: don't test buses we don't ship (#2087652) - shutdown: get only active md arrays. (#2047682) - bus: Use OrderedSet for introspection (#2068131) - logind-session-dbus: allow to set display name via dbus (#2100340) - ci: limit which env variables we pass through `sudo` (#2087652) - ci(Mergify): Add `ci-waived` logic (#2087652) - json: use unsigned for refernce counter (#2087652) - macro: check over flow in reference counter (#2087652) - sd-bus: fix reference counter to be incremented (#2087652) - sd-bus: introduce ref/unref function for track_item (#2087652) - sd-bus: do not read unused value (#2087652) - sd-bus: do not return negative errno when unknown name is specified (#2087652) - sd-bus: use hashmap_contains() and drop unnecessary cast (#2087652) - test: shorten code a bit (#2087652) - test: add several tests for track item (#2087652) - core/slice: make slice_freezer_action() return 0 if freezing state is unchanged (#2087652) - core/unit: fix use-after-free (#2087652) - core/timer: fix potential use-after-free (#2087652) - core: command argument can be longer than PATH_MAX (#2073994) - shared/install: consistently use 'lp' as the name for the LookupPaths instance (#2082131) - shared/specifier: treat NULL the same as "" (#2082131) - shared/install: do not print aliases longer than UNIT_NAME_MAX (#2082131) - shared/install-printf: drop now-unused install_path_printf() (#2082131) - strv: declare iterator of FOREACH_STRING() in the loop (#2082131) - basic/unit-file: split out the subroutine for symlink verification (#2082131) - basic/stat-util: add null_or_empty_path_with_root() (#2082131) - shared/install: reuse the standard symlink verification subroutine (#2082131) - shared/install: add a bit more quoting (#2082131) - test: add test for systemctl link & enable (#2082131) - tests: add helper for creating tempfiles with content (#2082131) - man: clarify the descriptions of aliases and linked unit files (#2082131) - basic: add new variable $SYSTEMD_OS_RELEASE to override location of os-release (#2082131) - test-os-util: add basic tests for os-release parsing (#2082131) - basic/env-file: make load-env-file deduplicate entries with the same key (#2082131) - man/os-release: add a note about repeating entries (#2082131) - shared/specifier: clarify and add test for missing data (#2082131) - shared/specifier: provide proper error messages when specifiers fail to read files (#2082131) - shared/install: provide proper error messages when invalid specifiers are used (#2082131) - shared/install: move scope into InstallContext (#2082131) - shared/specifier: fix %u/%U/%g/%G when called as unprivileged user (#2082131) - shared/install: simplify unit_file_dump_changes() (#2082131) - shared/install: propagate errors about invalid aliases and such too (#2082131) - shared/install: return failure when enablement fails, but process as much as possible (#2082131) - systemctl: fix silent failure when --root is not found (#2082131) - shared/install: also check for self-aliases during installation and ignore them (#2082131) - docs: Correct WantedBy= regarding template units (#2082131) - man: fix invalid description of template handling in WantedBy= (#2082131) - shared/install: drop unnecessary casts (#2082131) - strv: make iterator in STRV_FOREACH() declaread in the loop (#2082131) - core: ExecContext::restrict_filesystems is set of string (#2082131) - install: when linking a file, create the link first or abort (#2082131) - shared/install: split unit_file_{disable,enable}() so _reenable doesn't do setup twice (#2082131) - shared/install: fix reenable on linked unit files (#2082131) - test-systemctl-enable: extend the test for repeated WantedBy/RequiredBy (#2082131) - shared/install: when we fail to chase a symlink, show some logs (#2082131) - shared/install: do not try to resolve symlinks outside of root directory (#2082131) - test-systemctl-enable: enhance the test for unit file linking (#2082131) - shared/install: skip unnecessary chasing of symlinks in disable (#2082131) - shared/install: also remove symlinks like .wants/foo@one.service → ../foo@one.service (#2082131) - shared/install: create relative symlinks for enablement and aliasing (#2082131) - shared/install: when looking for symlinks in .wants/.requires, ignore symlink target (#2082131) - shared/install: stop passing duplicate root argument to install_name_printf() (#2082131) - basic/unit-file: reverse negative conditional (#2082131) - shared/install: split UNIT_FILE_SYMLINK into two states (#2082131) - shared/install: fix handling of a linked unit file (#2082131) - test-systemctl-enable: make shellcheck happy (#2082131) - shared/install: when creating symlinks, accept different but equivalent symlinks (#2082131) - test-systemctl-enable: use magic syntax to allow inverted tests (#2082131) - test-systemctl-enable: also use freshly-built systemd-id128 (#2082131) - test-systemctl-enable: disable the test for %a for now (#2082131) - Rename UnitFileScope to LookupScope (#2082131) - core: handle lookup paths being symlinks (#2082131) - shared/install: use correct cleanup function (#2082131) - udev/net_id: avoid slot based names only for single function devices (#2073003) - test: import logind test from debian/ubuntu test suite (#2087652) - test: drop redundant IMAGE_NAME= (#2087652) - test: import timedated test from debian/ubuntu test suite (#2087652) - test: introduce assert_not_in() helper function (#2087652) - test: drop unnecessary --no-pager option (#2087652) - test: support debian/ubuntu specific timezone config file (#2087652) - test: import hostnamed tests from debian/ubuntu test suite (#2087652) - locale-util: fix memleak on failure (#2087652) - locale-util: check if enumerated locales are valid (#2087652) - locale-util: align locale entries (#2087652) - core: inline an iterator variable (#2087652) - locale-setup: merge locale handling in PID1 and localed (#2087652) - locale: rename keymap-util.[ch] -> localed-util.[ch] (#2087652) - test: add one more path to search keymaps (#2087652) - test: introduce inst_recursive() helper function (#2087652) - hmac/sha256: move size define to sha256.h (#2087652) - tpm2: support policies with PIN (#2087652) - cryptenroll: add support for TPM2 pin (#2087652) - cryptsetup: add support for TPM2 pin (#2087652) - cryptsetup: add libcryptsetup TPM2 PIN support (#2087652) - cryptenroll: add TPM2 PIN documentation (#2087652) - cryptsetup: add manual TPM2 PIN configuration (#2087652) - cryptenroll: add tests for TPM2 unlocking (#2087652) - env-util: replace unsetenv_erase() by new getenv_steal_erase() helper (#2087652) - test: install libxkbcommon and x11 keymaps (#2087652) - test: install C.UTF-8 and English locales (#2087652) - test: import localed tests from debian/ubuntu test suite (#2087652) - unit: check for mount rate limiting before checking active state (#2087652) - tests: make sure we delay running mount start jobs when /p/s/mountinfo is rate limited (#2087652) - test: insert space in for loop (#2087652) - test: move "do" at the end of line (#2087652) - test: use trap RETURN (#2087652) - test: ignore the error about our own libraries missing during image creation (#2087652) - test: wrap binaries using systemd DSOs when running w/ ASan (#2087652) - test: set $ASAN_RT_PATH along with $LD_PRELOAD to the ASan runtime DSO (#2087652) - test: drop all LD_PRELOAD-related ASan workarounds (#2087652) - test: don't wrap binaries built with ASan (#2087652) - test: send stdout/stderr of testsuite units to journal & console (#2087652) - test: make the busy loop in TEST-02 less verbose (#2087652) - test: always wrap useradd/userdel when running w/ ASan (#2087652) - test: don't flush debug logs to the console (#2087652) - test: fix a couple of issues found by shellcheck (#2087652) - test: pass the initdir to check_result_{qemu,nspawn} hooks (#2087652) - test: run the custom check hooks before common checks (#2087652) - test: check journal directly instead of capturing console output (#2087652) - test: use saved process PID instead of % (#2087652) - test: account for ADDR_NO_RANDOMIZE if it's set (#2087652) - fuzz-bcd: silence warning about always-true comparison (#2087652) - test: disable test_ntp on RHEL (#2087652) - core: do not filter out systemd.unit= and run-level specifier from kernel command line (#2087652) - test: add a simple test for daemon-reexec (#2087652) - test: install /usr/libexec/vi as well (#2087652) - test: resize the terminal automagically with INTERACTIVE_DEBUG=yes (#2087652) - test: create an ASan wrapper for `getent` and `su` (#2087652) - test: mark partition bootable (#2087652) - test: bump the data partition size if we don't strip binaries (#2087652) - test: use PBKDF2 with capped iterations instead of Argon2 (#2087652) - locale: drop unnecessary allocation (#2087652) * Wed Apr 20 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-7 - test: check systemd RPM macros (#2017035) - test: do not assume x86-64 arch in TEST-58-REPART (#2017035) - tests: add repart tests for block devices with 1024, 2048, 4096 byte sector sizes (#2017035) - test: accept both unpadded and padded partition sizes (#2017035) - test: lvm 2.03.15 dropped the static autoactivation (#2017035) - test: accept GC'ed units in newer LVM (#2017035) - shared: Add more dlopen() tests (#2017035) - systemctl: Show how long a service ran for after it exited in status output (#2017035) - time-util: introduce TIMESTAMP_UNIX (#2017035) - systemctl,man: update docs for `--timestamp=` (#2017035) - systemctl: make `--timestamp=` affect the `show` verb as well (#2017035) - tests: allow running all the services with SYSTEMD_LOG_LEVEL (#2017035) - coredump: raise the coredump save size on 64bit systems to 32G (and lower it to 1G on 32bit systems) (#2017035) - repart: fix sector size handling (#2017035) - mkdir: allow to create directory whose path contains symlink (#2017035) - mkdir: CHASE_NONEXISTENT cannot used in chase_symlinks_and_stat() (#2017035) - meson: move efi file lists closer to where they are used (#2017035) - meson: move efi summary() section to src/boot/efi (#2017035) - meson: report SBAT settings (#2017035) - boot: Build BCD parser only on arches supported by Windows (#2017035) - meson: Remove efi-cc option (#2017035) - meson: Get objcopy location from compiler (#2017035) - meson: Use files() for source lists for boot and fundamental (#2017035) - meson: Use files() for tests (#2017035) - tests: add fuzz-bcd (#2017035) - meson: Use files() for fuzzers (#2017035) - meson: Add check argument to remaining run_command() calls (#2017035) - meson: Use echo to list files (#2017035) - test: add a test for mkdir_p() (#2017035) - util: another set of CVE-2021-4034 assert()s (#2017035) - basic: update CIFS magic (#2017035) - shared: be extra paranoid and check if argc > 0 (#2017035) - core: check if argc > 0 and argv[0] is set (#2017035) - core: check argc/argv uncoditionally (#2017035) - test: temporary workaround for #21819 (#2017035) - test: don't leak local variable to outer scopes (#2017035) - tree-wide: don't use strjoina() on getenv() values (#2017035) - man: clarify Environmentfile format (#2017035) - test-load-fragment: add a basic test for config_parse_unit_env_file() (#2017035) - core/execute: use _cleanup_ in exec_context_load_environment() (#2017035) - test-env-file: add tests for quoting in env files (#2017035) * Wed Feb 23 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-4 - udev/net-setup-link: change the default MACAddressPolicy to "none" (#2009237) - man: mention System Administrator's Guide in systemctl manpage (#1982596) - Net naming scheme for RHEL-9.0 (#2052106) - core: decrease log level of messages about use of KillMode=none (#2013213) - ci: replace apt-key with signed-by (#2013213) - ci: fix clang-13 installation (#2013213) * Tue Feb 08 2022 systemd maintenance team <systemd-maint@redhat.com> - 250-3 - Treat EPERM as "not available" too (#2017035) - test: copy portable profiles into the image if they don't exist there (#2017035) - test: introduce `get_cgroup_hierarchy() helper (#2047768) - test: require unified cgroup hierarchy for TEST-56 (#2047768) - tests: rework test macros to not take code as parameters (#2017035) - test: allow to set NULL to intro or outro (#2017035) * Tue Feb 01 2022 Michal Sekletar <msekleta@redhat.com> - 250-2 - spec: make sure version string starts with version number (#2049054) * Mon Jan 31 2022 Jan Macku <jamacku@redhat.com> - 250-1 - Rebase to v250 (#2047768) * Thu Nov 18 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-9 - test: don't install test-network-generator-conversion.sh w/o networkd (#2017035) - meson.build: change operator combining bools from + to and (#2017035) - openssl-util: use EVP API to get RSA bits (#2016042) - procfs-util: fix confusion wrt. quantity limit and maximum value (#2017035) - test-process-util: also add EROFS to the list of "good" errors (#2017035) - ci: use C9S chroots in Packit (#2017035) - test-mountpointutil-util: do not assert in test_mnt_id() (#2017035) - core/mount: add implicit unit dependencies even if when mount unit is generated from /proc/self/mountinfo (#2019468) - Drop Patch9001 - https://github.com/systemd/systemd/pull/17050 - Replaced by Patch0046 * Tue Oct 12 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-8 - Really don't enable systemd-journald-audit.socket (#1973856) - rules: add elevator= kernel command line parameter (#2003002) - boot: don't build bootctl when -Dgnu-efi=false is set (#2003130) - unit: install the systemd-bless-boot.service only if we have gnu-efi (#2003130) - units: don't enable tmp.mount statically in local-fs.target (#2000927) - pid1: bump DefaultTasksMax to 80% of the kernel pid.max value (#2003031) - sd-device: introduce device_has_devlink() (#2005024) - udev-node: split out permission handling from udev_node_add() (#2005024) - udev-node: stack directory must exist when adding device node symlink (#2005024) - udev-node: save information about device node and priority in symlink (#2005024) - udev-node: always update timestamp of stack directory (#2005024) - udev-node: assume no new claim to a symlink if /run/udev/links is not updated (#2005024) - udev-node: always atomically create symlink to device node (#2005024) - udev-node: check stack directory change even if devlink is removed (#2005024) - udev-node: shorten code a bit and update log message (#2005024) - udev-node: add random delay on conflict in updating device node symlink (#2005024) - udev-node: drop redundant trial of devlink creation (#2005024) - udev-node: simplify the example of race (#2005024) - udev-node: do not ignore unexpected errors on removing symlink in stack directory (#2005024) - basic/time-util: introduce FORMAT_TIMESPAN (#2005024) - udev/net-setup-link: change the default MACAddressPolicy to "none" (#2009237) - set core ulimit to 0 like on RHEL-7 (#1998509) * Fri Aug 20 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-4 - Revert "udev: remove WAIT_FOR key" (#1982666) * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Aug 06 2021 systemd maintenance team <systemd-maint@redhat.com> - 249-2 - basic/unit-name: do not use strdupa() on a path (#1984299) - basic/unit-name: adjust comments (#1984299) - tmpfiles: don't create resolv.conf -> stub-resolv.conf symlink (#1989472) - Copy 40-redhat.rules from RHEL-8 (#1978639) - Avoid /tmp being mounted as tmpfs without the user's will (#1959826) - unit: don't add Requires for tmp.mount (#1619292) - units: add [Install] section to tmp.mount (#1959826) - rc-local: order after network-online.target (#1954429) - ci: drop CIs irrelevant for downstream (#1960703) - ci: reconfigure Packit for RHEL 9 (#1960703) - ci: run unit tests on z-stream branches as well (#1960703) - Check return value of pam_get_item/pam_get_data functions (#1973210) - random-util: increase random seed size to 1024 (#1982603) - journal: don't enable systemd-journald-audit.socket by default (#1973856) - journald.conf: don't touch current audit settings (#1973856) * Mon Jul 12 2021 <msekleta@redhat.com> - 249-1 - Rebase to v249 (#1981276) * Thu Jun 17 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-7 - core: allow omitting second part of LoadCredentials= argument (#1949568) * Tue Jun 15 2021 Mohan Boddu <mboddu@redhat.com> - 248-6 - Rebuilt for RHEL 9 BETA for openssl 3.0 (#1971065) * Mon May 17 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-5 - Revert "rfkill: fix the format string to prevent compilation error" (#1931710) - Revert "rfkill: don't compare values of different signedness" (#1931710) - rfkill: add some casts to silence -Werror=sign-compare (#1931710) * Fri May 14 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-4 - logind: set RemoveIPC to false by default (#1959836) * Fri May 14 2021 systemd maintenance team <systemd-maint@redhat.com> - 248-3 - rfkill: don't compare values of different signedness (#1931710) - rfkill: fix the format string to prevent compilation error (#1931710) * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Wed Mar 31 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248-1 - Latest upstream release, see https://github.com/systemd/systemd/blob/v248/NEWS. - The changes since -rc4 are rather small, various fixes all over the place. A fix to how systemd-oomd selects a candidate to kill, and more debug logging to make this more transparent. * Tue Mar 30 2021 Anita Zhang <the.anitazha@gmail.com> - 248~rc4-6 - Increase oomd user memory pressure limit to 50% (#1941170) * Fri Mar 26 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-5 - Do not preset systemd-networkd.service and systemd-networkd-wait-online.service on upgrades from before systemd-networkd was split out (#1943263) - In nsswitch.conf, move nss-myhostname to the front, before nss-mdns4 (#1943199) * Wed Mar 24 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-4 - Revert patch that seems to cause problems with dns resolution (see comments on https://bodhi.fedoraproject.org/updates/FEDORA-2021-1c1a870ceb) * Mon Mar 22 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc4-3 - Fix hang when processing timers during DST switch in Europe/Dublin timezone (#1941335) - Fix returning combined IPv4/IPv6 responses from systemd-resolved cache (#1940715) (But note that the disablement of caching added previously is retained until we can do more testing.) - Minor fix to interface naming by udev - Fix for systemd-repart --size * Fri Mar 19 2021 Adam Williamson <awilliam@redhat.com> - 248~rc4-2 - Disable resolved cache via config snippet (#1940715) * Thu Mar 18 2021 Yu Watanabe <yuwatana@redhat.com> - 248~rc4-1 - Latest upstream prelease, see https://github.com/systemd/systemd/blob/v248-rc4/NEWS. - A bunch of documentation updates, correctness fixes, and systemd-networkd features. - Resolves #1933137, #1935084, #1933873, #1931181, #1933335, #1935062, #1927148. * Tue Mar 16 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-8 - Drop the resolved cache disablement config snippet * Tue Mar 16 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-7 - Backport PR #19009 to fix CNAME redirect resolving some more (#1933433) * Fri Mar 12 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-6 - Disable resolved cache via config snippet (#1933433) * Thu Mar 11 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-5 - Fix crash in pid1 during daemon-reexec (#1931034) * Fri Mar 05 2021 Adam Williamson <awilliam@redhat.com> - 248~rc2-3 - Fix stub resolver CNAME chain resolving (#1933433) * Mon Mar 01 2021 Josh Boyer <jwboyer@fedoraproject.org> - 248~rc2-2 - Don't set the fallback hostname to Fedora on non-Fedora OSes * Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc2-1 - Latest upstream prelease, just a bunch of small fixes. - Fixes #1931957. * Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-2 - Rebuild with the newest scriptlets * Tue Feb 23 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248~rc1-1 - Latest upstream prerelease, see https://github.com/systemd/systemd/blob/v248-rc1/NEWS. - Fixes #1614751 by only restarting services at the end of transcation. Various packages need to be rebuilt to have the updated macros. - Fixes #1879028, though probably not completely. - Fixes #1925805, #1928235. * Wed Feb 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 247.3-3 - Increase oomd user memory pressure limit to 10% (#1929856)
/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/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/05 /usr/lib/.build-id/05/639135452b52f82f79231ae9c30545ae51451e /usr/lib/.build-id/08 /usr/lib/.build-id/08/b7d10681df3df3dc9b06773865de3cb300cffc /usr/lib/.build-id/11 /usr/lib/.build-id/11/fa78c403bba247fb38ec86cb348a0604d15b95 /usr/lib/.build-id/16 /usr/lib/.build-id/16/918524e9fbb00b70233b66f97b9e7acb9ad1da /usr/lib/.build-id/1f /usr/lib/.build-id/1f/1e6318879db19c042c807438e290a24db5ab06 /usr/lib/.build-id/20 /usr/lib/.build-id/20/26137d526b72179ec3f3ce391a8da389396bd0 /usr/lib/.build-id/22 /usr/lib/.build-id/22/cf618fb18ba19a4d7f13996b221fd7b55045d2 /usr/lib/.build-id/2d /usr/lib/.build-id/2d/9f0e2c4c99928677e4d6afe2577720c8981507 /usr/lib/.build-id/2d/a831d796bc66c6d50de922db6d503a3a120b75 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/1ed7eb21bc8091263e46b73eda4369b6bf37db /usr/lib/.build-id/32 /usr/lib/.build-id/32/4d0b5f6155163f40ef2792b67ad489dd05920c /usr/lib/.build-id/33 /usr/lib/.build-id/33/e80d5fc16139802e66dcbee99ec3bb82329726 /usr/lib/.build-id/33/ebd7612731a05cbba325383bf8dafd60ab8062 /usr/lib/.build-id/3b /usr/lib/.build-id/3b/fdf6d5d54bf5843f1cc4af360e6ec4025f1819 /usr/lib/.build-id/42 /usr/lib/.build-id/42/ea47f5a3d531196fd34fdc6e1766e7c788b0f2 /usr/lib/.build-id/44 /usr/lib/.build-id/44/19b8f951b3e9098baa9b6e7a2ad5a11bbcb1b0 /usr/lib/.build-id/47 /usr/lib/.build-id/47/40b9c53370aed40ceac7d6b3bb602011ca0af0 /usr/lib/.build-id/4e /usr/lib/.build-id/4e/83b3478e0b0d5c9bebb4dc97c5eb46b193c92c /usr/lib/.build-id/5a /usr/lib/.build-id/5a/551aa6cc774508d7e8e0e6915eac2916bffe80 /usr/lib/.build-id/5e /usr/lib/.build-id/5e/37eb1d9d1f5b07bdb84e237f0f578117ee75bc /usr/lib/.build-id/61 /usr/lib/.build-id/61/04c05950fff86f2d54e19e468bcbad082954e1 /usr/lib/.build-id/65 /usr/lib/.build-id/65/9e4f113cc7ba707be87513c6e8f32142d465bc /usr/lib/.build-id/6c /usr/lib/.build-id/6c/175efa4184ed02776caaca26902df4dd5cf0df /usr/lib/.build-id/6e /usr/lib/.build-id/6e/39135796909eeb8560fc9270e7febd9f3be65c /usr/lib/.build-id/77 /usr/lib/.build-id/77/c4482fb38a13ca53d2cb54040a8253527cd448 /usr/lib/.build-id/7c /usr/lib/.build-id/7c/758372818ce4391b32eed0aae068a2bd6e1c45 /usr/lib/.build-id/7c/a632571681c870394de2c96fffb845ee6fdb56 /usr/lib/.build-id/7d /usr/lib/.build-id/7d/3a24d73d58234049dc708058169b1d682ee790 /usr/lib/.build-id/8d /usr/lib/.build-id/8d/e824ccfa5196718bd6c447ed2d6aadebd77882 /usr/lib/.build-id/8e /usr/lib/.build-id/8e/982c8eefb1eed40ccd63a0921f05641b2f9cf5 /usr/lib/.build-id/97 /usr/lib/.build-id/97/76ef1c97f107e52415ee1cc3449c565135d868 /usr/lib/.build-id/97/a73aa5a56d603629dc8ce5a25168b48a5ee445 /usr/lib/.build-id/98 /usr/lib/.build-id/98/e89f4b36657395caebf12f7943658a01983964 /usr/lib/.build-id/9a /usr/lib/.build-id/9a/0fe4359c8f8e15f01409554fda7c4dda547369 /usr/lib/.build-id/9a/65cb19cfa31762be4613f6cc26f1cedc101fbf /usr/lib/.build-id/9a/b11f04057aa3c2d7ad3e575a0e5389f635cecd /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/995bc9a4d2f263dcc257666f9b8898b7156d48 /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/744d8a94f993b7705352ab4724cb040aadb5d8 /usr/lib/.build-id/aa /usr/lib/.build-id/aa/aadd577a7896659b754f5d8b0e2a3d2d86104a /usr/lib/.build-id/ab /usr/lib/.build-id/ab/864c5577ecf53b1cd720b195e480c163555997 /usr/lib/.build-id/ad /usr/lib/.build-id/ad/3eb9366c507eeffddb0ceb95918a885c5e0a0b /usr/lib/.build-id/ad/59ec56e1ad4c5fa56c3b5e3da9d5987d283250 /usr/lib/.build-id/b0 /usr/lib/.build-id/b0/ac4a92c012fe0cf82fc32fbf79cc6f1be0fb79 /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/7de92f2b9343f13dc197e5e442227b1f9a1a2e /usr/lib/.build-id/b9 /usr/lib/.build-id/b9/c637369cbdeb12648fa71333b28b1eba7b0820 /usr/lib/.build-id/bc /usr/lib/.build-id/bc/7ac9d7ddf0c0c4c2ad05ac535bd8353edd1d16 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/951ce08d98e0e96fba5df821a56bc687bd6660 /usr/lib/.build-id/bd/c489d59f6099a7e011ec68ab57f582bb6171b8 /usr/lib/.build-id/be /usr/lib/.build-id/be/9aca77a1cfafef9b34ae774e1175297f9d61a2 /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/dce044f64349bd452ee2b691792ac580ddfc2b /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/8f9db63ffec8cf5a72d2cea292da7225447231 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/312a7139c96f650beac1e3dc814567f4c3bafe /usr/lib/.build-id/d2/6ee5effd8f7e1070ef241f9b3cd4b535921699 /usr/lib/.build-id/d7 /usr/lib/.build-id/d7/ac287cc81cd801cb0f08c798da1bc669204ffe /usr/lib/.build-id/dc /usr/lib/.build-id/dc/b4eac3036d4716befd5796aac7f2152c9578b7 /usr/lib/.build-id/de /usr/lib/.build-id/de/647de849a780fda1c046a62ba67254bc3aecca /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/7efeade95cf3bbfa25ce530adc381da1976653 /usr/lib/.build-id/eb /usr/lib/.build-id/eb/574f8efa67f1ec1e5631c7b86daebe85fd5739 /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/f2ec28d8871d0b8b68bb2333392200aff2f4b1 /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/7314d77a96c804b830fad82404078bb2366e5a /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/5f3905c07a01754c94d7bfe46c6cc19a32bce9 /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/2db2ba5599360a95fb7180ed7f83f26454055b /usr/lib/.build-id/fd /usr/lib/.build-id/fd/63142ae90c34a987cdabc232de84905fee86e5 /usr/lib/.build-id/fe /usr/lib/.build-id/fe/b67c02934003cfac3cfac76303c540876c3313 /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-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-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/sysusers.d/systemd-oom.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/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-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 Aug 9 19:33:20 2023