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.
|
#. Create `udev` rules.
|
||||||
.. code-block:: bash
|
.. 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
|
sudo tee /etc/udev/rules.d/85-sunshine.rules
|
||||||
|
|
||||||
#. Optionally, configure autostart service
|
#. Optionally, configure autostart service
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
KERNEL=="uinput", SUBSYSTEM=="misc", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput", TAG+="uaccess"
|
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess"
|
||||||
Reference in New Issue
Block a user