From ae9b74dcfc27e5ca052cff1a957aadbbb9f15481 Mon Sep 17 00:00:00 2001 From: "Carlos J. Puga Medina" Date: Fri, 9 Mar 2018 18:49:53 +0000 Subject: [PATCH] - Fix u2f.conf --- security/u2f-devd/files/u2f.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf index 283e09cd54b4..8f1321cd900c 100644 --- a/security/u2f-devd/files/u2f.conf +++ b/security/u2f-devd/files/u2f.conf @@ -191,5 +191,5 @@ notify 100 { attach 100 { match "vendor" "0x18d1"; match "product" "0x5026"; - action "chgrp u2f /dev/$device-name; chmod g+rw /dev/device-name"; + action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; };