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