summaryrefslogtreecommitdiff
path: root/libudev/libudev-ctrl.c
AgeCommit message (Collapse)Author
2011-05-19libudev: ctrl - properly wait for incoming message after connectKay Sievers
2011-05-05libudev: ctrl - log accept4() errorsKay Sievers
2011-04-15libudev: ctrl, monitor - use SOCK_NONBLOCKKay Sievers
2011-04-14udevd: get netlink socket from systemdKay Sievers
2011-04-13libudev: ctrl - fix refcounting in connection handlingKay Sievers
2011-04-13udevadm: control - add --exitKay Sievers
2011-03-23systemd: bind udev control socket in systemd and split udev.serviceKay Sievers
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events.
2010-05-27childs -> childrenKay Sievers
2009-06-08libudev: move to top-level directoryKay Sievers