-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow explicit PASE in access control (#14550)
* Disallow operational PASE in AccessControl::Check We won't have explicit operational PASE ACL entries for v1.0. We will enforce that PASE is only during commissioning, therefore all PASE subjects will be granted administer privilege. Past v1.0, if/when we want operational PASE (requires solving some tricky multi-fabric issues), we'll have to check against PASE subjects in entries, and also for implicite PASE administer privilege during commissioning we'll have to verify that the incoming PASE subject is commissioning (otherwise it should not get that implicit privilege escalation). Part of issue #10242 * Update unit tests * Use unused variable in test code To avoid warning about unused variable.
- Loading branch information
1 parent
e2d3f1a
commit 2536f0b
Showing
2 changed files
with
44 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters