mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-03-05 12:08:04 +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",
|
"--socket=pulseaudio",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--share=ipc",
|
"--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": [
|
"cleanup-commands": [
|
||||||
"/app/cleanup-BaseApp.sh"
|
"/app/cleanup-BaseApp.sh"
|
||||||
@ -257,4 +259,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user