forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 project-chip#10242
- Loading branch information
1 parent
28ed85a
commit 45c18d2
Showing
1 changed file
with
13 additions
and
16 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