Skip to content
Verified Commit e221f08f authored by Dzmitry (Dima) Meshcharakou's avatar Dzmitry (Dima) Meshcharakou
Browse files

fix: exclude systemd from updates

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
parent 8f163ab5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment