Displaying 4 results from an estimated 4 matches for "svirt_lxc_net_t".
2013 Apr 25
0
libvirt_lxc start problem when selinux enbale
...I start lxc through virsh???virsh -c lxc:/// start instance-00004bd6?
1. When selinux is Permissive?lxc start is ok
The result of ?Ps auxZ? is?
system_u:system_r:virtd_lxc_t:s0-s0:c0.c1023 root 19218 0.0 0.0 47624 1244 ? Ss 15:26 0:00 /usr/libexec/libvirt_lxc --name
system_u:system_r:svirt_lxc_net_t:s0:c192,c392 root 19219 0.3 0.0 19276 1532 ? Ss 15:26 0:00 /sbin/init
system_u:system_r:svirt_lxc_net_t:s0:c192,c392 root 19406 0.0 0.0 177444 1332 ? Sl 15:26 0:00 /sbin/rsyslogd -i /var/run/sysl
system_u:system_r:svirt_lxc_net_t:s0:c192,c392 root 19420 0.0 0.0 64120 1144 ? Ss 15:26 0:00...
2013 Apr 25
0
答复: libvirt_lxc start problem when selinux enbale
...I start lxc through virsh???virsh -c lxc:/// start instance-00004bd6?
1. When selinux is Permissive?lxc start is ok
The result of ?Ps auxZ? is?
system_u:system_r:virtd_lxc_t:s0-s0:c0.c1023 root 19218 0.0 0.0 47624 1244 ? Ss 15:26 0:00 /usr/libexec/libvirt_lxc --name
system_u:system_r:svirt_lxc_net_t:s0:c192,c392 root 19219 0.3 0.0 19276 1532 ? Ss 15:26 0:00 /sbin/init
system_u:system_r:svirt_lxc_net_t:s0:c192,c392 root 19406 0.0 0.0 177444 1332 ? Sl 15:26 0:00 /sbin/rsyslogd -i /var/run/sysl
system_u:system_r:svirt_lxc_net_t:s0:c192,c392 root 19420 0.0 0.0 64120 1144 ? Ss 15:26 0:00...
2013 Oct 31
2
libvirt_lxc: SELinux MCS
...used
I configure the followings secmodel definition and used chcon on the rootfs directory (created with yum) with "system_u:object_r:svirt_lxc_file_t:s0:c30,c50" label:
<seclabel type='static' model='selinux' relabel='no'>
<label>system_u:system_r:svirt_lxc_net_t:s0:c30,c50</label>
</seclabel>
or:
<seclabel type='dynamic' model='selinux' relabel='yes'>
<label>system_u:system_r:svirt_lxc_net_t:s0:c30,c50</label>
</seclabel>
I try to compile the last version from the master branch of git the re...
2013 Oct 31
0
Re: libvirt_lxc: SELinux MCS
...re the followings secmodel definition and used chcon on the rootfs directory (created with yum) with "system_u:object_r:svirt_lxc_file_t:s0:c30,c50" label:
>
> <seclabel type='static' model='selinux' relabel='no'>
> <label>system_u:system_r:svirt_lxc_net_t:s0:c30,c50</label>
> </seclabel>
>
> or:
>
> <seclabel type='dynamic' model='selinux' relabel='yes'>
> <label>system_u:system_r:svirt_lxc_net_t:s0:c30,c50</label>
> </seclabel>
>
> I try to compile the last...