1. 30 Apr, 2014 12 commits
  2. 11 Apr, 2014 2 commits
  3. 08 Apr, 2014 5 commits
  4. 07 Apr, 2014 5 commits
  5. 04 Apr, 2014 14 commits
  6. 01 Apr, 2014 2 commits
    • fix lxc-console not working by default · 02837208
      Guillaume ZITTA authored
      fix lxc-console not working by default
      Signed-off-by: 's avatarGuillaume ZITTA <lxc@zitta.fr>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
    • apparmor: auto-generate the blacklist rules · 4dd83fb4
      Serge Hallyn authored
      This uses the generate-apparmor-rules.py script I sent out some time
      ago to auto-generate apparmor rules based on a higher level set of
      block/allow rules.
      
      Add apparmor policy testcase to make sure that some of the paths we
      expect to be denied (and allowed) write access to are in fact in
      effect in the final policy.
      
      With this policy, libvirt in a container is able to start its
      default network, which previously it could not.
      
      v2: address feedback from stgraber
      	  put lxc-generate-aa-rules.py into EXTRA_DIST
      	  add lxc-test-apparmor, container-base and container-rules to .gitignore
      	  take lxc-test-apparmor out of EXTRA_DIST
      	  make lxc-generate-aa-rules.py pep8-compliant
      	  don't automatically generate apparmor rules
      	  This is only bc we can't be guaranteed that python3 will be
      	  available.
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
      Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>