Comment 20 for bug 2051574

Revision history for this message
John Johansen (jjohansen) wrote :

@jamesh:

for the profile please give it a short non-path based name, and option for local additions

    abi <abi/4.0>,
    include <tunables/global>

    profile gnome-shell-portal-helper /usr/libexec/gnome-shell-portal-helper flags=(default_allow) {
      userns,

      # Site-specific additions and overrides. See local/README for details.
      include if exists <local/firefox>
    }

this way if locations change the name remains stable and readable. The attachment (path portion) can be updated, and even then have multiple locations

other wise looks good.