aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/profile.c')
-rw-r--r--src/firejail/profile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 50fdeda7e..366a56e13 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -120,6 +120,10 @@ int profile_check_line(char *ptr, int lineno) {
120 arg_shell_none = 1; 120 arg_shell_none = 1;
121 return 0; 121 return 0;
122 } 122 }
123 else if (strcmp(ptr, "tracelog") == 0) {
124 arg_tracelog = 1;
125 return 0;
126 }
123 else if (strcmp(ptr, "private") == 0) { 127 else if (strcmp(ptr, "private") == 0) {
124 arg_private = 1; 128 arg_private = 1;
125 return 0; 129 return 0;