~snappy-dev/snap-confine/15.04

« back to all changes in this revision

Viewing changes to debian/usr.bin.ubuntu-core-launcher

  • Committer: Snappy Tarmac
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2015-06-05 17:31:04 UTC
  • mfrom: (65.1.1 15.04)
  • Revision ID: snappy_tarmac-20150605173104-y5ii9ae9tnz2tmvb
Backporting change to allow writing to all forms of TMPDIR (LP: #1460517) by rsalveti approved by chipaca

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    # set up snap-specific private /tmp dir
54
54
    capability chown,
55
55
    /tmp/ w,
56
 
    /tmp/snap.*/ w,
 
56
    /tmp/snap{s,.*}/ w,
57
57
    mount options=(rw private) -> /tmp/,
58
58
    mount options=(rw bind) /tmp/snap.*/ -> /tmp/,
59
59
}