permissions: isolate the filesystem access ...

... for Yuzu data directories
This commit is contained in:
liushuyu 2021-10-10 21:41:03 -06:00
parent 9edacc988d
commit 581800b615
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -14,8 +14,6 @@
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--filesystem=xdg-config/yuzu:create",
"--filesystem=xdg-data/yuzu:create",
"--filesystem=host:ro"
],
"cleanup-commands": [
@ -229,4 +227,4 @@
]
}
]
}
}