-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AccessControl] Add Access Control checks to event management #15376
Conversation
PR #15376: Size comparison from e71be1c to 16ed696 Increases (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
16ed696
to
abc556f
Compare
PR #15376: Size comparison from e71be1c to abc556f Increases (30 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (34 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PR #15376: Size comparison from e7484ee to a20b424 Increases above 0.2%:
Increases (26 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
Full report (27 builds for cyw30739, efr32, k32w, linux, p6, qpg, telink)
|
Terminology wise, please change "ACL check" to "Access Control check" where it occurs. Access can be granted without an ACL (e.g. during commissioning) and involves more than just ACLs. I only actually use the term ACL (more specifically, ACL entry) for the data thing that is used as part of those checks. Thanks. |
61e3172
to
ab1082a
Compare
PR #15376: Size comparison from 4668421 to ab1082a Increases (29 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Full report (32 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Problem
Fixes #14435
Change overview
Testing
@mlepage-google will add test cases and fix potential bugs.