This adds all the information related to a hook function including name, priority, input parameters and output result. This enables policies to access this information for all sorts of constraint checks.
Related PRs
N/A
Development Checklist
[x] I have added a descriptive title to this PR.
[x] I have squashed related commits together.
[x] I have rebased my branch on top of the latest main branch.
[x] I have performed a self-review of my own code.
[ ] I have commented on my code, particularly in hard-to-understand areas.
[ ] I have added docstring(s) and type annotations to my code.
[ ] I have made corresponding changes to the documentation (docs).
Ticket(s)
Description
This adds all the information related to a hook function including name, priority, input parameters and output result. This enables policies to access this information for all sorts of constraint checks.
Related PRs
N/A
Development Checklist
Legal Checklist