Cole Robinson b785f3f594 cli: Support --disk seclabelX.model (and relabel, and label)
This adds support for setting VirtualDisk <seclabel> XML. This
invents a new command line scheme for cases like this where there
are possibly multiple child elements that we want to specify
on the command line. So if you just want to specify one <seclabel>
block, you can do the expected

  --disk ...,seclabel.model=dac,relabel=no

However if you want to specify 2 <seclabel> blocks you need to do:

  --disk ...,seclabel0.model=dac,seclabel0.relabel=no,seclabel1.model=selinux,seclabel1.relabel=no
2016-06-14 19:05:30 -04:00
..
2016-04-18 16:42:12 -04:00
2015-09-05 17:20:43 -04:00
2015-03-23 15:56:55 -04:00
2015-03-23 15:56:55 -04:00
2016-04-18 16:42:12 -04:00
2016-03-24 14:15:49 -04:00
2016-04-18 16:42:12 -04:00
2016-06-13 18:37:30 -04:00