summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-28 21:30:06 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-28 21:56:10 -0500
commit3e495a6651609d0a45b62aab5c3ed5a3b40e11ab (patch)
treec885e31215ca7c16d1ff05ec10810e7e75c88dcc /TODO
parent590ba75f32ef6557f57ddfd8e8bebea452bc0b7e (diff)
systemctl: refuse --host with cat
This might be fixed one day, but for now it's better to fail. https://bugzilla.redhat.com/show_bug.cgi?id=1186952
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2fee133aa..3c5e0f74f 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,9 @@ Bugfixes:
str_split_quoted() should return a real return code, so spawn_child can
report the failure properly.
+* When systemctl --host is used, underlying ssh connection can remain open.
+ bus_close does not kill children?
+
External:
* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.