aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/fs_whitelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs_whitelist.c b/src/firejail/fs_whitelist.c
index 6e766f996..bfc773374 100644
--- a/src/firejail/fs_whitelist.c
+++ b/src/firejail/fs_whitelist.c
@@ -413,7 +413,7 @@ void fs_whitelist(void) {
413 else if (strncmp(new_name, "/opt/", 5) == 0) 413 else if (strncmp(new_name, "/opt/", 5) == 0)
414 opt_dir = 1; 414 opt_dir = 1;
415 else if (strncmp(new_name, "/srv/", 5) == 0) 415 else if (strncmp(new_name, "/srv/", 5) == 0)
416 opt_dir = 1; 416 srv_dir = 1;
417 } 417 }
418 418
419 entry->data = EMPTY_STRING; 419 entry->data = EMPTY_STRING;