similar to: How to enable apparmor security driver for libvirt

Displaying 20 results from an estimated 1000 matches similar to: "How to enable apparmor security driver for libvirt"

2020 Jul 14
0
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 04:02:17PM +0300, Ram Lavi wrote: > On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com> > wrote: > > > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote: > > > Hello all, > > > > > > tl;dr, can you point me to the point in the libvirt repo where it's > > trying > > > to change a
2016 Jan 05
0
Re: Efficient live disk backup with active blockcommit : Failed 'block-commit': Could not reopen file: Permission denied
Hi , Based on the discussion and links referred as mentioned in earlier thread , I could able to perform the block commit and other operations successfully. Here are the changes required to perform block commit 1. Used Ubuntu 15.04 which has following versions of Libvirt and Qemu Compiled against library: libvirt 1.2.12 Using library: libvirt 1.2.12 Using API: QEMU 1.2.12 Running hypervisor:
2020 Sep 03
0
Re: libvirt 6.7 meson.build error
On Wed, Sep 02, 2020 at 11:56:58PM +0000, Chen Wenwei wrote: > Found pkg-config: /usr/local/bin/pkg-config (0.29.2) > Did not find CMake 'cmake' > Found CMake: NO > Run-time dependency libapparmor found: NO (tried pkgconfig and cmake) > Library attr found: YES > Library audit found: YES > Run-time dependency bash-completion found: YES 2.1 > Run-time dependency blkid
2016 May 12
0
R process killed when allocating too large matrix (Mac OS X)
On Thu, May 12, 2016 at 9:51 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: > My conclusion was I could not use the RAppArmor package. > > (But that's wrong: For the rlimit*() functions below, one do > *NOT* need an AppArmor-enabled version of Linux !) Yes, it is a relatively recent (unadvertised) feature that the package now builds on linux systems without
2020 Jul 16
1
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 6:03 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Tue, Jul 14, 2020 at 04:02:17PM +0300, Ram Lavi wrote: > > On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com> > > wrote: > > > > > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote: > > > > Hello all, > > > > > >
2004 Dec 22
0
RE Zaphfc/BRI Configuration help
Hi Muhammad From: "Muhammad Talha" <talha@worldcall.net.pk> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Wednesday, December 22, 2004 2:07 PM Subject: Re: [Asterisk-Users] Zaphfc/BRI Configuration help > Thanks for lan for your reply can you share your extention.conf > setting . > >
2020 Jul 14
2
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 3:33 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote: > > Hello all, > > > > tl;dr, can you point me to the point in the libvirt repo where it's > trying > > to change a tap-device's SELinux label? > > > > I am trying to create a tap device with libvirt on
2009 May 28
1
[PATCH node] Temporarily disable security driver.
I've uploaded a new libvirtd based on the latest release into F12 but it requires a selinux config which we do not have on the node. This is a temporary hack to make it work until we go to an F11 node. Must remember to remove this for F11!! Signed-off-by: Ian Main <imain at redhat.com> --- scripts/ovirt-functions | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff
2014 Mar 27
0
libvirt-users@redhat.com
Hi all I just encountered a problem in libvirt while was trying to attach and detach a sr-iov vf to my VM The version of my libvirt is 1.1.1-0ubuntu8.5 I tried to attach the device using following xml <interface type='hostdev' managed='yes'> <mac address='5c:01:fd:12:34:58'/> <source> <address type='pci'
2014 Mar 27
0
Attach / detach problem for passthrough/SR-IOV in libvirt
Hi all I just encountered a problem in libvirt while was trying to attach and detach a sr-iov vf to my VM The version of my libvirt is 1.1.1-0ubuntu8.5 I tried to attach the device using following xml <interface type='hostdev' managed='yes'> <mac address='5c:01:fd:12:34:58'/> <source> <address type='pci'
2020 Jul 14
0
Re: SELinux labels change in libvirt
On Tue, Jul 14, 2020 at 03:21:17PM +0300, Ram Lavi wrote: > Hello all, > > tl;dr, can you point me to the point in the libvirt repo where it's trying > to change a tap-device's SELinux label? > > I am trying to create a tap device with libvirt on a > super-privileged container, and then use it on another, > unprivileged container with libvirt. > User wise, I
2014 Aug 29
1
Unable to find security driver for label selinux
Hi experts, 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#
2006 Nov 28
1
Can't drop root group privileges
Hi all, I need your insight. I've been testing Dovecot on an AIX 5.2 system. Compiled and running fine. We have some users on an AIX 5.1 system, so I'm working on installing it there, so we can do further testing. I'm using Dovecot 1.0 RC15 with OpenSSL 9.0.7e, configured to use port 10143 (imap) and 10993 (imaps). The error I'm seeing in the log is: dovecot: Nov 28
2015 Dec 08
2
Re: Efficient live disk backup with active blockcommit : Failed 'block-commit': Could not reopen file: Permission denied
Thanks Kashyap for replying. QEMU has permissions to the directory which is having images. I will look into the AppArmor issue and find out more about this. Also as per suggestion from the link i have uncommented the user and group from the qemu.conf file - https://github.com/jedi4ever/veewee/issues/996 By checking more on the AppArmor and sVirt issue , i have modified the qemu.conf for
1998 Jul 30
0
username map broken in 1.9.18p8???
I'm having problems with the username map feature of Samba. Everything was running fine in 1.9.18p7. After the upgrade to 1.9.18p8, the mapping no longer occurs, and I see errors in the log file: password server CSUNTS rejected the password get_smbpwd_entry: unable to open file /usr/local/samba/private/smbpasswd I tried going back to 1.9.18p7, and sure enough things work like a charm. I
2015 Dec 08
0
Re: Efficient live disk backup with active blockcommit : Failed 'block-commit': Could not reopen file: Permission denied
Hi Was trying to get specific qemu-kvm version. Do you know any way to get the 2.1.2 installed. Was trying sudo apt-get install qemu-kvm=1.2.1 but its not working. Tried with sudo apt-get install qemu-kvm tree=1.2.1 But both have failed for Version not found. Thanks Keyur On Tue, Dec 8, 2015 at 11:21 AM, Keyur Bhalerao <keyurbhalerao@gmail.com> wrote: > Thanks Kashyap for replying.
2006 Sep 21
6
Dovecot Usage Poll
Hi all, I'm trying to get a feel for how many sites are using Dovecot and the size of the installation. Jonathan's query about big sites spurred my curiousity. I'd like to take an informal poll and will post results to the list. I'm interested in hearing from those of you who are using dovecot in a real-life/production type environment (not just testing). Please email me
2001 Dec 18
2
What to do with ODD encoder for AudioGrabber Cd-Ripper ?
Once i've run into misfeature. I've grabbed an Audio CD with one of russian opera's, and its comment been wirttenas a 8-bit ANSI text. When i tried to play them in WnAMP - the comments were unreadable. Peter (the author of WinAMP OGG plugin) told me, that the comments must be encoded using UTF-8. I wrote it to the author of AudioGrabber and he told me he will forward it to plugin
2015 Dec 09
2
Re: Efficient live disk backup with active blockcommit : Failed 'block-commit': Could not reopen file: Permission denied
This is not a libvirt/redhat question… With your method you can only revert to versions which are available in the standard repositories. You’ll have to download the packages manually to force a different version. Use with caution. There is a reason why the version isn’t in the standard repositories. Van: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] Namens Keyur
2006 May 08
1
ssl-build-param
Hi all, I'm trying to get dovecot up and running on an AIX 5.2 system with openssl 0.9.8a. Everything compiles fine, but when I start dovecot I find in the log: dovecot: May 08 13:39:14 Info: Dovecot v1.0.beta7 starting up dovecot: May 08 13:39:14 Info: Generating Diffie-Hellman parameters for the first time. This may take a while.. dovecot: May 08 13:39:14 Error: ssl-build-param: Trying to