stockholm/makefu/2configs/security/hotfix.nix

5 lines
145 B
Nix
Raw Normal View History

2022-01-26 17:02:35 +00:00
{ pkgs, lib,... }: {
# https://github.com/berdav/CVE-2021-4034
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
}