aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
diff options
context:
space:
mode:
authorLibravatar Glenn Washburn <development@efficientek.com>2019-08-29 21:57:13 -0500
committerLibravatar Glenn Washburn <development@efficientek.com>2019-08-29 21:57:13 -0500
commitf6584eaf3b5bfa166fed56b900dbda6629c4fbd3 (patch)
tree4c516d172e25e9b9bf0c2a18b22d0435c6265eea /src/firejail/firejail.h
parentAllow libtrace preload library to use for trace output a logfile specified by... (diff)
downloadfirejail-f6584eaf3b5bfa166fed56b900dbda6629c4fbd3.tar.gz
firejail-f6584eaf3b5bfa166fed56b900dbda6629c4fbd3.tar.zst
firejail-f6584eaf3b5bfa166fed56b900dbda6629c4fbd3.zip
Allow firejail --trace option to take an optional parameter which is the trace log file path. The trace log file will be created if it does not exist and then bind mounted to RUN_TRACE_FILE so that the sandboxed program can access it.
Diffstat (limited to 'src/firejail/firejail.h')
-rw-r--r--src/firejail/firejail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index 14cad4190..4a59522bf 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -260,6 +260,7 @@ extern int arg_caps_keep; // keep list
260extern char *arg_caps_list; // optional caps list 260extern char *arg_caps_list; // optional caps list
261 261
262extern int arg_trace; // syscall tracing support 262extern int arg_trace; // syscall tracing support
263extern char *arg_tracefile; // syscall tracing file
263extern int arg_tracelog; // blacklist tracing support 264extern int arg_tracelog; // blacklist tracing support
264extern int arg_rlimit_cpu; // rlimit cpu 265extern int arg_rlimit_cpu; // rlimit cpu
265extern int arg_rlimit_nofile; // rlimit nofile 266extern int arg_rlimit_nofile; // rlimit nofile