2022-01-26 11:17:04 +00:00
|
|
|
{ config, lib, pkgs, ... }:
|
2017-02-25 23:02:06 +00:00
|
|
|
with import <stockholm/lib>;
|
|
|
|
{
|
2022-01-26 17:02:40 +00:00
|
|
|
# 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
|
|
|
}
|