Systemd/src/libsystemd/sd-device
Yu Watanabe 916707cca5 sd-device: do not call device_monitor_enable_receiving() for passed fd from pid1
Before c4b69e990f, if the socket fd is
passed from pid1, `udev_monitor_enable_receiving()` (now it is a wrapper
of `device_monitor_enable_receiving`) was not called.
Let's preserve the original logic.

Fixes #10754.
2018-11-25 20:14:17 +09:00
..
device-enumerator-private.h sd-device: introduce device_enumerator_get_devices() 2018-09-10 16:47:35 +09:00
device-enumerator.c sd-device: normalize debug messages 2018-11-06 15:45:22 +09:00
device-internal.h tree-wide: use unsigned for refcount 2018-08-27 13:48:04 +09:00
device-monitor-private.h sd-device: introduce sd_device_monitor 2018-10-17 03:30:54 +09:00
device-monitor.c sd-device: do not call device_monitor_enable_receiving() for passed fd from pid1 2018-11-25 20:14:17 +09:00
device-private.c sd-device: fix possible use of uninitialized value 2018-11-10 11:59:32 +01:00
device-private.h sd-device: introduce device_new_from_stat_rdev() 2018-08-23 04:57:39 +09:00
device-util.h sd-device: drop subsystem from log_device_*() 2018-11-06 15:45:22 +09:00
sd-device.c pid1,sd-device: use PATH_STARTSWITH_SET more 2018-11-23 13:37:47 +01:00
test-sd-device-monitor.c test: add more tests for subsystem filter 2018-11-23 06:46:29 +09:00
test-sd-device-thread.c test: add test for 'thread safety' of sd-device 2018-10-12 17:54:23 +09:00
test-sd-device.c test: also tests enumerating subsystems 2018-11-17 18:18:22 +01:00
test-udev-device-thread.c test: add test for 'thread safety' of libudev 2018-10-12 17:54:23 +09:00