about summary refs log tree commit diff
path: root/gn_libs/privileges/authspec.py
AgeCommit message (Collapse)Author
3 daysSeparate checking of system and resource privileges. HEAD mainFrederick Muriuki Muriithi
Merging the resource and system privileges before checking leads to some subtle bugs. This commit separates the checking of the two.
2026-03-31Move generalised checker function to the authspec module.Frederick Muriuki Muriithi
2026-03-30Add checks for privileges.Frederick Muriuki Muriithi
* Make privileges a package rather than a module and rename previous module. * Add generic checks for most-common features of the system.