Re: [Spice-devel] [PATCH spice-gtk v2 5/6] usb-acl-helper: add env var for specifying acl helper binary

2016-03-11 Thread Marc-André Lureau
Hi - Original Message - > On Fri, 2016-03-11 at 10:26 +0100, Christophe Fergeau wrote: > > On Thu, Mar 10, 2016 at 11:17:16AM -0600, Jonathon Jongsma wrote: > > > This allows us to execute a custom mock acl helper binary for testing > > > purposes. > > > --- > > > src/usb-acl-helper.c |

Re: [Spice-devel] [PATCH spice-gtk v2 5/6] usb-acl-helper: add env var for specifying acl helper binary

2016-03-11 Thread Jonathon Jongsma
On Fri, 2016-03-11 at 10:26 +0100, Christophe Fergeau wrote: > On Thu, Mar 10, 2016 at 11:17:16AM -0600, Jonathon Jongsma wrote: > > This allows us to execute a custom mock acl helper binary for testing > > purposes. > > --- > > src/usb-acl-helper.c | 5 - > > 1 file changed, 4 insertions(+),

Re: [Spice-devel] [PATCH spice-gtk v2 5/6] usb-acl-helper: add env var for specifying acl helper binary

2016-03-11 Thread Christophe Fergeau
On Thu, Mar 10, 2016 at 11:17:16AM -0600, Jonathon Jongsma wrote: > This allows us to execute a custom mock acl helper binary for testing > purposes. > --- > src/usb-acl-helper.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/usb-acl-helper.c

[Spice-devel] [PATCH spice-gtk v2 5/6] usb-acl-helper: add env var for specifying acl helper binary

2016-03-10 Thread Jonathon Jongsma
This allows us to execute a custom mock acl helper binary for testing purposes. --- src/usb-acl-helper.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/usb-acl-helper.c b/src/usb-acl-helper.c index 20400eb..54b038b 100644 --- a/src/usb-acl-helper.c +++