summaryrefslogtreecommitdiff
path: root/security/quantis/files/quantis.conf
blob: d2826eb2347d2300a12c53b0fceb2a4047a5fc63 (plain) (blame)
1
2
3
4
5
6
7
# Quantis USB RNG
attach 100 {
        device-name "ugen[0-9\.]+";
        match "vendor" "0x0aba";
        match "product" "0x0102";
        action "/bin/chmod 666 /dev/$device-name";
};