polyunfill: disable dbus-daemon-launch-helper suid wrapper

This commit is contained in:
Colin 2024-05-28 05:14:06 +00:00
parent ae544c0649
commit bea1fd95e5

View File

@ -17,6 +17,8 @@ in
# remove a few items from /run/wrappers we don't need.
options.security.wrappers = lib.mkOption {
apply = lib.filterAttrs (name: _: !(builtins.elem name [
# from <repo:nixos/nixpkgs:nixos/modules/services/system/dbus.nix>
"dbus-daemon-launch-helper"
# from <repo:nixos/nixpkgs:nixos/modules/security/wrappers/default.nix>
"fusermount" #< only needed if you want to mount entries declared in /etc/fstab or mtab as unprivileged user
"fusermount3"