From 3dfbf094ac9427f5076a588b138d18b882570388 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Mar 2019 09:59:32 +0100 Subject: [PATCH] update TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 445a83ae8a..5b312649a5 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,13 @@ Janitorial Clean-ups: Features: +* clean up sleep.c: + - Use CLOCK_BOOTTIME_ALARM for waking up s2h instead of RTC ioctls + - Parse sleep.conf only once, and parse its whole contents so that we don't + have to parse it again and again in s2h + - Make sure resume= and resume_offset= on the kernel cmdline always take + precedence + * maybe add a seccomp-based high-level filter that blocks creation of suid/sgid files.