Loading
Commits on Source 2
-
Dzmitry (Dima) Meshcharakou authored
The systemd versions ~>254 have changed the locking mechanism they use for updated /etc/passwd and likely other files. They are hard-coded now to use the Linux-specific `fcntl(F_OFD_SETLKW)` and removed the `flock()` fallback https://github.com/systemd/systemd/pull/26726/commits/ed70a34ec0f9ac53646101dd9c544b1f60d17e69 However, not all container runtime support it https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053749
-
David Fernandez authored
Exclude systemd from updates Closes #86 See merge request !214 Merged-by:
David Fernandez <dfernandez@gitlab.com> Approved-by:
David Fernandez <dfernandez@gitlab.com> Reviewed-by:
David Fernandez <dfernandez@gitlab.com> Co-authored-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com>