mirror of
https://gitee.com/openharmony/accesscontrol_sandbox_manager
synced 2024-11-23 06:40:49 +00:00
commit
4a4bc0ac5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user