Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Solaar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwr-Solaar
  • Solaar
  • Merge requests
  • !1607

udev: Add "static_node=uinput" option

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/pszemus/master into master May 17, 2022
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: pszemus

I noticed that on every boot /dev/uinput is recreated without ACL set. setfacl -m u:${USER}:rw /dev/uinput helps but only till the next boot (I'm on Fedora 36 with Wayland).

I've found that the Steam client was suffering the similar issue (ValveSoftware/steam-for-linux#4794, especially this comment explains in detail: https://github.com/ValveSoftware/steam-for-linux/issues/4794#issuecomment-327006061) and they fixed it by adding the OPTIONS+="static_node=uinput" to udev rules. I tried that on my system and it works fine (no need to run facl on every boot any more).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pszemus/master