From 77073dc559bf332c2a80a3e366bb3d3f8b5325e2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 28 Jan 2019 17:06:24 +0100 Subject: ... --- hel.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index 509955ad..5878f441 100644 --- a/hel.nix +++ b/hel.nix @@ -380,9 +380,10 @@ polkit.addRule(function(action, subject) { if ((action.id == "org.blueman.rfkill.setstate" || - action.id == "org.blueman.network.setup" + action.id == "org.blueman.network.setup" || + action.id == "org.freedesktop.NetworkManager.settings.modify.system" ) && subject.local - && subject.active && subject.isInGroup("wheel") + && subject.active && subject.isInGroup("network") ) { return polkit.Result.YES; } -- cgit v1.2.3