FS#46825 - [steam] Valve gamepad permissions too open
Attached to Project:
Community Packages
Opened by Daniel Lin (ephemient) - Thursday, 22 October 2015, 01:29 GMT
Last edited by Daniel Wallace (gtmanfred) - Thursday, 03 December 2015, 19:44 GMT
Opened by Daniel Lin (ephemient) - Thursday, 22 October 2015, 01:29 GMT
Last edited by Daniel Wallace (gtmanfred) - Thursday, 03 December 2015, 19:44 GMT
|
Details
In
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666" was added to udev rules in the steam package. That's way more lax than all other joysticks, which use TAG+="uinput" to grant permissions to logged-in users. |
This task depends upon
Closed by Daniel Wallace (gtmanfred)
Thursday, 03 December 2015, 19:44 GMT
Reason for closing: Fixed
Additional comments about closing: 1.0.0.51-1
Thursday, 03 December 2015, 19:44 GMT
Reason for closing: Fixed
Additional comments about closing: 1.0.0.51-1
FS#46833.This would be the resulting rule that fixes both bugs:
SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess"