diff --git a/hosts/common/programs/feedbackd.nix b/hosts/common/programs/feedbackd.nix index bee23dbba..8eeb0a281 100644 --- a/hosts/common/programs/feedbackd.nix +++ b/hosts/common/programs/feedbackd.nix @@ -24,7 +24,7 @@ in default = {}; }; - sandbox.whitelistDbus.user = true; #< TODO: reduce + sandbox.whitelistDbus.user.own = [ "org.sigxcpu.Feedback" ]; sandbox.whitelistAudio = true; sandbox.extraPaths = [ "/dev/input/by-path/platform-vibrator-event"