diff options
author | Kay Sievers <kay@vrfy.org> | 2013-12-18 22:01:31 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-12-18 22:01:31 +0100 |
commit | df32a1caafe881fc7850a9b569179b877198685f (patch) | |
tree | 09a0f786943c21e2b2f2d7952c6143cc9fccc6e7 /TODO | |
parent | ec76ec1fde7da753676b18ff45926740fcd08072 (diff) |
libudev: disable monitor inside a container
Uevents are events of the host, which should not leak into a container.
Containers do not support hotplug at the moment, and devices and uevents
are not namespace aware.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,10 +1,4 @@ Bugfixes: -* sort-out libudev's is_initialized logic for: - - enumerate devices: - - is_initialized is true if a database exists - - in-container devices: - - is_initialized is always false, because there is no database - * enabling an instance unit creates a pointless link, and the unit will be started with getty@getty.service: $ systemctl enable getty@.service |