SpawnFlags

class SpawnFlags

Flags influencing the spawn operation and how the new sandbox is created.

Fields

class SpawnFlags
CLEARENV

Clear the environment

LATEST

Spawn the latest version of the app

NONE

No flags

NO_NETWORK

Spawn without network (equivalent to the –unshare=network option of flatpak run)

SANDBOX

Spawn in a sandbox (equivalent to the –sandbox option of flatpak run)

WATCH

Kill the sandbox when the caller disappears from the session bus