On 2026/06/29 17:05, Chris Billington wrote: > browserpass-native provides a Native Messaging host for the 'pass' password > manager (security/password-store) > > It uses the 'browserpass' add-on for Firefox, Chromium and variants, > available via the usual add-on stores. > > pkg-readme file gives details on how to configure unveil.main for common > browsers. > > Version attached is 3.1.2 (9/2025, latest) > Minor patch was necessary to work with the latest pledge on 7.9 > > Tested on 7.9-current Build date: 1782425853 - Thu Jun 25 22:17:33 UTC > > Testers and comments welcome. Happy to be Maintainer. > > Regards > Chris Billington : 1. In order to use browser integration you need to add the following unveil : rules: : : # for using the browserpass addon with the password-store package : ${LOCALBASE}/bin r : ${LOCALBASE}/bin/browserpass-native rx : : to the corresponding configuration file: : * Chromium -> ${SYSCONFDIR}/chromium/unveil.main : * Firefox -> ${SYSCONFDIR}/firefox/unveil.main : * Iridium -> ${SYSCONFDIR}/iridium/unveil.main : * Ungoogled-chromium -> ${SYSCONFDIR}/ungoogled-chromium/unveil.main this is a total pain because now the user will have to manage the unveil files themselves and merge in any changes after updates to the browser ports. the pkg-readme would at least need to inform the user about this, but it would be better if these could be included in the relevant files directly in the browser ports (though 'r' for all of /usr/local/bin might be a bit much)...
No comments:
Post a Comment