This package overwrites /etc/pufferpanel/config.json on every update, which breaks running installations when they are updated.
Could you add the config file to the backup= array in the PKGBUILD? This would ensure that .pacnew files are created if the config file is modified by the user.
Pinned Comments
Disconsented commented on 2026-01-26 20:24 (UTC) (edited on 2026-01-26 22:05 (UTC) by Disconsented)
PufferPanel uses openat2 to prevent guard against a timing attack that allows for access to the rest of the fs. If you're using a weird kernel (or Catchy), you may get errors like the following:
For folks who wish to continue, edit
/etc/pufferpanel/config.json, add a "security" section, with "forceOpenat" being "true".