summaryrefslogtreecommitdiff
path: root/portal
Commit message (Expand)AuthorAgeFilesLines
* portal: Factor out flatpak_bwrap_is_unprivileged()Simon McVittie2022-12-191-14/+1
* common: Make flatpak_debug2() use the same domain as g_debug()Simon McVittie2022-12-151-1/+1
* daemons, etc.: Use g_info() for messages that are enabled by -vSimon McVittie2022-12-153-55/+55
* daemons: Treat g_info() as equivalent to g_debug()Simon McVittie2022-12-141-2/+2
* Add a Meson build systemSimon McVittie2022-10-242-0/+61
* Stop flatpak-session-helper and flatpak-portal when the session endsAlberto Garcia2022-09-011-0/+1
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-223-3/+3
* build: Consistently include libglnx header as "libglnx.h"Simon McVittie2022-04-111-1/+1
* portal: Add some design-for-testSimon McVittie2021-05-251-4/+26
* portal: Add NONE values for flags setsSimon McVittie2021-05-251-0/+3
* portal: Remap --env-fd into child process's fd spaceSimon McVittie2021-05-251-2/+10
* portal: Use a GArray to store fdsSimon McVittie2021-05-251-39/+42
* portal: Don't leak fd used for serialized environmentSimon McVittie2021-05-251-3/+4
* Fix several memory leaksPhaedrus Leeds2021-05-041-1/+1
* portal: Reject negative handle numbersSimon McVittie2021-04-161-2/+4
* portal: Define constants for the D-Bus names and pathSimon McVittie2021-04-152-10/+16
* run: Allow caller to replace /app and/or /usrSimon McVittie2021-04-072-3/+82
* portal: fix flatpak-spawn --clear-env on NixOSJan Tojnar2021-04-061-1/+1
* portal: Add the ability to unset environment variablesSimon McVittie2021-01-141-0/+26
* portal: Let --env= and --env-fd= take precedence over extra-argsSimon McVittie2021-01-141-36/+36
* portal: Add a note about CLEAR_ENV behaviourSimon McVittie2021-01-141-0/+5
* portal: Do not use caller-supplied variables in environmentSimon McVittie2021-01-141-1/+27
* portal: Convert --env in extra-args into --env-fdSimon McVittie2021-01-141-1/+49
* Add an option to share the pid namespace with the parent flatpakSimon McVittie2021-01-122-8/+21
* portal: Log a message when a fd cannot be exposed in the sandboxSimon McVittie2020-12-091-17/+42
* portal: Negative handles are an errorSimon McVittie2020-12-091-3/+3
* portal: Raise an error if fds are out of rangeSimon McVittie2020-12-091-3/+27
* portal: Return G_DBUS_METHOD_INVOCATION_HANDLED where appropriateSimon McVittie2020-12-091-21/+21
* Avoid string duplication in FlatpakRefPhaedrus Leeds2020-10-021-2/+2
* Avoid shadowing local variablesPhaedrus Leeds2020-09-151-8/+7
* portal: Fix unset GError issuePhaedrus Leeds2020-09-151-2/+1
* portal: Make the SpawnStarted code more robustRyan Gonzalez2020-08-101-9/+35
* portal: Avoid use of g_error()Alexander Larsson2020-06-091-2/+2
* portal: Add SpawnStarted and notify-startRyan Gonzalez2020-06-092-3/+234
* portal: Add g_autoptr() defines for old GLib versionsMatthew Leeds2020-02-121-0/+8
* Sandbox: Allow share-gpu also if caller has device=allAlexander Larsson2020-01-151-1/+3
* portal: Don't poll for updates on metered networksMatthias Clasen2019-12-201-0/+13
* portal: Make sure we inherit the passed thought fds in Spawn()Alexander Larsson2019-12-121-0/+9
* portal: Allow the ALLOW_A11Y flagAlexander Larsson2019-12-041-1/+2
* portal: Add supports flag and set a bit if EXPOSE_PIDS is supportedAlexander Larsson2019-11-272-3/+37
* portal: Add EXPOSE_PIDS flagAlexander Larsson2019-11-273-2/+32
* portal: Add sandbox-expose-fd[-ro] options that allow you to share any pathAlexander Larsson2019-11-261-1/+174
* portal: Spawn clean up handling of file descriptorsAlexander Larsson2019-11-261-14/+20
* portal: Add sandbox flags for allowing ally/ and session bus accessAlexander Larsson2019-11-262-1/+8
* portal: Add flags for sharing display/sound/gpu when spawning sandboxedAlexander Larsson2019-11-263-1/+56
* portal: Bump portal version to 3 (to signal new flag supported)Alexander Larsson2019-11-261-1/+1
* update portal: Don't allow self-updates if new permissions are neededAlexander Larsson2019-10-021-1/+34
* update-portal: Don't report updates for masked refsAlexander Larsson2019-10-021-0/+10
* update-portal: Clean up details in progress reportingAlexander Larsson2019-10-021-7/+14
* update-portal: Don't send weird glib encoded errorsAlexander Larsson2019-10-021-2/+15