Add TAG+="uaccess" in the udev's rule

pull/177/head
Alessio Biancalana 2 years ago
parent 26f62a7c2b
commit 127bcee08d

@ -67,7 +67,7 @@ In Ubuntu, this can be configured by running the following commands and rebootin
```bash
sudo gpasswd -a YOUR_USER input
echo 'KERNEL=="uinput", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules
echo 'KERNEL=="uinput", GROUP="input", TAG+="uaccess"' | sudo tee /etc/udev/rules.d/input.rules
```
#### Arch Linux

Loading…
Cancel
Save