flatpak-workarounds.bash: comment /dev/uninput due to unsupported type 0o20000

This commit is contained in:
Aminda Suomalainen 2025-05-16 12:15:09 +03:00
parent fc760ab4f3
commit 6d89c3671b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -24,7 +24,8 @@ flatpak override --filesystem=~/.editorconfig:ro $@
flatpak override --filesystem=~/.local/share/fonts:ro $@
# Controller access for everything and SECURITY likely all input access
flatpak override --filesystem=/dev/uinput:ro $@
# F: Not sharing "/dev/uinput" with sandbox: File "/dev/uinput" has unsupported type 0o20000
#flatpak override --filesystem=/dev/uinput:ro $@
flatpak override --filesystem=/run/udev:ro $@
# MangoHUD for everything that has it
flatpak override --env=MANGOHUD=1 $@