diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-10-09 15:22:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-10-09 15:22:45 +0200 |
commit | 6fc373ee4394c549410f29a01cd68d9f44ce9045 (patch) | |
tree | cf53e1b88c5c25bcaeaf560c94c9c7162ad54a5d /TODO | |
parent | test: skip hwdb and sysv-generator if the features are disabled (#7026) (diff) | |
download | systemd-6fc373ee4394c549410f29a01cd68d9f44ce9045.tar.gz systemd-6fc373ee4394c549410f29a01cd68d9f44ce9045.tar.bz2 systemd-6fc373ee4394c549410f29a01cd68d9f44ce9045.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -24,6 +24,17 @@ Janitorial Clean-ups: Features: +* export UID ranges nspawns's --private-user and DynamicUser= uses in + the systemd.pc pkg-config file, the same way we already expose the system + user boundary there + +* Whenever we check a UID against the system UID range, also check for the + dynamic UID range + +* maybe hook of xfs/ext4 quotactl() with services? i.e. automatically manage + the quota of a the user indicated in User= via unit file settings, like the + other resource management concepts. Would mix nicely with DynamicUser=1 + * maybe set a new set of env vars for services, based on RuntimeDirectory=, StateDirectory=, LogsDirectory=, CacheDirectory= and ConfigurationDirectory= automatically. For example, there could be $RUNTIME_DIRECTORY, |