diff options
-rw-r--r-- | TODO | 6 | ||||
-rw-r--r-- | src/execute.h | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -29,6 +29,12 @@ F15: * remove KillMode=process-group +* kernel patch wegen kmsg prio nach f15 + +* LOG_DAEMON/LOG_USER für kmsg messages schreiben + +* fix /usr taint + Features: * when key file cannot be found, read it from kbd in cryptsetup diff --git a/src/execute.h b/src/execute.h index 3b2b4e8edb..44856d11fa 100644 --- a/src/execute.h +++ b/src/execute.h @@ -39,7 +39,6 @@ struct CGroupBonding; #include "list.h" #include "util.h" -/* Abstract namespace! */ #define LOGGER_SOCKET "/run/systemd/logger" typedef enum KillMode { |