From 1b02467adfef544c17d1e1606c0167777100c328 Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Thu, 29 Aug 2019 21:53:46 -0500 Subject: Allow libtrace preload library to use for trace output a logfile specified by the environment variable FIREJAIL_TRACEFILE or as the RUN_TRACE_FILE if it exists ortherwise use the console as before. --- src/include/rundefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/rundefs.h b/src/include/rundefs.h index 6cc931faf..df135b9ca 100644 --- a/src/include/rundefs.h +++ b/src/include/rundefs.h @@ -95,6 +95,7 @@ #define RUN_PASSWD_FILE RUN_MNT_DIR "/passwd" #define RUN_GROUP_FILE RUN_MNT_DIR "/group" #define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger" +#define RUN_TRACE_FILE RUN_MNT_DIR "/trace" #define RUN_UMASK_FILE RUN_MNT_DIR "/umask" #define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot" #define RUN_READY_FOR_JOIN RUN_MNT_DIR "/ready-for-join" -- cgit v1.2.3-54-g00ecf