Skip to content

Commit

Permalink
add InheritanceHash on WriteGPLink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Aug 26, 2024
1 parent 0007eaf commit 4378e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CommonLib/Processors/ACLProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ or Label.NTAuthStore
PrincipalType = resolvedPrincipal.ObjectType,
PrincipalSID = resolvedPrincipal.ObjectIdentifier,
IsInherited = inherited,
RightName = EdgeNames.WriteGPLink
RightName = EdgeNames.WriteGPLink,
InheritanceHash = aceInheritanceHash
};
else if (objectType == Label.Group && aceType == ACEGuids.WriteMember)
yield return new ACE {
Expand Down

0 comments on commit 4378e23

Please sign in to comment.