[libvirt] [PATCH v1 0/2] Keep original file label

Michal Privoznik mprivozn at redhat.com
Thu Mar 13 09:02:43 UTC 2014


This creates a new file to store the original file labels.
Or do we want the whole functionality to reside in virtlockd?

Michal Privoznik (2):
  security_dac: Keep original file label
  security_dac: Lock label store file

 src/Makefile.am                  |   3 +-
 src/locking/lock_driver.h        |   2 +
 src/locking/lock_driver_lockd.c  |  25 +++
 src/lxc/lxc_controller.c         |   2 +-
 src/lxc/lxc_driver.c             |   3 +-
 src/qemu/qemu_driver.c           |   9 +-
 src/security/security_dac.c      | 412 +++++++++++++++++++++++++++++++++++----
 src/security/security_manager.c  |  24 ++-
 src/security/security_manager.h  |   7 +-
 tests/qemuhotplugtest.c          |   2 +-
 tests/seclabeltest.c             |   2 +-
 tests/securityselinuxlabeltest.c |   3 +-
 tests/securityselinuxtest.c      |   2 +-
 13 files changed, 438 insertions(+), 58 deletions(-)

-- 
1.9.0




More information about the libvir-list mailing list