Skip to content

Commit

Permalink
fix disabled private-lib in /etc/firejail/firejail.config
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Jun 23, 2022
1 parent db0349a commit 9741d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firejail/checkcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ int checkcfg(int val) {
cfg_val[CFG_ALLOW_TRAY] = 0;
cfg_val[CFG_CHROOT] = 0;
cfg_val[CFG_SECCOMP_LOG] = 0;
cfg_val[CFG_PRIVATE_LIB] = 0;

// open configuration file
const char *fname = SYSCONFDIR "/firejail.config";
Expand Down

0 comments on commit 9741d0b

Please sign in to comment.