Displaying 2 results from an estimated 2 matches for "5bc6a400725b".
2019 May 27
2
[PATCH] Use proper label for nbdkit sockets
...ect_r:svirt_t:s0"
+ add_arg "--selinux-label"; add_arg "system_u:object_r:svirt_socket_t:s0"
);
(* Name of the plugin. Everything following is a plugin parameter. *)
diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml
index 0709c8152c4e..5bc6a400725b 100644
--- a/v2v/output_rhv_upload.ml
+++ b/v2v/output_rhv_upload.ml
@@ -213,7 +213,7 @@ See also the virt-v2v-output-rhv(1) manual.")
let args =
(* label the socket so qemu can open it *)
if have_selinux then
- args @ ["--selinux-label"; "system_u:obje...
2019 May 28
0
Re: [PATCH] Use proper label for nbdkit sockets
...add_arg "--selinux-label"; add_arg "system_u:object_r:svirt_socket_t:s0"
> );
>
> (* Name of the plugin. Everything following is a plugin parameter. *)
> diff --git a/v2v/output_rhv_upload.ml b/v2v/output_rhv_upload.ml
> index 0709c8152c4e..5bc6a400725b 100644
> --- a/v2v/output_rhv_upload.ml
> +++ b/v2v/output_rhv_upload.ml
> @@ -213,7 +213,7 @@ See also the virt-v2v-output-rhv(1) manual.")
> let args =
> (* label the socket so qemu can open it *)
> if have_selinux then
> - args @ ["--selin...