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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index cabea05f3..af943581e 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -1001,6 +1001,11 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
1001 return 0; 1001 return 0;
1002 } 1002 }
1003 1003
1004 if (strcmp(ptr, "disable-mnt") == 0) {
1005 arg_disable_mnt = 1;
1006 return 0;
1007 }
1008
1004 // rest of filesystem 1009 // rest of filesystem
1005 if (strncmp(ptr, "blacklist ", 10) == 0) 1010 if (strncmp(ptr, "blacklist ", 10) == 0)
1006 ptr += 10; 1011 ptr += 10;