Skip to content

Commit

Permalink
Added OwnsRaw and WriteOwnerRaw back to ACLRelationships so they are …
Browse files Browse the repository at this point in the history
…recalculated
  • Loading branch information
Mayyhem authored and zinic committed Jan 21, 2025
1 parent 426002a commit daad1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cue/bh/ad/ad.cue
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,9 @@ ACLRelationships: [
WritePKIEnrollmentFlag,
WritePKINameFlag,
WriteOwnerLimitedRights,
OwnsLimitedRights
OwnsLimitedRights,
OwnsRaw,
WriteOwnerRaw
]

// these edges are common to inbound/outbound/pathfinding
Expand Down

0 comments on commit daad1f8

Please sign in to comment.