doc/flatpak-builder: Clarify --run permissions

Looking at the implementation of builder_manifest_run(), it seems the
permissions used for flatpak-builder --run are the same as for the final
app, with the exception of filesystem permissions. So add that caveat to
the man page.

Closes: #303
Approved by: alexlarsson
auto
Matthew Leeds 2019-08-29 08:21:42 -07:00 committed by Atomic Bot
parent 9baa2134e7
commit d5afdbccf8
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
<listitem><para>
Run a command in a sandbox based on the build dir. This starts flatpak build, with some extra
arguments to give the same environment as the build, and the same permissions the final app
will have. The command to run must be the last argument passed to
will have (except filesystem permissions). The command to run must be the last argument passed to
flatpak-builder, after the directory and the manifest.
</para>