ports/security/quantis/files/quantis.conf
Alex Dupre 3c3cb528aa Quantis is a physical random number generator exploiting
an elementary quantum optics process.

This port contains the user library and a CLI/GUI application
to access such devices.

WWW:	http://www.idquantique.com/
2010-06-01 15:16:46 +00:00

7 lines
188 B
Text

# Quantis USB RNG
attach 100 {
device-name "ugen[0-9\.]+";
match "vendor" "0x0aba";
match "product" "0x0102";
action "/bin/chmod 666 /dev/$device-name";
};