Merge lp://staging/~jdstrand/click-apparmor/lp1383858 into lp://staging/click-apparmor
Proposed by
Jamie Strandboge
Status: | Merged |
---|---|
Approved by: | Jamie Strandboge |
Approved revision: | 125 |
Merged at revision: | 125 |
Proposed branch: | lp://staging/~jdstrand/click-apparmor/lp1383858 |
Merge into: | lp://staging/click-apparmor |
Diff against target: |
30 lines (+10/-0) 2 files modified
aa-clickhook (+3/-0) debian/changelog (+7/-0) |
To merge this branch: | bzr merge lp://staging/~jdstrand/click-apparmor/lp1383858 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Beattie (community) | Approve | ||
Review via email: mp+239225@code.staging.launchpad.net |
Description of the change
aa-clickhook: disable expr tree simplification when calling the parser since this considerably slows down click policy compiles (LP: #1383858).
Installing click-appamor and python3-
$ ps auxww|grep apparmor_parser
root 29828 0.0 0.2 34808 21520 pts/45 R+ 12:00 0:00 /sbin/apparmor_
To post a comment you must log in.
This patch looks good to me, thanks!