search for: secdriv

Displaying 10 results from an estimated 10 matches for "secdriv".

Did you mean: secdrv
2014 Jan 13
3
libvirt on armhf with selinux driver
hi, recently i've been busy with libvirt(d) v1.2.0 on armhf and i see, even if selinux sec driver is enabled on the configure stage, the driver is not finally created. these configure parameters are: --with-selinux --with-secdriver-selinux --with-selinux-mount=/sys/fs/selinux the /sys/fs/selinux is valid, selinux is running in permissive mode, got also libselinux DEV package installed, so no missing req. headers here. when trying to run libvirtd, i'm getting: error : virSecurityDriverLookup:78 : unsupported configura...
2014 Jan 13
2
Re: libvirt on armhf with selinux driver
...: >> hi, >> >> recently i've been busy with libvirt(d) v1.2.0 on armhf and i see, even >> if selinux sec driver is enabled on the configure stage, the driver is >> not finally created. these configure parameters are: >> >> --with-selinux >> --with-secdriver-selinux >> --with-selinux-mount=/sys/fs/selinux >> >> the /sys/fs/selinux is valid, selinux is running in permissive mode, got >> also libselinux DEV package installed, so no missing req. headers here. >> >> when trying to run libvirtd, i'm getting: >&gt...
2014 Aug 29
1
Unable to find security driver for label selinux
...s, I want to have a test on security driver for libvirt lxc on my debian system. What I do is as the following steps: 1) download the source code from git://libvirt.org/libvirt.git 2) compile and install with the source code as following: ./autogen.sh --system ./configure --with-selinux=yes --with-secdriver-selinux=yes make -j8 & make install root@debian:~/github/libvirt.git/tools# ./virsh --version=long Virsh command line tool of libvirt 1.2.8 See web site at http://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM LXC UML OpenVZ VMWare VirtualBox Test Networking: Remote Network Br...
2013 Mar 06
2
Libvirt remote-client compilation for RHEL4
Hi, We are trying to compile Libvirt 1.02 from source for an RHEL4 target. Our virtualization hosts are running the fedora 17/ RHEL6 with the latest standard libvirt binaries. This is where VMs will be created. But our user/development machines are RHEL4 and we would like users to be able to use virsh/libvirt/python to control the Vms running on RHEL6/fedora17 remotely from the their RHEL4
2015 May 08
2
Failed dependencies with perl-Sys-Virt
...source. my compile step: ./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \ --without-uml --without-openvz --without-vmware --without-vbox --without-lxc \ --without-esx --without-parallels --without-phyp -- without-test --with-yajl \ --without-selinux --without-secdriver-selinux make && make install #ls -l /usr/lib64/libvirt* -rw-r--r-- 1 root root 10144610 2月 6 15:34 /usr/lib64/libvirt.a -rwxr-xr-x 1 root root 1018 5月 8 19:51 /usr/lib64/libvirt.la -rwxr-xr-x 1 root root 1064 5月 8 19:51 /usr/lib64/libvirt-lxc.la lrwxrwxrwx 1 root root...
2014 Jan 13
0
Re: libvirt on armhf with selinux driver
....2014 16:10, Ivan Gooten wrote: > hi, > > recently i've been busy with libvirt(d) v1.2.0 on armhf and i see, even > if selinux sec driver is enabled on the configure stage, the driver is > not finally created. these configure parameters are: > > --with-selinux > --with-secdriver-selinux > --with-selinux-mount=/sys/fs/selinux > > the /sys/fs/selinux is valid, selinux is running in permissive mode, got > also libselinux DEV package installed, so no missing req. headers here. > > when trying to run libvirtd, i'm getting: > > error : virSecurit...
2014 Jan 14
0
Re: libvirt on armhf with selinux driver
...>>> recently i've been busy with libvirt(d) v1.2.0 on armhf and i see, even >>> if selinux sec driver is enabled on the configure stage, the driver is >>> not finally created. these configure parameters are: >>> >>> --with-selinux >>> --with-secdriver-selinux >>> --with-selinux-mount=/sys/fs/selinux >>> >>> the /sys/fs/selinux is valid, selinux is running in permissive mode, got >>> also libselinux DEV package installed, so no missing req. headers here. >>> >>> when trying to run libvirtd,...
2015 May 08
0
Re: Failed dependencies with perl-Sys-Virt
...step: > ./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \ > --without-uml --without-openvz --without-vmware --without-vbox --without-lxc \ > --without-esx --without-parallels --without-phyp -- without-test --with-yajl \ > --without-selinux --without-secdriver-selinux > > make && make install > > #ls -l /usr/lib64/libvirt* > -rw-r--r-- 1 root root 10144610 2月 6 15:34 /usr/lib64/libvirt.a > -rwxr-xr-x 1 root root 1018 5月 8 19:51 /usr/lib64/libvirt.la > -rwxr-xr-x 1 root root 1064 5月 8 19:51 /usr/lib64/libvir...
2014 Aug 22
1
Re: How to enable SELinux driver for libvirt?
于 2014年08月21日 20:58, Eric Blake 写道: > On 08/21/2014 01:38 AM, Qiang Guan wrote: >> Hi guys, >> >> It seems libvirt disable SELinux driver by default. > You need to provide more details to substantiate your claim. What > platform are you running on, and what version of libvirt? Did you build > it yourself or are you using the pre-built distro version? > >
2014 Jan 29
1
libvirt-sandbox question.
...id this by building 2.38.2 from source and installing it into /usr/local. Thus, the 2.36 version still exists in /lib64 and the normal CentOS applications use this version. I built libvirt 1.2.1 from source and installed it into /usr/local. I used: ./configure --with-lxc --with-selinux --with-secdriver-selinux --prefix=/usr/local I built libvirt-glib 0.1.7 from source and installed it into /usr/local. I used: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr/local I build libvirt-sandbox 0.5.1 from source and installed it into /usr/local. I used: PKG_CONFIG_PATH=/usr/...