aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/fs_lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/firejail/fs_lib.c b/src/firejail/fs_lib.c
index b76999d8f..a5c005931 100644
--- a/src/firejail/fs_lib.c
+++ b/src/firejail/fs_lib.c
@@ -342,6 +342,10 @@ void fs_private_lib(void) {
342 // bring in firejail directory 342 // bring in firejail directory
343 fslib_install_list("firejail"); 343 fslib_install_list("firejail");
344 344
345 // for dhclient
346 if (any_dhcp())
347 fslib_install_list(RUN_MNT_DIR "/dhclient");
348
345 // copy the libs in the new lib directory for the main exe 349 // copy the libs in the new lib directory for the main exe
346 if (cfg.original_program_index > 0) { 350 if (cfg.original_program_index > 0) {
347 if (arg_debug || arg_debug_private_lib) 351 if (arg_debug || arg_debug_private_lib)