Gallery-dl: Previously granted *-files plugs now trigger manual review

We started to enforce the use of specific interface references outside of snap declarations (as discussed in Requesting auto-connection of personal-files to sam-cli) and since then the documentation has been updated: The personal-files interface

Today your snap uses:

plugs:
  personal-files:
    read:
    - $HOME/.config/gallery-dl
    - $HOME/.gallery-dl.conf
  system-files:
    read:
    - /etc/gallery-dl.conf

which is not compliant. I’ll manually approve this for now and have added an override to the review-tools so that it will start passing automated review if you do:

plugs:
  config-gallery-dl:
    interface: personal-files
    read:
    - $HOME/.config/gallery-dl
    - $HOME/.gallery-dl.conf
  etc-gallery-dl:
    interface: system-files
    read:
    - /etc/gallery-dl.conf
1 Like