Skip to content
Snippets Groups Projects
Commit a6f9499f authored by Simon McVittie's avatar Simon McVittie
Browse files

runtime: Make sure /var/tmp exists


Normally it does, so applications might misbehave if they can't
create files and directories inside it without needing to create it first.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8c0933a9
No related branches found
No related tags found
1 merge request!232Provide /etc/amd, /var/tmp, /run/host/etc, /run/gfx/etc in container
......@@ -1731,6 +1731,7 @@ bind_runtime_base (PvRuntime *self,
flatpak_bwrap_add_args (bwrap,
"--dir", "/tmp",
"--dir", "/var",
"--dir", "/var/tmp",
"--symlink", "../run", "/var/run",
NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment