/ Upek Fingerprint Sensor for CentOS6.4 最初にやる事

Upek Fingerprint Sensor for CentOS6.4 最初にやる事

一般ユーザ権限で動作するアプリがアクセスできないため、
/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
    

— posted by くま at 03:08 pm   pingTrackBack [0]

この記事に対するコメントはありません

<< 2013.8 >>
SMTWTFS
    123
4 567 8910
1112 1314151617
181920 21 222324
25 2627 28 2930 31
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.2234 sec.