Enumeration

XdpSpawnFlags

Declaration

flags Xdp.SpawnFlags

Description [src]

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

Members

XDP_SPAWN_FLAG_NONE

No flags.

  • Value: 0
  • Nickname: none
  • Available since: 1.0
XDP_SPAWN_FLAG_CLEARENV

Clear the environment.

  • Value: 1
  • Nickname: clearenv
  • Available since: 1.0
XDP_SPAWN_FLAG_LATEST

Spawn the latest version of the app.

  • Value: 2
  • Nickname: latest
  • Available since: 1.0
XDP_SPAWN_FLAG_SANDBOX

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

  • Value: 4
  • Nickname: sandbox
  • Available since: 1.0
XDP_SPAWN_FLAG_NO_NETWORK

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

  • Value: 8
  • Nickname: no-network
  • Available since: 1.0
XDP_SPAWN_FLAG_WATCH

Kill the sandbox when the caller disappears from the session bus.

  • Value: 16
  • Nickname: watch
  • Available since: 1.0