Merge lp:~townsend/libertine-scope/puritine-apparmor into lp:libertine-scope

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

Commit message

Use wildcard matching for allowing reading any puritine click package paths that have the name "puritine" anywhere in the Click package name.

Description of the change

See bug #1590453 for security's approval of this change.

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

PASSED: Continuous integration, rev:46
https://jenkins.canonical.com/libertine/job/lp-libertine-scope-ci/25/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/libertine/job/build/30
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=vivid+overlay,testname=default/16
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=default/16
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=vivid+overlay,testname=default/16
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=xenial+overlay,testname=default/16
    None: https://jenkins.canonical.com/libertine/job/lp-generic-update-mp/25/console
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-0-fetch/30
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=vivid+overlay/31
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=xenial+overlay/31
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/24
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/24/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/24
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/24/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/24
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/24/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/24
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/24/artifact/output/*zip*/output.zip

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

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

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libertine-scope.apparmor'
2--- libertine-scope.apparmor 2016-06-01 16:09:43 +0000
3+++ libertine-scope.apparmor 2016-06-09 12:04:30 +0000
4@@ -5,7 +5,7 @@
5 "read_path": [
6 "@{HOME}/.local/share/libertine/",
7 "@{HOME}/.cache/libertine-container/",
8- "@{CLICK_DIR}/com.ubuntu.puritine/"
9+ "@{CLICK_DIR}/*puritine*/"
10 ],
11 "write_path": [
12 "/{dev,run}/shm/lttng-ust-wait-5*"

Subscribers

People subscribed via source and target branches