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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 9f6688d4a..c4feadad0 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -960,6 +960,8 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
960 return 0; 960 return 0;
961#endif 961#endif
962 } 962 }
963 else if (strncmp(ptr, "nowhitelist ", 12) == 0)
964 ptr += 12;
963 else if (strncmp(ptr, "read-only ", 10) == 0) 965 else if (strncmp(ptr, "read-only ", 10) == 0)
964 ptr += 10; 966 ptr += 10;
965 else if (strncmp(ptr, "read-write ", 11) == 0) 967 else if (strncmp(ptr, "read-write ", 11) == 0)