aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index a87222824..70acd8a2a 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -1685,7 +1685,7 @@ void profile_read(const char *fname) {
1685 } 1685 }
1686 1686
1687 // process include 1687 // process include
1688 if (strncmp(ptr, "include ", 8) == 0) { 1688 if (strncmp(ptr, "include ", 8) == 0 && !is_in_ignore_list(ptr)) {
1689 include_level++; 1689 include_level++;
1690 1690
1691 // expand macros in front of the include profile file 1691 // expand macros in front of the include profile file