Name: | systemd |
---|---|
Version: | 250 |
Release: | 6.0.2.el9_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 13783849 |
License: | LGPLv2+ and MIT and GPLv2+ |
RPM: | systemd-250-6.0.2.el9_0.x86_64.rpm |
Source RPM: | systemd-250-6.0.2.el9_0.src.rpm |
Build Date: | Thu Aug 11 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://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. |
- pid1: several fixlets for device handling [Orabug: 34272490]
- Remove upstream references [Orabug: 33995357] - Disable unprivileged BPF by default [Orabug: 32870980] - udev rules: fix memory hot add and remove [Orabug: 31310273] - fix _netdev is missing for iscsi entry in /etc/fstab (tony.l.lam@oracle.com) [Orabug: 25897792] - 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] - add hv dynamic memory support (Jerry Snitselaar) [Orabug: 18621475]
- udev/net_id: avoid slot based names only for single function devices (#2070097)
- 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) - bus: Use OrderedSet for introspection (#2066325)
- 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)
- 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)
- spec: make sure version string starts with version number (#2049054)
- Rebase to v250 (#2047768)
- 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
- 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)