[Bug 36474] Wine doesn't respect the systemd attach to seat

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 5 05:38:44 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=36474

--- Comment #4 from debian at jkfloris.demon.nl ---
I also asked this question to the systemd developers and they explained me that
the joydev module is old and unmaintained. Joysticks/ applications should only
use evdev. [1]

That is the only part Wine should change: drop access via /dev/input/js*

[1] http://lists.freedesktop.org/archives/systemd-devel/2014-May/019551.html



For other users with the same problem, this behavior can be solved with the
following steps:
- Blacklisted the joydev module. The /dev/input/js* devices are gone.

- Remove the world and group read/write flags with:
# setfacl -m other::--- /dev/input/event(joystick)
# setfacl -m group::--- /dev/input/event(joystick)
The joysticks are only accessible by the user

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list