| Name: | systemd |
|---|---|
| Version: | 239 |
| Release: | 82.0.6.el8_10.8 |
| Architecture: | i686 |
| Group: | Unspecified |
| Size: | 11092920 |
| License: | LGPLv2+ and MIT and GPLv2+ |
| RPM: | systemd-239-82.0.6.el8_10.8.i686.rpm |
| Source RPM: | systemd-239-82.0.6.el8_10.8.src.rpm |
| Build Date: | Tue Nov 04 2025 |
| Build Host: | build-ol8-i386.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.freedesktop.org/wiki/Software/systemd |
| Summary: | System and Service Manager |
| Description: | 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. |
- Fix leak of old devlink device units on lvm rename [Orabug: 38491067] - Stash the dbus subscriber list when we disconnect from the bus [Orabug: 38028720] - Drop systemd-nspawn delay on failing to reset loginuid [Orabug: 37782633] - coredump: use %d in kernel core pattern - CVE-2025-4598 - Fixes podman quadlet doesn't work in rootless mode [Orabug: 36076771] - Drastically simplify caching of cgroups members mask - drop IN_ATTRIB from parent directory inotify watches [Orabug: 36780432] - Udevd: add an extra configurable timeout before udevd kills workers [Orabug: 36424686] - Fixed deletion issue for symlink when device is opened [Orabug: 36228608] - Fix local-fs and remote-fs targets during system boot (replaces old Orabug: 25897792) [Orabug: 35871376] - 1A) Add "systemd-fstab-generator-reload-targets.service" file [Orabug: 35871376] - 1B) Add required rpms for correct kickstart/systemd functionality within systemd.spec [Orabug: 35871376] - 1C) Important: Review 1902-systemd-fstab-generator-reload-targets.patch for important build details/steps [Orabug: 35871376] - Prevent duplicate uuid device to replace existing one in udev [Orabug: 35987487] - Backport upstream pstore dmesg fix [Orabug: 34850699] - mount: flush out cycle state on DEAD->MOUNTED only, not the other way round [Orabug: 35454661] - core/mount: adjust deserialized state based on /proc/self/mountinfo [Orabug: 35454661] - Prevent duplicate label to replace exsisting one in udev [Orabug: 34898273] - Oracle-Redhat Errata ELSA-2023:3837 CVE-2023-26604 OLERRATA-43629 - Detect podman as separate container type [Orabug: 31922204] - improve container detection logic [Orabug: 31922204] - mount: flush out cycle state on DEAD->MOUNTED only, not the other way round [Orabug: 35454661] - core/mount: adjust deserialized state based on /proc/self/mountinfo [Orabug: 35454661] - Prevent duplicate label to replace existing one in udev [Orabug: 34898273] - Standardize ioctl (BTRFS_IOC_QGROUP_CREATE) check and return -ENOTCONN, if quota is not enabled [Orabug: 34694253] - Disable unprivileged BPF by default [Orabug: 32870980] - udev rules: fix memory hot add and remove [Orabug: 31310273] - fix to enable systemd-pstore.service [Orabug: 30951066] - journal: change support URL shown in the catalog entries [Orabug: 30853009] - set "RemoveIPC=no" in logind.conf as default for OL7.2 [Orabug: 22224874] - allow dm remove ioctl to co-operate with UEK3 (Vaughan Cao) [Orabug: 18467469] - Backport upstream patches for the new systemd-pstore tool (Eric DeVolder) [OraBug: 30230056] - Removed unneeded patches (Already provided upstream or not required) - 1902-Fix-missing-netdev-for-iscsi-entry-in-fstab.patch [Orabug: 25897792] - 2002-orabug31420486-pstore-introduce-tmpfiles.d-systemd-pstore.conf.patch [Orabug: 31420486] - 2009-login-add-a-missing-error-check-for-session_set_lead.patch (#2158167) - 2010-logind-reset-session-leader-if-we-know-for-a-fact-th.patch (#2158167) - 2011-sulogin-fix-control-lost-of-the-current-terminal-whe.patch (#2227769) - systemd.spec: prevent 'myhostname' from being appended on upgrade (#2187761) (#2227769) - Updated mod_nss() and readlink /etc/nsswitch.conf sections (#2187761) - systemd.spec: mod_nss() and readlink /etc/nsswitch.conf sections (#2187761)
- test-execute: let's ignore the difference between CLD_KILLED and CLD_DUMPED (RHEL-108744) - test-execute: turn off coredump generation in test services (RHEL-108744) - test: introduce TEST-53-TIMER (RHEL-108744) - test: restarting elapsed timer shouldn't trigger the corresponding service (RHEL-108744) - test: check the next elapse timer timestamp after deserialization (RHEL-108744) - timer: don't run service immediately after restart of a timer (RHEL-108744) - Revert "test: extend testcase to ensure controller membership doesn't regress" (RHEL-9322)
- cgroup-util: add mask definitions for sets of controllers supported by cgroupsv1 vs. cgroupsv2 (RHEL-9322) - cgroup: dump delegation mask too (RHEL-9322) - cgroup: units that aren't loaded properly should not result in cgroup controllers being pulled in (RHEL-9322) - cgroup: be more careful with which controllers we can enable/disable on a cgroup (RHEL-9322) - cgroup: extend reasons when we realize the enable mask (RHEL-9322) - cgroup: drastically simplify caching of cgroups members mask (RHEL-9322) - cgroup: when we unload a unit, also update all its parent's members mask (RHEL-9322) - test: extend testcase to ensure controller membership doesn't regress (RHEL-9322)
- dbus: stash the subscriber list when we disconenct from the bus (RHEL-75081) - manager: s/deserialized_subscribed/subscribed_as_strv (RHEL-75081) - bus-util: do not reset the count returned by sd_bus_track_count_name() (RHEL-75081) - core: do not disconnect from bus when failed to install signal match (RHEL-75081) - sd-bus/bus-track: use install_callback in sd_bus_track_add_name() (RHEL-75081) - core/manager: restore bus track deserialization cleanup in manager_reload() (RHEL-75081) - core/manager: drop duplicate bus track deserialization (RHEL-75081)
- man: be even clearer that tmpfiles user/group/mode are applied on existing inodes (RHEL-77145) - Revert "man: fix description of --force in halt(8) (#7392)" (RHEL-81056) - man: explicitly document that "reboot -f" is different from "systemctl reboot -f" (RHEL-81056)
- core: fix member access within null pointer (RHEL-76308)
- ci: update actions/upload-artifact to `v4` (RHEL-32494) - ci: drop unused variable (RHEL-32494) - core: add possibility to not track certain unit types (RHEL-5877) - logind: don't setup idle session watch for lock-screen and greeter (RHEL-19215) - logind: tighten for which classes of sessions we do stop-on-idle (RHEL-19215) - ci: point C8S containers to the Vault (RHEL-1087)
- spec: do not create symlink /etc/systemd/system/syslog.service (RHEL-13179)
- pid1: by default make user units inherit their umask from the user manager (RHEL-28048) - pam: add call to pam_umask (RHEL-28048) - ci: deploy systemd man to GitHub Pages (RHEL-32494) - ci(src-git): update list of supported products (RHEL-32494)
- ci: add configuration for regression sniffer GA (RHEL-1087) - coredump: actually store parsed unit in the context (RHEL-18302) - resolved: limit the number of signature validations in a transaction (RHEL-26644) - resolved: reduce the maximum nsec3 iterations to 100 (RHEL-26644)