l security-workarounds: remove pkexec fix

This commit is contained in:
lassulus 2022-05-27 19:59:06 +02:00
parent 9777d03ec0
commit 08887763dc

View file

@ -1,6 +1,4 @@
{ config, lib, pkgs, ... }:
with import <stockholm/lib>;
{
# https://github.com/Lassulus/CVE-2021-4034
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
}