Merge lp:~townsend/libertine-scope/fix-apparmor-spam into lp:libertine-scope

Proposed by Christopher Townsend
Status: Merged
Approved by: Larry Price
Approved revision: 57
Merged at revision: 57
Proposed branch: lp:~townsend/libertine-scope/fix-apparmor-spam
Merge into: lp:libertine-scope
Diff against target: 11 lines (+1/-1)
1 file modified
libertine-scope.apparmor (+1/-1)
To merge this branch: bzr merge lp:~townsend/libertine-scope/fix-apparmor-spam
Reviewer Review Type Date Requested Status
Larry Price Approve
Libertine CI Bot continuous-integration Approve
Review via email: mp+300880@code.launchpad.net

Commit message

Add wildcard for matching lttng-ust-wait to avoid the apparmor spam in syslog.

To post a comment you must log in.
Revision history for this message
Libertine CI Bot (libertine-ci-bot) wrote :

PASSED: Continuous integration, rev:57
https://jenkins.canonical.com/libertine/job/lp-libertine-scope-ci/52/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/libertine/job/build/202
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=vivid+overlay,testname=default/162
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=default/162
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=yakkety,testname=default/162
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=vivid+overlay,testname=default/162
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=xenial+overlay,testname=default/162
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=yakkety,testname=default/162
    None: https://jenkins.canonical.com/libertine/job/lp-generic-update-mp/155/console
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-0-fetch/205
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=vivid+overlay/190
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=xenial+overlay/190
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=yakkety/190
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/183
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/183/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/183
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/183/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/183
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/183/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/183
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/183/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/183
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/183/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/183
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/183/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/libertine/job/lp-libertine-scope-ci/52/rebuild

review: Approve (continuous-integration)
Revision history for this message
Larry Price (larryprice) wrote :

Seems good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libertine-scope.apparmor'
--- libertine-scope.apparmor 2016-06-09 11:58:58 +0000
+++ libertine-scope.apparmor 2016-07-22 13:07:12 +0000
@@ -8,7 +8,7 @@
8 "@{CLICK_DIR}/*puritine*/"8 "@{CLICK_DIR}/*puritine*/"
9 ],9 ],
10 "write_path": [10 "write_path": [
11 "/{dev,run}/shm/lttng-ust-wait-5*"11 "/{dev,run}/shm/lttng-ust-wait-*"
12 ]12 ]
13}13}
1414

Subscribers

People subscribed via source and target branches