ma: apply CVE-2021-4034 hotfix
This commit is contained in:
parent
54aaf5af8e
commit
14e797325e
@ -11,6 +11,7 @@ with import <stockholm/lib>;
|
|||||||
./editor/vim.nix
|
./editor/vim.nix
|
||||||
./binary-cache/nixos.nix
|
./binary-cache/nixos.nix
|
||||||
./minimal.nix
|
./minimal.nix
|
||||||
|
./security/hotfix.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# users are super important
|
# users are super important
|
||||||
|
4
makefu/2configs/security/hotfix.nix
Normal file
4
makefu/2configs/security/hotfix.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, lib,... }: {
|
||||||
|
# https://github.com/berdav/CVE-2021-4034
|
||||||
|
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user