ma security/hotfix: rip

This commit is contained in:
makefu 2022-12-12 19:42:41 +01:00
parent 754d36818c
commit c78b8c9d7c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,7 @@ with import <stockholm/lib>;
./editor/vim.nix
./binary-cache/nixos.nix
./minimal.nix
./security/hotfix.nix
# ./security/hotfix.nix
];
# users are super important

View File

@ -1,4 +0,0 @@
{ pkgs, lib,... }: {
# https://github.com/berdav/CVE-2021-4034
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
}