From e33e4285695de3c1a34026761028fa15323bc10d Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 9 Jan 2026 14:43:50 +0800 Subject: [PATCH] fix: add KeePassXC new bundle id to protection list (#285) --- lib/core/app_protection.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/core/app_protection.sh b/lib/core/app_protection.sh index 2c617a4..8f68be5 100755 --- a/lib/core/app_protection.sh +++ b/lib/core/app_protection.sh @@ -85,8 +85,9 @@ readonly DATA_PROTECTED_BUNDLES=( "com.lastpass.*" # LastPass "com.dashlane.*" # Dashlane "com.bitwarden.*" # Bitwarden - "com.keepassx.*" # KeePassXC - "org.keepassx.*" # KeePassX + "com.keepassx.*" # KeePassXC (Legacy) + "org.keepassx.*" # KeePassX + "org.keepassxc.*" # KeePassXC "com.authy.*" # Authy "com.yubico.*" # YubiKey Manager