>>> On 09.06.16 at 16:47, <dgde...@tycho.nsa.gov> wrote:
> --- a/xen/xsm/flask/ss/policydb.h
> +++ b/xen/xsm/flask/ss/policydb.h
> @@ -158,8 +158,8 @@ struct ocontext {
>                  u64 high_iomem;
>          } iomem;
>      } u;
> -    struct context context[2];    /* security context(s) */
> -    u32 sid[2];    /* SID(s) */
> +    struct context context[1];    /* security context(s) */
> +    u32 sid[1];    /* SID(s) */

Is keeping them be arrays useful for anything?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to