Remove host filesystem access

This commit is contained in:
Noëlle 2021-11-26 17:45:26 -07:00 committed by liushuyu
parent 90e59782ea
commit 0f83cd49a1

View file

@ -28,8 +28,7 @@
"--socket=fallback-x11",
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--filesystem=host:ro"
"--share=ipc"
],
"cleanup-commands": [
"/app/cleanup-BaseApp.sh"
@ -242,4 +241,4 @@
]
}
]
}
}