diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/41-nitrokey.rules | 6 | ||||
-rw-r--r-- | data/41-nitrokey_old.rules | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/data/41-nitrokey.rules b/data/41-nitrokey.rules index e78fa3a..0099edf 100644 --- a/data/41-nitrokey.rules +++ b/data/41-nitrokey.rules @@ -19,8 +19,10 @@ # SPDX-License-Identifier: LGPL-3.0 # - -# this udev file should be used with udev 188 and newer +# Here rules in new style should be provided. Matching devices should be tagged with 'uaccess'. +# File prefix number should be lower than 73, to be correctly processed by the Udev. +# Recommended udev version: >= 188. +# ACTION!="add|change", GOTO="u2f_end" # Nitrokey U2F diff --git a/data/41-nitrokey_old.rules b/data/41-nitrokey_old.rules index f4aeffe..7780b60 100644 --- a/data/41-nitrokey_old.rules +++ b/data/41-nitrokey_old.rules @@ -19,8 +19,11 @@ # SPDX-License-Identifier: LGPL-3.0 # - -# this udev file should be used with udev 188 and newer +# Here rules in old style should be provided. Matching devices should be added to 'plugdev' group, +# and with mode set to "0660". +# File prefix number should be lower than 73, to be correctly processed by the Udev. +# Recommended udev version: < 188. +# ACTION!="add|change", GOTO="u2f_end" # Nitrokey U2F |