summaryrefslogtreecommitdiff
path: root/user/elogind
AgeCommit message (Collapse)AuthorFilesLines
2023-11-26user/elogind: Add dracut module for uaccessA. Wilcox2-2/+27
We have the following in virtually all dmesg, on every bootup: [ 12.782588] systemd-udevd[369]: failed to execute '/lib/elogind/elogind-uaccess-command' '/lib/elogind/elogind-uaccess-command /dev/sr0 ': No such file or directory This is because: * Dracut renames eudev to systemd-udevd * Dracut copies the elogind udev rules to initramfs * The elogind udev rules add uaccess ACL support * uaccess ACL support requires a helper binary with eudev See also: https://github.com/elogind/elogind/pull/47 https://github.com/dracutdevs/dracut/issues/1909 https://github.com/fearedbliss/bliss-initramfs/issues/31
2023-11-07user/elogind: rebuild for libskarnet.so.2.14Laurent Bercot1-1/+1
2023-09-15user/elogind: fix utmp failuresLaurent Bercot2-16/+69
As with util-linux, we hardcode our assumptions in place of the wrong ones, and we comment out the most egregious braindeadnesses.
2022-10-21user/elogind: bump { 243.7 --> 246.10 }. fixes #456.Zach van Rijn2-4/+42
2020-08-23user/elogind: Break circular dep with polkitA. Wilcox1-1/+1
2020-07-25user/elogind: New packageA. Wilcox7-0/+129