mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix u2f.conf
This commit is contained in:
parent
54f7daec37
commit
ae9b74dcfc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463992
1 changed files with 1 additions and 1 deletions
|
@ -191,5 +191,5 @@ notify 100 {
|
||||||
attach 100 {
|
attach 100 {
|
||||||
match "vendor" "0x18d1";
|
match "vendor" "0x18d1";
|
||||||
match "product" "0x5026";
|
match "product" "0x5026";
|
||||||
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/device-name";
|
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue