mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 14:37:03 +00:00
Allow access to read home and external harddrives
This commit is contained in:
parent
6794fe0f43
commit
e333fb7d81
@ -14,7 +14,9 @@
|
||||
"--socket=pulseaudio",
|
||||
"--share=network",
|
||||
"--share=ipc",
|
||||
"--filesystem=xdg-run/app/com.discordapp.Discord:create"
|
||||
"--filesystem=xdg-run/app/com.discordapp.Discord:create",
|
||||
"--filesystem=home:ro",
|
||||
"--filesystem=/run/media:ro"
|
||||
],
|
||||
"cleanup-commands": [
|
||||
"/app/cleanup-BaseApp.sh"
|
||||
@ -257,4 +259,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user