diff --git a/client/internal/profilemanager/service.go b/client/internal/profilemanager/service.go index dcdb5ab72..f39bb2e3d 100644 --- a/client/internal/profilemanager/service.go +++ b/client/internal/profilemanager/service.go @@ -652,7 +652,7 @@ func (s *ServiceManager) ClaimLegacyProfiles(id ipcauth.Identity) { } func (s *ServiceManager) ClaimDefaultProfileIfNeeded(id ipcauth.Identity) { - if !id.Known() || ipcauth.IsPrivilegedCaller(id) || !defaultProfileClaimDisabled() { + if !id.Known() || ipcauth.IsPrivilegedCaller(id) || defaultProfileClaimDisabled() { return }