-
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.
Add access control implementation for reading ACL
Add an actual implementation, incomplete of course. This supports reading the entire ACL attribute (all indexes, all fabrics). It doesn't support reading the extension attribute (which doesn't have any dependent code yet), or parts of ACL entries, etc. And it doesn't support writing (that's next priority). Access Control isn't yet set up in common code, hooked up in the IM, or persisted to flash. Therefore, it's set up here for now, and a few ACL entries are created which will be removed before more set up and hook up and persistence is done. (Just need some entries during development.) Tested by running chip-tool against chip-all-clusters-app to read those temporary ACL entries and inspect they are correctly read. This work is toward issue #10254.
- Loading branch information
1 parent
c68c025
commit a51525c
Showing
2 changed files
with
240 additions
and
1 deletion.
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