Add a gpg role for FreeBSD.

This commit is contained in:
Tom Alexander
2022-10-16 01:01:24 -04:00
parent f159ed886f
commit 59b508b811
5 changed files with 56 additions and 57 deletions

View File

@@ -0,0 +1,8 @@
attach 100 {
device-name "ugen[0-9]+";
action "/usr/local/sbin/pcscd -H";
};
detach 100 {
device-name "ugen[0-9]+";
action "/usr/local/sbin/pcscd -H";
};

View File

@@ -0,0 +1 @@
pcscd_enable="YES"