~serge-hallyn/ubuntu/quantal/lxc/lxc-fixapi

« back to all changes in this revision

Viewing changes to debian/apparmor/lxc-default

  • 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
# Do not load this file.  Rather, load /etc/apparmor.d/lxc-containers, which
 
2
# will source all profiles under /etc/apparmor.d/lxc
 
3
 
 
4
profile lxc-container-default flags=(attach_disconnected,mediate_deleted) {
 
5
  #include <abstractions/lxc-container-default>
 
6
}