summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2019-06-06 10:05:33 +0200
committerFranck Bui <fbui@suse.com>2019-06-18 08:17:34 +0200
commit3acc84ebd9aebe8cf1771b42644ebbfbecdfaa37 (patch)
tree357bd0a3ee41057cb98d2272c32ab5a4ba9d57a3 /TODO
parentba72801d660a02429b6a0658db2dadfbe25bde04 (diff)
downloadsystemd-3acc84ebd9aebe8cf1771b42644ebbfbecdfaa37.tar.gz
nspawn: allocate the pty used for /dev/console within the container
The console tty is now allocated from within the container so it's not necessary anymore to allocate it from the host and bind mount the pty slave into the container. The pty master is sent to the host. /dev/console is now a symlink pointing to the pty slave. This might also be less confusing for applications running inside the container and the overall result looks cleaner (we don't need to apply manually the passed selinux context, if any, to the allocated pty for instance).
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 57c07bea7a..3f69c24fc3 100644
--- a/TODO
+++ b/TODO
@@ -209,9 +209,6 @@ Features:
/etc/resolv.conf. Should be smart and do something useful on read-only
images, for example fallback to read-only bind mounting the file instead.
-* nspawn's console TTY should be allocated from within the container, not
- mounted in from the outside
-
* show invocation ID in systemd-run output
* bypass SIGTERM state in unit files if KillSignal is SIGKILL