Merge pull request !68 from YinZong/master_1120_2
This commit is contained in:
openharmony_ci 2024-11-21 08:56:54 +00:00 committed by Gitee
commit 4a4bc0ac5f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -80,7 +80,7 @@ void PolicyInfoManager::CleanPolicyOnMac(const std::vector<std::string> &filePat
std::vector<bool> result(policies.size());
macAdapter_.UnSetSandboxPolicyByUser(userId, policies, result);
int32_t count = 0;
uint32_t count = 0;
for (bool res : result) {
if (!res) {
++count;