-
Notifications
You must be signed in to change notification settings - Fork 587
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
i/p/requestrules,o/i/apparmorprompting: move request matching logic into requestrules #14635
base: master
Are you sure you want to change the base?
i/p/requestrules,o/i/apparmorprompting: move request matching logic into requestrules #14635
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14635 +/- ##
==========================================
+ Coverage 78.20% 78.28% +0.07%
==========================================
Files 1151 1155 +4
Lines 151396 152616 +1220
==========================================
+ Hits 118402 119477 +1075
- Misses 25662 25768 +106
- Partials 7332 7371 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c00fe34
to
d9d8469
Compare
dd82a2c
to
3bfc9f6
Compare
3bfc9f6
to
93c202b
Compare
ca1bcdd
to
7b63769
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
…nto requestrules Signed-off-by: Oliver Calder <[email protected]>
7b63769
to
8fadf37
Compare
Test failures:
|
This PR builds on #14865, only the final commit is relevant to this PR.
Move the logic which iterates through requested permissions into the requestrules package, instead of the o/i/apparmorprompting package.
This work is tracked internally by https://warthogs.atlassian.net/browse/SNAPDENG-31370