feat(acl): implement access control layer #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:feat/acl-layer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the ACL layer from spec 002. Pure authorization functions: permission lookup, level comparison, ownership checks, privilege escalation protection, and root account protection. All 15 spec tasks complete.