Skip to content

Commit

Permalink
fix: create WriteAccountRestrictions edges from DA (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK authored Mar 26, 2024
1 parent 5c9845b commit 21553ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonLib/Processors/ACLProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ or Label.NTAuthStore
IsInherited = inherited,
RightName = EdgeNames.AddAllowedToAct
};
else if (objectType == Label.Computer && aceType == ACEGuids.UserAccountRestrictions && !resolvedPrincipal.ObjectIdentifier.EndsWith("-512"))
else if (objectType == Label.Computer && aceType == ACEGuids.UserAccountRestrictions)
yield return new ACE
{
PrincipalType = resolvedPrincipal.ObjectType,
Expand Down

0 comments on commit 21553ad

Please sign in to comment.