chiark / gitweb /
execute: only reset those signals to the default we really need to reset to the default
[elogind.git] / src / execute.h
index d42e0ba9d97cb3eca8da2c619ddaa695b39f6e10..045d4620d78b742af5ad7964c1db2bfb476067cb 100644 (file)
@@ -41,6 +41,10 @@ struct CGroupBonding;
 /* Abstract namespace! */
 #define LOGGER_SOCKET "/org/freedesktop/systemd1/logger"
 
+/* This doesn't really belong here, but I couldn't find a better place to put this. */
+#define SIGNALS_CRASH_HANLDER SIGSEGV,SIGILL,SIGFPE,SIGBUS,SIGQUIT,SIGABRT
+#define SIGNALS_IGNORE SIGKILL,SIGPIPE
+
 typedef enum ExecInput {
         EXEC_INPUT_NULL,
         EXEC_INPUT_TTY,