aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs_etc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs_etc.c')
-rw-r--r--src/firejail/fs_etc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/fs_etc.c b/src/firejail/fs_etc.c
index e58537e49..dcbd297da 100644
--- a/src/firejail/fs_etc.c
+++ b/src/firejail/fs_etc.c
@@ -267,7 +267,7 @@ void fs_rebuild_etc(void) {
267 if (cfg.dns1 == NULL && !any_dhcp()) { 267 if (cfg.dns1 == NULL && !any_dhcp()) {
268 // this function has the effect that updates to files using rename(2) don't propagate into the sandbox 268 // this function has the effect that updates to files using rename(2) don't propagate into the sandbox
269 // avoid this in the default setting, in order to not break /etc/resolv.conf (issue #5010) 269 // avoid this in the default setting, in order to not break /etc/resolv.conf (issue #5010)
270 if (!checkcfg(CFG_ETC_NO_BLACKLISTED)) 270 if (!checkcfg(CFG_ETC_HIDE_BLACKLISTED))
271 return; 271 return;
272 have_dhcp = 0; 272 have_dhcp = 0;
273 } 273 }