mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
32 lines
879 B
Text
32 lines
879 B
Text
/**
|
|
|
|
\page page_media_session Media Session
|
|
|
|
PipeWire Media Session is the reference/example session manager provided by
|
|
the PipeWire project.
|
|
|
|
# Access management
|
|
|
|
The \ref page_media_session_module_access_flatpak module handles clients
|
|
that have \ref PW_KEY_ACCESS set to "flatpak". Other clients are
|
|
ignored.
|
|
|
|
The module sets the permissions of all objects to `RX`. This limits the
|
|
flatpaks from doing modifications to other objects.
|
|
|
|
Because this will also set the core object permission `R`, the client will
|
|
resume with the new permissions.
|
|
|
|
`pipewire-media-session` implements \ref PW_KEY_MEDIA_CATEGORY type
|
|
"Manager" applications by simply setting the client permissions to ALL. No
|
|
additional checks are performed yet.
|
|
|
|
# Modules
|
|
|
|
List of Media Session modules:
|
|
|
|
- \subpage page_media_session_module_access_flatpak
|
|
- \subpage page_media_session_module_access_portal
|
|
|
|
|
|
*/
|