aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-08-29 12:30:05 -0400
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:07:41 -0300
commit7bd03a67ba8e1c91b80dc3b6a80df71cdd822912 (patch)
tree86fe84d45a8da53f195e7147e78c6402ff6e0925 /src/firejail/firejail.h
parentRevert "Merge pull request #5315 from ChrysoliteAzalea/landlock" (diff)
downloadfirejail-7bd03a67ba8e1c91b80dc3b6a80df71cdd822912.tar.gz
firejail-7bd03a67ba8e1c91b80dc3b6a80df71cdd822912.tar.zst
firejail-7bd03a67ba8e1c91b80dc3b6a80df71cdd822912.zip
tracelog disabled by default in /etc/firejail/firejail.config file
Committer note: This is the same as commit 6e687c301 ("tracelog disabled by default in /etc/firejail/firejail.config file", 2022-08-29) but without the Landlock-related changes.
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 0a4dffb75..94f970eb8 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -831,6 +831,7 @@ enum {
831 // CFG_FILE_COPY_LIMIT - file copy limit handled using setenv/getenv 831 // CFG_FILE_COPY_LIMIT - file copy limit handled using setenv/getenv
832 CFG_ALLOW_TRAY, 832 CFG_ALLOW_TRAY,
833 CFG_SECCOMP_LOG, 833 CFG_SECCOMP_LOG,
834 CFG_TRACELOG,
834 CFG_MAX // this should always be the last entry 835 CFG_MAX // this should always be the last entry
835}; 836};
836extern char *xephyr_screen; 837extern char *xephyr_screen;