aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-09-24 16:36:03 -0400
committerB. Stack <bgstack15@gmail.com>2024-09-24 16:36:03 -0400
commitc496592945fafb032f2346af8ff4afb65dfd7569 (patch)
treee64bda87b1d517f89010f072c08a59a04fb6588a /aux
parentadd verbose, advanced (control other users), docs (diff)
downloadfprintd-tk-c496592945fafb032f2346af8ff4afb65dfd7569.tar.gz
fprintd-tk-c496592945fafb032f2346af8ff4afb65dfd7569.tar.bz2
fprintd-tk-c496592945fafb032f2346af8ff4afb65dfd7569.zip
add image to readme
Diffstat (limited to 'aux')
-rw-r--r--aux/80-fprintd.rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/aux/80-fprintd.rules b/aux/80-fprintd.rules
index 1da22cf..080334f 100644
--- a/aux/80-fprintd.rules
+++ b/aux/80-fprintd.rules
@@ -1,10 +1,5 @@
/*
.. File: 80-fprintd.rules
-.. Startdate: 2023-01-12-5 15:59
-.. History:
-.. 2024-09-24 updated for current correctness required
-.. Purpose: replaced fprintd.pkla for bgconf 0.1.34
-.. Origin: placed by fingerprint-scanner.sh
*/
polkit.addRule(function(action, subject) {
if (
bgstack15