mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-05-30 03:17:46 +02:00
flatpak-workarounds.bash: comment /dev/uninput due to unsupported type 0o20000
This commit is contained in:
parent
fc760ab4f3
commit
6d89c3671b
@ -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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user