diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-06-12 14:28:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 14:28:09 +0200 |
commit | 58cf79c2244d41f32faaeaf5c5da7a8e13e3303f (patch) | |
tree | 0ac8fd0c331105c778da8ff9b7643f10668196a4 /TODO | |
parent | 6ae827906d3ba4f6eda2f6f27ff41d01b965f572 (diff) | |
parent | 6ecda0fbefa3a49990fbadc48892459b97bf3002 (diff) | |
download | systemd-58cf79c2244d41f32faaeaf5c5da7a8e13e3303f.tar.gz |
Merge pull request #12424 from poettering/logind-brightness
logind: add SetBrightness() bus call as minimal API for setting "leds" and "backlight" kernel class device brightness
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,6 +27,13 @@ Features: * when killing due to service watchdog timeout maybe detect whether target process is under ptracing and then log loudly and continue instead. +* introduce a new group to own TPM devices + +* make rfkill uaccess controllable by default, i.e. steal rule from + gnome-bluetooth and friends + +* warn if udev rules files are marked executable (docker?) + * tweak journald context caching. In addition to caching per-process attributes keyed by PID, cache per-cgroup attributes (i.e. the various xattrs we read) keyed by cgroup path, and guarded by ctime changes. This should provide us |