Skip to content

Commit

Permalink
Remove unused "<access modifier>" bits from XML. (#26330)
Browse files Browse the repository at this point in the history
Removing these does not change any codegen, either compile-time or for committed
files, so we're not using these for anything.  And they're not consistently
applied to the attributes that are fabric scoped, so if we did try to start
using them we would need to audit to decide where to do that, and not using them
anywhere makes that clear.

Fixes #26316
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 8, 2023
1 parent 342c7ab commit 5687713
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ limitations under the License.
<description>ACL</description>
<access op="read" privilege="administer"/>
<access op="write" privilege="administer"/>
<access modifier="fabric-scoped"/>
</attribute>

<attribute side="server" code="0x0001" define="EXTENSION" type="ARRAY" entryType="AccessControlExtensionStruct" writable="true" optional="true">
<description>Extension</description>
<access op="read" privilege="administer"/>
<access op="write" privilege="administer"/>
<access modifier="fabric-scoped"/>
</attribute>

<attribute side="server" code="0x0002" define="SUBJECTS_PER_ACCESS_CONTROL_ENTRY" type="int16u" writable="false">
Expand Down

0 comments on commit 5687713

Please sign in to comment.