Displaying 2 results from an estimated 2 matches for "virsecuritylabeldefparsexml".
2013 Oct 31
2
libvirt_lxc: SELinux MCS
...4.
Every container run a separate instance of OpenSSH and Apache HTTPd and I need to give root privileges to the developers and I try to configure SELinux using svirt and MCS.
I try the secmodel type dynamic and static in the xml file but it didn't work, I received the following error:
error : virSecurityLabelDefParseXML:3228 : XML error: security label is missing
error : virNetSocketNewConnectUNIX:566 : Failed to connect socket to '/var/run/libvirt/lxc/cntr1.sock': Connection refused
I configure the followings secmodel definition and used chcon on the rootfs directory (created with yum) with "system_...
2013 Oct 31
0
Re: libvirt_lxc: SELinux MCS
...ner run a separate instance of OpenSSH and Apache HTTPd and I need to give root privileges to the developers and I try to configure SELinux using svirt and MCS.
> I try the secmodel type dynamic and static in the xml file but it didn't work, I received the following error:
>
> error : virSecurityLabelDefParseXML:3228 : XML error: security label is missing
> error : virNetSocketNewConnectUNIX:566 : Failed to connect socket to '/var/run/libvirt/lxc/cntr1.sock': Connection refused
>
> I configure the followings secmodel definition and used chcon on the rootfs directory (created with yum) wit...