security-workarounds: point to nixos compat exploit
This commit is contained in:
parent
31fc5a95c7
commit
3b2fc2105f
|
@ -1,6 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
with import <stockholm/lib>;
|
||||
{
|
||||
# https://github.com/berdav/CVE-2021-4034
|
||||
# https://github.com/Lassulus/CVE-2021-4034
|
||||
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue