1. 12 12月, 2016 2 次提交
  2. 26 9月, 2016 1 次提交
  3. 25 11月, 2015 1 次提交
  4. 24 4月, 2015 1 次提交
  5. 20 4月, 2015 1 次提交
  6. 09 4月, 2015 1 次提交
  7. 05 1月, 2015 1 次提交
  8. 04 9月, 2014 1 次提交
  9. 27 3月, 2014 1 次提交
  10. 08 2月, 2014 1 次提交
  11. 06 8月, 2012 1 次提交
  12. 15 7月, 2011 1 次提交
    • J
      update apparmor security driver for new udev paths · 3d732040
      Jamie Strandboge 提交于
      In the Ubuntu development release we recently got a new udev that
      moves /var/run to /run, /var/lock to /run/lock and /dev/shm to /run/shm.
      This change in udev requires updating the apparmor security driver in
      libvirt[1].
      
      Attached is a patch that:
       * adjusts src/security/virt-aa-helper.c to allow both
      LOCALSTATEDIR/run/libvirt/**/%s.pid and /run/libvirt/**/%s.pid. While
      the profile is not as precise, LOCALSTATEDIR/run/ is typically a symlink
      to /run/ anyway, so there is no additional access (remember that
      apparmor resolves symlinks, which is why this is still required even
      if /var/run points to /run).
       * adjusts example/apparmor/libvirt-qemu paths for /dev/shm
      
      [1]https://launchpad.net/bugs/810270
      
      --
      Jamie Strandboge             | http://www.canonical.com
      3d732040
  13. 08 7月, 2011 1 次提交
  14. 07 4月, 2010 1 次提交
    • J
      Improve the apparmor example · 2df32060
      Jamie Strandboge 提交于
      * examples/apparmor/libvirt-qemu examples/apparmor/usr.sbin.libvirtd
        examples/apparmor/usr.lib.libvirt.virt-aa-helper: Update the examples
      2df32060
  15. 13 11月, 2009 1 次提交
    • J
      AppArmor updates of examples · a8a560dd
      Jamie Strandboge 提交于
      * examples/apparmor/libvirt-qemu: adds pulseaudio, alsa and preliminary
        save/restore to the example apparmor abstraction
      * examples/apparmor/usr.sbin.libvirtd: allows libvirtd access to inet
        dgram, inet6 dgram, inet6 stream and /usr/lib/libvirt/*
      a8a560dd
  16. 08 10月, 2009 1 次提交
    • J
      Documentation and examples for SVirt Apparmor driver · 624a7927
      Jamie Strandboge 提交于
      * docs/drvqemu.html.in: include documentation for AppArmor sVirt
        confinement
      * examples/apparmor/TEMPLATE examples/apparmor/libvirt-qemu
        examples/apparmor/usr.lib.libvirt.virt-aa-helper
        examples/apparmor/usr.sbin.libvirtd: example templates and
        configuration files for SVirt Apparmor when using KVM/QEmu
      624a7927