]> xenbits.xensource.com Git - libvirt.git/commit
Revert changes to sec label parsing
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 25 Jan 2012 14:12:50 +0000 (14:12 +0000)
committerEric Blake <eblake@redhat.com>
Fri, 3 Feb 2012 00:36:40 +0000 (17:36 -0700)
commitae6135bf05b5c2469b9021124dff806fec910d5a
tree2eb5259611ef34fb34fabae6c55717f1f9bd139f
parente68f22ae6595363252b9129c150855ff7aa14e8b
Revert changes to sec label parsing

Revert parsing changes:

  commit 302fe95ffa1bc5f1c61c0beb31a1adfbc38c668e
  Author: Eric Blake <eblake@redhat.com>
  Date:   Wed Jan 4 16:01:24 2012 -0700

    seclabel: fix regression in libvirtd restart

  commit b43432931aef92325920953ff92beabfbe5224c8
  Author: Eric Blake <eblake@redhat.com>
  Date:   Thu Dec 22 17:47:50 2011 -0700

    seclabel: allow a seclabel override on a disk src

These two commits changed the sec label parsing code so that
the same code dealt with both the VM level sec label, and the
per device label. Unfortunately, as we add more options to the
VM level sec label, the logic required to use the same parsing
code for the per device label becomes unintelligible.

* src/conf/domain_conf.c: Remove support for parsing per
  device sec labels
src/conf/domain_conf.c