]> xenbits.xensource.com Git - libvirt.git/commit
sVirt AppArmor security driver
authorJamie Strandboge <jamie@canonical.com>
Thu, 8 Oct 2009 14:34:22 +0000 (16:34 +0200)
committerDaniel Veillard <veillard@redhat.com>
Thu, 8 Oct 2009 14:34:22 +0000 (16:34 +0200)
commitbbaecd6a8f15345bc822ab4b79eb0955986bb2fd
tree52c3749e8981e3b29156e4a68c6cefc85920f1c5
parentf5c65fa192f70ed7bf76a1b7296017c697a24dba
sVirt AppArmor security driver

* configure.in: look for AppArmor and devel
* src/security/security_apparmor.[ch] src/security/security_driver.c
  src/Makefile.am: add and plug the new driver
* src/security/virt-aa-helper.c: new binary which is used exclusively by
  the AppArmor security driver to manipulate AppArmor.
* po/POTFILES.in: registers the new files
* tests/Makefile.am tests/secaatest.c tests/virt-aa-helper-test:
  tests for virt-aa-helper and the security driver, secaatest.c is
  identical to seclabeltest.c except it initializes the 'apparmor'
  driver instead of 'selinux'
configure.in
po/POTFILES.in
src/Makefile.am
src/security/security_apparmor.c [new file with mode: 0644]
src/security/security_apparmor.h [new file with mode: 0644]
src/security/security_driver.c
src/security/virt-aa-helper.c [new file with mode: 0644]
tests/Makefile.am
tests/secaatest.c [new file with mode: 0644]
tests/virt-aa-helper-test [new file with mode: 0644]