1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-12 13:18:14 +03:00
systemd/libudev
Kay Sievers fc1de713f5 systemd: bind udev control socket in systemd and split udev.service
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.
2011-03-23 16:40:23 +01:00
..
docs libudev: use sysfs attr ilist interface for attribute walk 2011-03-04 21:51:32 +01:00
.gitignore libudev: move to top-level directory 2009-06-08 21:36:06 +02:00
COPYING add LGPL COPYING to libudev and GUdev 2010-03-18 09:57:44 +01:00
exported_symbols libudev: allow to get list of all available sysfs attrs for a device 2011-03-04 21:51:03 +01:00
libudev-ctrl.c systemd: bind udev control socket in systemd and split udev.service 2011-03-23 16:40:23 +01:00
libudev-device-private.c use /run/udev/ if possible and fall back to /dev/.udev/ 2011-03-23 02:31:09 +01:00
libudev-device.c use /run/udev/ if possible and fall back to /dev/.udev/ 2011-03-23 02:31:09 +01:00
libudev-enumerate.c use /run/udev/ if possible and fall back to /dev/.udev/ 2011-03-23 02:31:09 +01:00
libudev-list.c libbudev-private: rename udev_list_entry_get_flag() 2010-03-10 14:52:42 +01:00
libudev-monitor.c log an error when a message from the wrong version of udevadm is ignored 2010-07-19 10:56:37 +02:00
libudev-private.h systemd: bind udev control socket in systemd and split udev.service 2011-03-23 16:40:23 +01:00
libudev-queue-private.c use /run/udev/ if possible and fall back to /dev/.udev/ 2011-03-23 02:31:09 +01:00
libudev-queue.c use /run/udev/ if possible and fall back to /dev/.udev/ 2011-03-23 02:31:09 +01:00
libudev-selinux-private.c fix broken "compile warning fix" 2010-08-10 08:07:28 +02:00
libudev-util-private.c call util_delete_path() only when we actually deleted stuff 2010-08-03 12:13:53 +02:00
libudev-util.c libudev: record and export "age" of device record 2010-12-15 08:58:46 +01:00
libudev.c use /run/udev/ if possible and fall back to /dev/.udev/ 2011-03-23 02:31:09 +01:00
libudev.h libudev: allow to get list of all available sysfs attrs for a device 2011-03-04 21:51:03 +01:00
libudev.pc.in libudev: record and export "age" of device record 2010-12-15 08:58:46 +01:00
test-libudev.c test-libudev: add short options 2011-03-04 22:56:54 +01:00