From 7b707adfccc94c8e364e931ed3464789119e24aa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Oct 2016 17:11:03 +0100 Subject: debug polkit --- hel.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hel.nix b/hel.nix index 59285cda..a859ca21 100644 --- a/hel.nix +++ b/hel.nix @@ -315,6 +315,7 @@ enable = true; extraConfig = '' polkit.addRule(function(action, subject) { + polkit.log("Custom rule got called"); if ( action.id == "org.freedesktop.systemd1.manage-units" && subject.isInGroup("admin") ) { -- cgit v1.2.3