l yubikey: simplify debug logging

This commit is contained in:
lassulus 2022-05-29 20:14:48 +02:00
parent 85db885279
commit 5f4a5b5ceb

View File

@ -38,7 +38,7 @@
}
});
polkit.addRule(function(action, subject) {
polkit.log("user " + subject.user + " is attempting action " + action.id + " from PID " + subject.pid);
polkit.log("subject: " + subject + " action: " + action);
});
'';