On 07/01/2019 07:42, Christopher Clark wrote:
> diff --git a/docs/misc/xen-command-line.pandoc 
> b/docs/misc/xen-command-line.pandoc
> index aea13eb..68d4415 100644
> --- a/docs/misc/xen-command-line.pandoc
> +++ b/docs/misc/xen-command-line.pandoc
> @@ -193,6 +193,21 @@ This allows domains access to the Argo hypercall, which 
> supports registration
>  of memory rings with the hypervisor to receive messages, sending messages to
>  other domains by hypercall and querying the ring status of other domains.
>  
> +### argo-mac
> +> `= permissive | enforcing`

Are these command line options already in use in the OpenXT community?

I ask, because we are trying to avoid gaining multiple top level options
for related functionatliy.

IMO, this functionality could be covered more succinctly with:

  argo = List of [ <bool>, mac = permissive | enforcing ]

which also allows for cleaner addition of future options.

(Unfortunately, to implement this, you need my cmdline_strcmp() fixes,
which are still pending an ack.)

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to