From ed24642d950f87da7f20ea9b031a6671b9021b8c Mon Sep 17 00:00:00 2001 From: Chomtana Date: Wed, 10 May 2023 22:39:02 +0700 Subject: [PATCH] Fix yubihsm udev rules GROUP (#728) GROUP must use only a single equal sign not two --- README.yubihsm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.yubihsm.md b/README.yubihsm.md index 570d3a4e..b776efa1 100644 --- a/README.yubihsm.md +++ b/README.yubihsm.md @@ -101,7 +101,7 @@ access the YubiHSM2, and then add the following rules file under the `/etc/udev/rules.d` directory, e.g. `/etc/udev/rules.d/10-yubihsm.rules`: ``` -SUBSYSTEMS=="usb", ATTRS{product}=="YubiHSM", GROUP=="yubihsm" +SUBSYSTEMS=="usb", ATTRS{product}=="YubiHSM", GROUP="yubihsm" ``` Note that creating this file does not have an immediate effect: you'll