1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows Setup: Fix the implementation of backup/restore of file permission during update

This commit is contained in:
Mounir IDRASSI
2024-11-27 01:04:55 +01:00
parent 968b72947f
commit c98fc900d8
2 changed files with 4 additions and 13 deletions

View File

@@ -604,6 +604,7 @@ typedef struct _SECURITY_INFO_BACKUP {
PSID pOrigGroup;
PACL pOrigDacl;
PACL pOrigSacl;
PSECURITY_DESCRIPTOR pOrigSD;
} SECURITY_INFO_BACKUP, * PSECURITY_INFO_BACKUP;
typedef struct _PRIVILEGE_STATE {