X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=SecurityPkg%2FUserIdentification%2FUserProfileManagerDxe%2FUserProfileAdd.c;h=11233a1509547dcf06fa0ba75fe0ea9c02098720;hb=0c5b25f021a815d4ddce306139cc077db9afddfd;hp=eb96c8edf6a1bb633fb5e93fb8dee54633382ce8;hpb=5f4ef94a55807e1b42201866af232053183d3f8d;p=mirror_edk2.git diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileAdd.c b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileAdd.c index eb96c8edf6..11233a1509 100644 --- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileAdd.c +++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileAdd.c @@ -1,7 +1,7 @@ /** @file The functions to add a user profile. -Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -239,7 +239,7 @@ SetIdentityPolicy ( NewUserInfo->InfoType = EFI_USER_INFO_IDENTITY_POLICY_RECORD; NewUserInfo->InfoAttribs = EFI_USER_INFO_STORAGE_PLATFORM_NV | - EFI_USER_INFO_PRIVATE | + EFI_USER_INFO_PUBLIC | EFI_USER_INFO_EXCLUSIVE; NewUserInfo->InfoSize = sizeof (EFI_USER_INFO) + Policy->Length; UserInfo = NULL;