mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 16:36:03 +00:00
Small fix in service file and update in README.md
This commit is contained in:
parent
aa6a8e0161
commit
e31946c603
2 changed files with 8 additions and 1 deletions
|
|
@ -114,6 +114,12 @@ It reliably demonstrates the core concept — exposing `/dev/uinput` devices ins
|
|||
* [ ] **Distribution and packaging:**
|
||||
Provide a deb/rpm package for simple deployment.
|
||||
|
||||
* [ ] **Check for compatibility with steam runtime:**
|
||||
https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/steam-runtime-tools/input-device.c
|
||||
https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/container-runtime.md
|
||||
https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/docs/ld-library-path-runtime.md
|
||||
https://github.com/ValveSoftware/steam-for-linux/issues/10175?utm_source=chatgpt.com
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ Restart=on-failure
|
|||
#CapabilityBoundingSet=CAP_SYS_ADMIN CAP_MKNOD CAP_DAC_OVERRIDE CAP_FOWNER
|
||||
#DeviceAllow=/dev/uinput rw
|
||||
#DeviceAllow=/dev/cuse rw
|
||||
DeviceAllow=char-* rwm # we need the permission to create all sorts of devices
|
||||
# we need the permission to create all sorts of devices
|
||||
DeviceAllow=char-* rwm
|
||||
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue