Skip to content

Turn module-flatpak into module-portal

Jonas Ådahl requested to merge github/fork/jadahl/wip/module-portal into master

From the last commit:

    module-portal: Use permission store for portal initiated clients
    
    Detect what clients were started by the portal, and use the permission
    store to determine permissions of existing and future nodes.
    
    Clients are detected whether they are from the portal or not by
    comparing the PID of the client with the PID of the owner of the
    portal D-Bus name.
    
    It is assumed that the portal will set an appropriate app_id, and a
    comma seperated list of media roles (e.g. "Camera"), that should be
    queried. If app_id is an empty string, it's assumed to be a
    non-sandboxed client, and permissions are assumed to be allowing.

Merge request reports