]> xenbits.xensource.com Git - libvirt.git/commit
security: Manage the security label for scsi host device
authorOsier Yang <jyang@redhat.com>
Fri, 3 May 2013 18:07:28 +0000 (02:07 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 13 May 2013 11:08:40 +0000 (19:08 +0800)
commit2691cd5fe8ac71a9f68585399a22e98092cf7958
tree2b4426e32ea202bb6d63dd27a4751cc8aff2f336
parent6eb42e38e8ad019e7567f93999eabb12f94920b7
security: Manage the security label for scsi host device

To not introduce more redundant code, helpers are added for
both "selinux", "dac", and "apparmor" backends.

Signed-off-by: Han Cheng <hanc.fnst@cn.fujitsu.com>
Signed-off-by: Osier Yang <jyang@redhat>
v2.5 - v3:
  * Splitted from 8/10 of v2.5
  * Don't forget the other backends (DAC, and apparmor)
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_selinux.c