Tags: lnykryn/systemd-rhel
Tags
Revert "core: one step back again, for nspawn we actually can't wait … …for cgroups running empty since systemd will get exactly zero notifications about it" This reverts commit 743970d. RHEL-only https://bugzilla.redhat.com/show_bug.cgi?id=1141137 systemd/systemd#350 Resolves: #1705379
include sys/sysmacros.h in more places Since glibc is moving away from implicitly including sys/sysmacros.h all the time via sys/types.h, include the header directly in more places. This seems to cover most makedev/major/minor usage. (cherry picked from commit 27d13af) Resolves: #1694605
Revert "core: one step back again, for nspawn we actually can't wait … …for cgroups running empty since systemd will get exactly zero notifications about it" This reverts commit 743970d. RHEL-only https://bugzilla.redhat.com/show_bug.cgi?id=1141137 systemd/systemd#350 Resolves: #1703485
shutdown: in_container was used before its definition RHEL-only Resolves: #1693716
shutdown: in_container was used before its definition RHEL-only Resolves: #1693716
sd-bus: if we receive an invalid dbus message, ignore and proceeed dbus-daemon might have a slightly different idea of what a valid msg is than us (for example regarding valid msg and field sizes). Let's hence try to proceed if we can and thus drop messages rather than fail the connection if we fail to validate a message. Hopefully the differences in what is considered valid are not visible for real-life usecases, but are specific to exploit attempts only. (cherry-picked from commit 6d586a1) Related: #1678641
sd-bus: if we receive an invalid dbus message, ignore and proceeed dbus-daemon might have a slightly different idea of what a valid msg is than us (for example regarding valid msg and field sizes). Let's hence try to proceed if we can and thus drop messages rather than fail the connection if we fail to validate a message. Hopefully the differences in what is considered valid are not visible for real-life usecases, but are specific to exploit attempts only. (cherry-picked from commit 6d586a1) Related: #1678641
PreviousNext