Flatpak permissions when running from Builder

Hi,

I’ve a simple app, its permissions from the manifest are:

    "finish-args": [
        "--device=dri",
        "--share=ipc",
        "--socket=fallback-x11",
        "--socket=wayland"
    ],

and a few environment variables defined in /var/lib/flatpak/overrides/global.

When I start the app from Builder, I can see that the env vars from the override are not set, and that my full home directory is accessible R/W from inside the sandbox (without using the document portal).

What could be the reason for this? Does Builder redefines the permissions? Is it something configurable?

I’m using Builder 47.2 (system version) on OpenSUSE Tumbleweed.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.