From 702d380d983dbbd3bba4033fe8db854819694c6e Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 14 Apr 2018 11:50:27 +0000 Subject: [PATCH] Updated TODO.md --- TODO.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 0f39556..f851bdd 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,6 @@ * Write a man page. * Add a regex filter (read from a file) to decide what to log and what to drop. -* Instead of requiring a fifo already exist, if the file doesn't already exist create the fifo. - Would need to modify the trap for SIGTERM in order to clean up the file. -* Figure out a way to check if the program is respawning too offten - this would indicate an error in the calling process and - we don't want to just keep looping forever. +* Instead of requiring a fifo already exist, if the file doesn't already exist create the fifo. Would need to modify the trap for SIGTERM in order to clean up the file. +* Figure out a way to check if the program is respawning too offten - this would indicate an error in the calling process and we don't want to just keep looping forever. * Have an option to change UID and/or GID when running. Alternatively, use setpriv to drop capabilities. * Make it so the symlink filename can contain the same escapes and {} as the template file.