SpawnFlags
Description:
[ CCode ( cprefix = "XDP_SPAWN_FLAG_" , type_id = "xdp_spawn_flags_get_type ()" ) ]
[ Flags ]
public enum SpawnFlags
Flags influencing the spawn operation and how the new sandbox is created.
Content:
Enum values:
- 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