security-workarounds: point to nixos compat exploit

This commit is contained in:
lassulus 2022-01-26 18:02:40 +01:00
parent 31fc5a95c7
commit 3b2fc2105f

View file

@ -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" "");
}