1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

update TODO

This commit is contained in:
Lennart Poettering 2024-04-29 15:47:17 +02:00
parent b4c91fbc07
commit 783236abd7

7
TODO
View File

@ -250,8 +250,6 @@ Features:
pidfd, so that we can reasonably robustly do this. Would only cover the
execution environment like namespaces, but not the privilege settings.
* varlink: extend varlink IDL macros to include documentation strings
* Introduce a CGroupRef structure, inspired by PidRef. Should contain cgroup
path, cgroup id, and cgroup fd. Use it to continuously pin all v2 cgroups via
a cgroup_ref field in the CGroupRuntime structure. Eventually switch things
@ -301,11 +299,6 @@ Features:
word in the command line. (maybe use character '.'). Usecase: tool such as
run0 can use that to spawn the target user's default shell.
* varlink: figure out how to do docs for our varlink interfaces. Idea: install
interface files augmented with docs in /usr/share/ somewhere. And have
functionality in varlinkctl to merge interface info extracted from binaries
with interface info on disk. And store the doc strings only in the latter.
* introduce mntid_t, and make it 64bit, as apparently the kernel switched to
64bit mount ids