libpipewire-module-portal(7) Miscellaneous Information Manual libpipewire-module-portal(7)

libpipewire-module-portal - Portal

The portal module performs access control management for clients started inside an XDG portal.

The module connects to the session DBus and subscribes to NameOwnerChanged signals for the org.freedesktop.portal.Desktop name. The PID of the DBus name owner is the portal.

A client connection from the portal PID to PipeWire gets assigned a pipewire.access of 'portal' and set to permissions ALL - it is the responsibility of the portal to limit the permissions before passing the connection on to the client. See Access Control for details on permissions.

Clients connecting from other PIDs are ignored by this module.

libpipewire-module-portal

There are no module-specific options.

There are no general options for this module.

context.modules = [
 {   name = libpipewire-portal }
]
1.0.5 PipeWire