{ config, lib, pkgs, ... }: with import ; { # http://seclists.org/oss-sec/2017/q1/471 boot.extraModprobeConfig = '' install dccp /run/current-system/sw/bin/false ''; security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" ""); }