Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

profiles: keepassxc: add new socket location #6391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 7, 2024

  1. profiles: keepassxc: add new socket location

    The KeePassXC browser extension looks for the KeePassXC socket at
    `${RUNUSER}/app/org.keepassxc.KeePassXC`[1].
    
    But `${RUNUSER}/app` seems to be blacklisted in disable-common.inc under the
    flatpak section[2], so the KeePassXC extension cannot connect to it.
    
    Fixes netblue30#5447.
    
    [1] https://github.com/keepassxreboot/keepassxc/blob/6b1ab1a5edd66ac10706a2fb5af34ec9458a901d/src/browser/BrowserShared.cpp#L41
    [2] https://github.com/netblue30/firejail/blob/b89ec818926b4bcd3a58bb4e2a67b68a8090ba1c/etc/inc/disable-common.inc#L667
    qdii authored and kmk3 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    bb4f668 View commit details
    Browse the repository at this point in the history