mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-12 02:23:47 +00:00
Update devd(8) rules file for FreeBSD.
This commit is contained in:
@@ -20,3 +20,10 @@ attach 110 {
|
|||||||
action "/usr/bin/chgrp nfc /dev/$device-name";
|
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||||
action "/bin/chmod g+rw /dev/$device-name";
|
action "/bin/chmod g+rw /dev/$device-name";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
attach 110 {
|
||||||
|
match "vendor" "0x1fd3";
|
||||||
|
match "product" "0x0608";
|
||||||
|
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||||
|
action "/bin/chmod g+rw /dev/$device-name";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user