Remove group and mode assignment from the udev rule
This commit is contained in:
committed by
Cameron Gutman
parent
89b8cada0a
commit
343f200c75
@@ -71,7 +71,7 @@ Sunshine needs access to `uinput` to create mouse and gamepad events.
|
||||
#. Create `udev` rules.
|
||||
.. code-block:: bash
|
||||
|
||||
echo 'KERNEL=="uinput", SUBSYSTEM=="misc", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput", TAG+="uaccess"' | \
|
||||
echo 'KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess"' | \
|
||||
sudo tee /etc/udev/rules.d/85-sunshine.rules
|
||||
|
||||
#. Optionally, configure autostart service
|
||||
|
||||
Reference in New Issue
Block a user