aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2019-08-29 21:53:46 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2019-08-29 21:53:46 -0500
commit1b02467adfef544c17d1e1606c0167777100c328 (patch)
tree4559030625883cddc57d37dde069355eb895731f /src/include
parentFix issue where strace output file path has leading space making it an invali... (diff)
downloadfirejail-1b02467adfef544c17d1e1606c0167777100c328.tar.gz
firejail-1b02467adfef544c17d1e1606c0167777100c328.tar.zst
firejail-1b02467adfef544c17d1e1606c0167777100c328.zip
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.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/rundefs.h1
1 files changed, 1 insertions, 0 deletions
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 @@
95#define RUN_PASSWD_FILE RUN_MNT_DIR "/passwd" 95#define RUN_PASSWD_FILE RUN_MNT_DIR "/passwd"
96#define RUN_GROUP_FILE RUN_MNT_DIR "/group" 96#define RUN_GROUP_FILE RUN_MNT_DIR "/group"
97#define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger" 97#define RUN_FSLOGGER_FILE RUN_MNT_DIR "/fslogger"
98#define RUN_TRACE_FILE RUN_MNT_DIR "/trace"
98#define RUN_UMASK_FILE RUN_MNT_DIR "/umask" 99#define RUN_UMASK_FILE RUN_MNT_DIR "/umask"
99#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot" 100#define RUN_OVERLAY_ROOT RUN_MNT_DIR "/oroot"
100#define RUN_READY_FOR_JOIN RUN_MNT_DIR "/ready-for-join" 101#define RUN_READY_FOR_JOIN RUN_MNT_DIR "/ready-for-join"