[libvirt] [PATCH] Fix security driver handling of FIFOs with QEMU

2011-05-03 Thread Daniel P. Berrange
When setting up a FIFO for QEMU, it allows either a pair of fifos used unidirectionally, or a single fifo used bidirectionally. Look for the bidirectional fifo first when labelling since that is more useful * src/security/security_dac.c, src/security/security_selinux.c: Fix fifo handling ---

Re: [libvirt] [PATCH] Fix security driver handling of FIFOs with QEMU

2011-05-03 Thread Eric Blake
On 05/03/2011 08:41 AM, Daniel P. Berrange wrote: When setting up a FIFO for QEMU, it allows either a pair of fifos used unidirectionally, or a single fifo used bidirectionally. Look for the bidirectional fifo first when labelling since that is more useful * src/security/security_dac.c,