~ubuntu-branches/ubuntu/quantal/lxc/quantal-201209191812

« back to all changes in this revision

Viewing changes to debian/apparmor/abstractions-lxc-start-container

  • Committer: Stéphane Graber
  • Date: 2012-09-13 13:52:50 UTC
  • Revision ID: stgraber@ubuntu.com-20120913135250-w9j40spyqkpx2s7l
Update apparmor to allow aufs and overlayfs mounts in pre-mount.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  mount options=bind /dev/pts/ptmx/ -> /dev/ptmx/,
9
9
  mount fstype=debugfs,
10
10
 
 
11
  # required for some pre-mount hooks (like the new lxc-start-ephemeral)
 
12
  mount fstype=overlayfs,
 
13
  mount fstype=aufs,
 
14
 
11
15
  # all umounts are under the original root's /mnt, but right now we
12
16
  # can't allow those umounts after pivot_root.  So allow all umounts
13
17
  # right now.  They'll be restricted for the container at least.