Merge pull request #138514 from onny/firejail

firejail: Remove symlink check patch

authored by Michael Raskin and committed by GitHub 401cd35e ca679942

+51
+3
pkgs/os-specific/linux/firejail/default.nix
··· 20 20 # By default fbuilder hardcodes the firejail binary to the install path. 21 21 # On NixOS the firejail binary is a setuid wrapper available in $PATH. 22 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 23 26 ]; 24 27 25 28 prePatch = ''