Skip to content

Commit

Permalink
install libraries needed by fcopy when using private-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed Nov 12, 2020
1 parent 506655a commit 4530462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/firejail/fs_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@ void fs_private_lib(void) {
// bring in firejail executable libraries in case we are redirected here by a firejail symlink from /usr/local/bin/firejail
fslib_install_list("/usr/bin/firejail,firejail"); // todo: use the installed path for the executable

// install libraries needed by fcopy
fslib_install_list(PATH_FCOPY);

fmessage("Installed %d %s and %d %s\n", lib_cnt, (lib_cnt == 1)? "library": "libraries",
dir_cnt, (dir_cnt == 1)? "directory": "directories");

Expand Down

0 comments on commit 4530462

Please sign in to comment.