summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-16 12:37:25 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitd4bced839189d09e4fbcef01ee624df0c1946911 (patch)
tree5dd700fdb3df17c5fa0f5f18b08f932a30312f02
parent7cbf6683709ed0628a1f3de1b8a101c9a9dbcb14 (diff)
update TODO
-rw-r--r--TODO19
1 files changed, 17 insertions, 2 deletions
diff --git a/TODO b/TODO
index ad9984bf7..d02b2732c 100644
--- a/TODO
+++ b/TODO
@@ -28,6 +28,12 @@ Features:
* nspawn: greater control over selinux label?
+* sd-event: implement inotify events, as we can safely and robustly do that now
+ for any inode without fearing confusion by inodes appearing at multiple
+ places: we can open it with O_PATH first, then store its inode in a hash
+ table, to recognize duplicate watches before creating (and thus corrupting
+ pre-existing ones) them, and using /proc/self/fd/ to add it right after.
+
* the error paths in usbffs_dispatch_ep() leak memory
* cgroups: figure out if we can somehow communicate in a cleaner way whether a
@@ -45,6 +51,17 @@ Features:
that our log messages could contain clickable links for example for unit
files and suchlike we operate on.
+* introduce a new SystemCallFilters= group called "@system-service" with a
+ sensible default set for system services, then make use of them in portable
+ profiles
+
+* add support for "portablectl attach http://foobar.com/waaa.raw (i.e. importd integration)
+
+* add attach --enable and attach --now (for attach+enable+start)
+
+* sync dynamic uids/gids between host+portable srvice (i.e. if DynamicUser=1 is set for a service, make sure that the
+ selected user is resolvable in the service even if it ships its own /etc/passwd)
+
* Fix DECIMAL_STR_MAX or DECIMAL_STR_WIDTH. One includes a trailing NUL, the
other doesn't. What a desaster. Probably to exclude it. Also
DECIMAL_STR_WIDTH should probably add an extra "-" into account for negative
@@ -329,8 +346,6 @@ Features:
* rework fopen_temporary() to make use of open_tmpfile_linkable() (problem: the
kernel doesn't support linkat() that replaces existing files, currently)
-* check if DeviceAllow= should split first, resolve specifiers later
-
* transient units: don't bother with actually setting unit properties, we
reload the unit file anyway