stockholm/krebs/2configs/security-workarounds.nix

7 lines
185 B
Nix
Raw Normal View History

2022-01-26 11:17:04 +00:00
{ config, lib, pkgs, ... }:
2017-02-25 23:02:06 +00:00
with import <stockholm/lib>;
{
# https://github.com/Lassulus/CVE-2021-4034
2022-01-26 11:17:04 +00:00
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
2017-02-25 23:02:06 +00:00
}