Skip to content

Commit e33e428

Browse files
committed
fix: add KeePassXC new bundle id to protection list (#285)
1 parent 24fa0f8 commit e33e428

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/core/app_protection.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ readonly DATA_PROTECTED_BUNDLES=(
8585
"com.lastpass.*" # LastPass
8686
"com.dashlane.*" # Dashlane
8787
"com.bitwarden.*" # Bitwarden
88-
"com.keepassx.*" # KeePassXC
89-
"org.keepassx.*" # KeePassX
88+
"com.keepassx.*" # KeePassXC (Legacy)
89+
"org.keepassx.*" # KeePassX
90+
"org.keepassxc.*" # KeePassXC
9091
"com.authy.*" # Authy
9192
"com.yubico.*" # YubiKey Manager
9293

0 commit comments

Comments
 (0)