···20 # By default fbuilder hardcodes the firejail binary to the install path.
21 # On NixOS the firejail binary is a setuid wrapper available in $PATH.
22 ./fbuilder-call-firejail-on-path.patch
00023 ];
2425 prePatch = ''
···20 # By default fbuilder hardcodes the firejail binary to the install path.
21 # On NixOS the firejail binary is a setuid wrapper available in $PATH.
22 ./fbuilder-call-firejail-on-path.patch
23+ # Disable symlink check on /etc/hosts, see
24+ # https://github.com/netblue30/firejail/issues/2758#issuecomment-805174951
25+ ./remove-link-check.patch
26 ];
2728 prePatch = ''