~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

Viewing changes to debian/apparmor/usr.bin.lxc-start

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-06-19 15:13:23 UTC
  • Revision ID: package-import@ubuntu.com-20120619151323-w6x0fg3gzqiyfpk5
Tags: 0.8.0~rc1-4ubuntu14
* Apparmor profile update:
  - Move lxc-start profile content to abstractions/lxc-start-container
  - Move lxc-default profile content to abstractions/lxc/container-default
  - Include the abstractions
  - Update lxc-default-with-nesting to include both abstractions
  - Allow fstype=fuse.*, for all containers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <tunables/global>
 
2
 
 
3
/usr/bin/lxc-start flags=(attach_disconnected) {
 
4
  #include <abstractions/lxc-start-container>
 
5
}