一般ユーザ権限で動作するアプリがアクセスできないため、
/usr/share/polkit-1/actions/net.reactivated.fprint.device.policy を編集します。
項目:net.reactivated.fprint.device.verify
net.reactivated.fprint.device.enroll
allow_any を yes に書き換えます。
<action id="net.reactivated.fprint.device.verify">
...
<defaults>
<allow_any>no</allow_any> ←このnoをyesに書き換え
...
<action id="net.reactivated.fprint.device.enroll">
...
<defaults>
<allow_any>no</allow_any> ←このnoをyesに書き換え
...
グループとパスワードを設定する。
$ lsusb
Bus 002 Device 008: ID 147e:2016 Upek Biometric Touchchip/Touchstrip Fingerprint Sensor
# groupadd plugdev
# gpasswd -a hoge plugdev
# groupadd scanner
# gpasswd -a hoge scanner
Upek Fingerprint Sensor for CentOS6.4 最初にやる事
2013/8/30
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 03:08 pm TrackBack [0]
Comments