]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileAdd.c
Update UID drivers to align with latest UEFI spec 2.3.1.
[mirror_edk2.git] / SecurityPkg / UserIdentification / UserProfileManagerDxe / UserProfileAdd.c
index eb96c8edf6a1bb633fb5e93fb8dee54633382ce8..11233a1509547dcf06fa0ba75fe0ea9c02098720 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The functions to add a user profile.\r
     \r
-Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
@@ -239,7 +239,7 @@ SetIdentityPolicy (
 \r
   NewUserInfo->InfoType    = EFI_USER_INFO_IDENTITY_POLICY_RECORD;\r
   NewUserInfo->InfoAttribs = EFI_USER_INFO_STORAGE_PLATFORM_NV | \r
-                             EFI_USER_INFO_PRIVATE | \r
+                             EFI_USER_INFO_PUBLIC | \r
                              EFI_USER_INFO_EXCLUSIVE;\r
   NewUserInfo->InfoSize    = sizeof (EFI_USER_INFO) + Policy->Length;\r
   UserInfo                 = NULL;\r