search for: baselabel

Displaying 11 results from an estimated 11 matches for "baselabel".

2014 Sep 25
2
Missing security model in 1.2.8?
...untu distributes. Specifically, "virsh capabilities" shows this: <secmodel> <model>apparmor</model> <doi>0</doi> </secmodel> <secmodel> <model>dac</model> <doi>0</doi> <baselabel type='kvm'>+112:+113</baselabel> <baselabel type='qemu'>+112:+113</baselabel> </secmodel> Which seems reasonable as well as expected. I build 1.2.8 using the same commands, install the generated packages, recycle, and virsh reports this:...
2014 Sep 26
0
Re: Missing security model in 1.2.8?
...; > <secmodel> > > <model>apparmor</model> > > <doi>0</doi> > > </secmodel> > > <secmodel> > > <model>dac</model> > > <doi>0</doi> > > <baselabel type='kvm'>+112:+113</baselabel> > > <baselabel type='qemu'>+112:+113</baselabel> > > </secmodel> > > Which seems reasonable as well as expected. > > I build 1.2.8 using the same commands, install the generated package...
2014 Jul 10
2
How to config qga to support dompmsuspend
...</cpus> </cell> </cells> </topology> <secmodel> <model>none</model> <doi>0</doi> </secmodel> <secmodel> <model>dac</model> <doi>0</doi> <baselabel type='kvm'>+0:+0</baselabel> <baselabel type='qemu'>+0:+0</baselabel> </secmodel> </host> <guest> <os_type>hvm</os_type> <arch name='ppc'> <wordsize>32</wordsize> <emul...
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, > > > > > >
2013 Jul 15
0
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
...;vm->seclabels[i]->model" is NULL. > > > It probably would have been helpful had I posted everything in the struct: (gdb) print vm->seclabels[i] $6 = (virSecurityLabelDefPtr) 0x7fffd0009dc0 (gdb) print *(vm->seclabels[i]) $7 = {model = 0x0, label = 0x0, imagelabel = 0x0, baselabel = 0x0, type = 1, norelabel = true, implicit = false}
2013 Jul 15
1
Re: libvrtd-1.1.0 crashes when attempting to start some (but not all) LXC containers
On Mon, Jul 15, 2013 at 7:37 AM, Dennis Jenkins <dennis.jenkins.75@gmail.com > wrote: > Ah ha! I just learned about "gdb bt full". The existing core dump might > have what you need: Line #442. However, the line numbers for the source > code in the source tree that my Gentoo system is building from does not > match exactly what you listed. > > Line #442 for me
2019 Jul 16
0
libvirtd failing on MacOS in setgroups
.../local/bin/qemu-system-xtensaeb: internal error: Failed to start QEMU binary /usr/local/bin/qemu-system-xtensaeb for probing: libvirt: error : cannot set supplemental groups: Invalid argument As a result `virsh capabilities` as root returns nothing: $ sudo virsh capabilities | grep qemu <baselabel type='qemu'>+0:+0</baselabel> whereas running as a regular user works fine: $ virsh capabilites | grep qemu <domain type='qemu'/> <domain type='qemu'/> <domain type='qemu'/> <domain type='qemu'/>...
2007 Dec 11
0
[LLVMdev] Exception handling in JIT
...teDefaultMemManager(); > + } > + > + unsigned char* EmitExceptionTable(MachineFunction* MF, > + unsigned char* StartFunction, > + unsigned char* EndFunction); > + > + void EmitFrameMoves(intptr_t BaseLabelPtr, > + const std::vector<MachineMove> &Moves); > + > + unsigned char* EmitCommonEHFrame(const Function* Personality); > + > + unsigned char* EmitEHFrame(const Function* Personality, > + unsigned char* StartBuffe...
2007 Dec 12
3
[LLVMdev] Exception handling in JIT
...gt; + } >> + >> + unsigned char* EmitExceptionTable(MachineFunction* MF, >> + unsigned char* StartFunction, >> + unsigned char* EndFunction); >> + >> + void EmitFrameMoves(intptr_t BaseLabelPtr, >> + const std::vector<MachineMove> &Moves); >> + >> + unsigned char* EmitCommonEHFrame(const Function* Personality); >> + >> + unsigned char* EmitEHFrame(const Function* Personality, >> + u...
2007 Dec 10
2
[LLVMdev] Exception handling in JIT
Hi everyone, Here's a patch that enables exception handling when jitting. I've copy/pasted _many_code from lib/Codegen/DwarfWriter.cpp, so we may need to factorize it, but the functionality is there and I'm very happy with it :) lli should now be able to execute the output from llvm-gcc when using exceptions (the UnwindInst instruction is not involved in this patch). Just add the
2015 May 22
2
libvirt with gcc5 Test failing
...... OK 349) QEMU XML-2-ARGV monitor-json ... OK 350) QEMU XML-2-ARGV no-shutdown ... OK 351) QEMU XML-2-ARGV seclabel-dynamic ... OK 352) QEMU XML-2-ARGV seclabel-dynamic-baselabel ... OK 353) QEMU XML-2-ARGV seclabel-dynamic-override ... OK 354) QEMU XML-2-ARGV seclabel-dynamic-labelskip ... OK 355) QEMU XML-2-ARGV seclabel-dynamic-relabel ... OK 356) QEMU XML-2-ARGV seclabel-stati...