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

Christophe Fergeau cfergeau at redhat.com
Fri Mar 11 09:26:48 UTC 2016


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 b/src/usb-acl-helper.c
> index 20400eb..54b038b 100644
> --- a/src/usb-acl-helper.c
> +++ b/src/usb-acl-helper.c
> @@ -198,7 +198,10 @@ void spice_usb_acl_helper_open_acl_async(SpiceUsbAclHelper *self,
>      GIOStatus status;
>      GPid helper_pid;
>      gsize bytes_written;
> -    gchar *argv[] = { (char*) ACL_HELPER_PATH"/spice-client-glib-usb-acl-helper", NULL };
> +    const gchar *acl_helper = g_getenv("USB_ACL_HELPER");

Can you prefix this with "SPICE_" ?

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20160311/e946a9d9/attachment.sig>


More information about the Spice-devel mailing list