summaryrefslogtreecommitdiff
path: root/yubikey-personalization
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-04-13 20:21:58 +0000
committerTim Biermann <tbier@posteo.de>2021-04-13 20:22:09 +0000
commit267c19fff38fccd24682ee93f597bb226af903a0 (patch)
tree70132bcf6eccd5a0b702dc62049b56f24b164057 /yubikey-personalization
parent15299251bbdf0bf09913e29aefc9bc4d21c795e7 (diff)
downloadcontrib-267c19fff38fccd24682ee93f597bb226af903a0.tar.gz
contrib-267c19fff38fccd24682ee93f597bb226af903a0.tar.xz
yubikey-personalization: added other yubikeys to dbus rules, send me yours (lsusb | grep Yubi) if you want it here
Diffstat (limited to 'yubikey-personalization')
-rw-r--r--yubikey-personalization/.signature6
-rw-r--r--yubikey-personalization/10-security-key.rules2
-rw-r--r--yubikey-personalization/Pkgfile2
3 files changed, 6 insertions, 4 deletions
diff --git a/yubikey-personalization/.signature b/yubikey-personalization/.signature
index 384bbce81..ae5f8d450 100644
--- a/yubikey-personalization/.signature
+++ b/yubikey-personalization/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36U4cCK+UIweDfi1HhgDZlsdWUqZbzK9PfetFEbUVSGhEWRv0ZqIW1q3g2+CQPYv5HaLYOpfkBpiN0bK3hFmJw4=
-SHA256 (Pkgfile) = c1f5c58ecaee83a4bbd7f12ff469226b22a4b4cf551d5ad1ddc7e7632475911d
+RWSagIOpLGJF36iTdAw/WkxQ0/kSXOnB+IU+WtCgs0BhkWuCT1tj85CsxsTtAsH+iGkjkVeLU6EM7XteE5I3Dh6TKZtXnANXfQM=
+SHA256 (Pkgfile) = a63e7a0f8813adf6e6272bdb24af0028c8b9555cd0f350794e799b53e34f50d9
SHA256 (.footprint) = dc1779df5977edef760b98dacb76b057d39e537043b11d3687864fde0f47e10c
SHA256 (yubikey-personalization-1.20.0-1.tar.gz) = f91d9e206e5dc89456a8928213cf6f6302d78ff7e770e4c057e4929334069b80
-SHA256 (10-security-key.rules) = e7cd6d8e595ceda4e8d907f2a579e88d2beb49a3d31eb70ef7a9fcca879f55d4
+SHA256 (10-security-key.rules) = e17339a66970e56dc40a53b57df322fc237d27fa4221984e1ae36b1ef27a4f2c
diff --git a/yubikey-personalization/10-security-key.rules b/yubikey-personalization/10-security-key.rules
index 50f21726f..44ae1a097 100644
--- a/yubikey-personalization/10-security-key.rules
+++ b/yubikey-personalization/10-security-key.rules
@@ -1,2 +1,4 @@
#Rules to allow group wheel to access your yubikey
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0405", GROUP="wheel"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0407", GROUP="wheel"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0116", GROUP="wheel"
diff --git a/yubikey-personalization/Pkgfile b/yubikey-personalization/Pkgfile
index 8f90447bb..5dcb0156c 100644
--- a/yubikey-personalization/Pkgfile
+++ b/yubikey-personalization/Pkgfile
@@ -5,7 +5,7 @@
name=yubikey-personalization
version=1.20.0
-release=3
+release=4
source=(#https://github.com/Yubico/yubikey-personalization/archive/v$version/$name-v$version.tar.gz 10-security-key.rules)
https://github.com/Yubico/yubikey-personalization/archive/d4c1d57033a45ea51189e7818954cf62508576de/$name-$version-1.tar.gz
10-security-key.rules)

Generated by cgit