[GH-ISSUE #1370] keepassxc: typo in keepassxc.profile #939

Closed
opened 2026-05-05 07:11:40 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @curiosity-seeker on GitHub (Jul 9, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1370

noblacklist ${HOME}/.*kdbx
noblacklist ${HOME}/.*kdb

should be

noblacklist ${HOME}/*.kdbx
noblacklist ${HOME}/*.kdb
Originally created by @curiosity-seeker on GitHub (Jul 9, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1370 ``` noblacklist ${HOME}/.*kdbx noblacklist ${HOME}/.*kdb ``` should be ``` noblacklist ${HOME}/*.kdbx noblacklist ${HOME}/*.kdb ```
gitea-mirror 2026-05-05 07:11:40 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Fred-Barclay commented on GitHub (Jul 9, 2017):

Fixed, thanks!

<!-- gh-comment-id:313934215 --> @Fred-Barclay commented on GitHub (Jul 9, 2017): Fixed, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#939
No description provided.