From 0f9ad0d0b810def89705d4c7fbbff962b16ba4c4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 24 Sep 2024 19:57:24 -0400 Subject: dpkg build recipe and assets --- aux/80-fprintd.rules | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 aux/80-fprintd.rules (limited to 'aux/80-fprintd.rules') diff --git a/aux/80-fprintd.rules b/aux/80-fprintd.rules deleted file mode 100644 index 080334f..0000000 --- a/aux/80-fprintd.rules +++ /dev/null @@ -1,24 +0,0 @@ -/* -.. File: 80-fprintd.rules -*/ -polkit.addRule(function(action, subject) { - if ( - ( - action.id.match("net.reactivated.fprint.device.enroll") || - action.id.match("net.reactivated.fprint.device.verify") - ) && subject.active) { - polkit.log("action=" + action); - polkit.log("subject=" + subject); - return polkit.Result.YES; - } -}); -polkit.addRule(function(action, subject) { - if ( - ( - action.id.match("net.reactivated.fprint.device.setusername") - ) && subject.active && subject.isInGroup("admins")) { - polkit.log("action=" + action); - polkit.log("subject=" + subject); - return polkit.Result.YES; - } -}); -- cgit