Merge lp:~snappy-dev/snap-confine/lp1496070 into lp:~snappy-dev/snap-confine/trunk

Proposed by Jamie Strandboge
Status: Merged
Merged at revision: 82
Proposed branch: lp:~snappy-dev/snap-confine/lp1496070
Merge into: lp:~snappy-dev/snap-confine/trunk
Diff against target: 20 lines (+3/-0)
1 file modified
debian/usr.bin.ubuntu-core-launcher (+3/-0)
To merge this branch: bzr merge lp:~snappy-dev/snap-confine/lp1496070
Reviewer Review Type Date Requested Status
Snappy Developers Pending
Review via email: mp+271167@code.launchpad.net

Commit message

debian/usr.bin.ubuntu-core-launcher (LP: #1496070):
- allow read to /usr/bin/ubuntu-core-launcher
- allow mmap and read to /lib/@{multiarch}/ld-*.so

Description of the change

debian/usr.bin.ubuntu-core-launcher (LP: #1496070):
- allow read to /usr/bin/ubuntu-core-launcher
- allow mmap and read to /lib/@{multiarch}/ld-*.so

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/usr.bin.ubuntu-core-launcher'
2--- debian/usr.bin.ubuntu-core-launcher 2015-08-19 13:20:44 +0000
3+++ debian/usr.bin.ubuntu-core-launcher 2015-09-15 17:51:53 +0000
4@@ -5,6 +5,7 @@
5 # We run privileged, so be fanatical about what we include and don't use
6 # any abstractions
7 /etc/ld.so.cache r,
8+ /lib/@{multiarch}/ld-*.so mr,
9 # libc, you are funny
10 /lib/@{multiarch}/libc{,-[0-9]*}.so* mr,
11 /lib/@{multiarch}/libpthread{,-[0-9]*}.so* mr,
12@@ -16,6 +17,8 @@
13 /usr/lib/@{multiarch}/libseccomp.so* mr,
14 /lib/@{multiarch}/libseccomp.so* mr,
15
16+ /usr/bin/ubuntu-core-launcher r,
17+
18 /dev/null rw,
19 /dev/full rw,
20 /dev/zero rw,

Subscribers

People subscribed via source and target branches

to all changes: