summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-12-18 22:01:31 +0100
committerKay Sievers <kay@vrfy.org>2013-12-18 22:01:31 +0100
commitdf32a1caafe881fc7850a9b569179b877198685f (patch)
tree09a0f786943c21e2b2f2d7952c6143cc9fccc6e7 /TODO
parentec76ec1fde7da753676b18ff45926740fcd08072 (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--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 1500d6b1bd..8025169033 100644
--- a/TODO
+++ b/TODO
@@ -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