Skip to content

Commit

Permalink
Merge pull request canonical#1967 from jdstrand/lp1626121
Browse files Browse the repository at this point in the history
interfaces/apparmor: allow 'm' in default policy for snap-exec
  • Loading branch information
niemeyer authored Sep 21, 2016
2 parents 1ca20d5 + 60b7e8f commit 1d3e3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interfaces/apparmor/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ var defaultTemplate = []byte(`
/{,usr/}bin/zip ixr,
/{,usr/}bin/zipgrep ixr,
# For snappy reexec on 4.8+ kernels
/usr/lib/snapd/snap-exec m,
# For printing the cache (we don't allow updating the cache)
/{,usr/}sbin/ldconfig{,.real} ixr,
Expand Down

0 comments on commit 1d3e3e8

Please sign in to comment.