diff options
-rw-r--r-- | lib/MiddleWare/CrashCatcher.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/CrashCatcher.conf b/lib/MiddleWare/CrashCatcher.conf index 9307740..c4c2c17 100644 --- a/lib/MiddleWare/CrashCatcher.conf +++ b/lib/MiddleWare/CrashCatcher.conf @@ -1,4 +1,4 @@ # test conf file. it will be generated in the future -BlackList = /usr/bin/bash, /usr/bin/sh +BlackList = bash, bind, apache2 EnabledPlugins = SQLite3, CCpp Database = SQLite3 |