http://bugs.winehq.org/show_bug.cgi?id=36474
--- Comment #4 from debian@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