Skip to content

Commit

Permalink
--run commands in a sandbox
Browse files Browse the repository at this point in the history
Closes: flatpak#348
  • Loading branch information
cxrvh authored Sep 25, 2020
1 parent a69dbe9 commit e30b0dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder-manifest.c
Original file line number Diff line number Diff line change
Expand Up @@ -4084,6 +4084,7 @@ builder_manifest_run (BuilderManifest *self,
args = g_ptr_array_new_with_free_func (g_free);
g_ptr_array_add (args, g_strdup ("flatpak"));
g_ptr_array_add (args, g_strdup ("build"));
g_ptr_array_add (args, g_strdup ("--nofilesystem=host"));
g_ptr_array_add (args, g_strdup ("--with-appdir"));

build_dir_path = g_file_get_path (builder_context_get_build_dir (context));
Expand Down

0 comments on commit e30b0dd

Please sign in to comment.