Skip to content

Commit

Permalink
fix: [Vault] Vault can not unlock.
Browse files Browse the repository at this point in the history
Add the AM path to vault white process.

Log: fix issue
Bug: https://pms.uniontech.com/bug-view-259595.html
  • Loading branch information
GongHeng2017 committed Jun 17, 2024
1 parent 59e7bb3 commit 866890b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ bool VaultManagerDBus::IsValidInvoker()
#ifdef QT_DEBUG
return true;
#else
static QStringList kVaultWhiteProcess = { "/usr/bin/dde-file-manager" };
static QStringList kVaultWhiteProcess = { "/usr/bin/dde-file-manager", "/usr/libexec/dde-file-manager" };
if (connection().isConnected()) {
uint pid = connection().interface()->servicePid(message().service()).value();
QFileInfo f(QString("/proc/%1/exe").arg(pid));
Expand Down

0 comments on commit 866890b

Please sign in to comment.