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

runtime: Access runtime without using bwrap if possible


If the runtime is already "the right shape", then we don't need to
use bwrap to mount it on /usr and populate a suitable tmpfs root
filesystem.

We need to do this if we want to support being run from inside a
Flatpak, because we can't run bwrap inside Flatpak. It might also
speed up accesses to suitable runtimes, because we won't waste time
invoking extra bwrap processes.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent d8cc2d35
No related branches found
No related tags found
No related merge requests found
Loading
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