qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v8 27/27] seccomp: add memfd_create to whitelist


From: Eduardo Otubo
Subject: Re: [Qemu-devel] [PATCH v8 27/27] seccomp: add memfd_create to whitelist
Date: Fri, 9 Oct 2015 17:21:47 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Oct 09, 2015 at 05=17=41PM +0200, address@hidden wrote:
> From: Eduardo Otubo <address@hidden>
> 
> This is used by memfd code.
> 
> Signed-off-by: Eduardo Otubo <address@hidden>
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
>  qemu-seccomp.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/qemu-seccomp.c b/qemu-seccomp.c
> index f9de0d3..80d034a 100644
> --- a/qemu-seccomp.c
> +++ b/qemu-seccomp.c
> @@ -237,7 +237,8 @@ static const struct QemuSeccompSyscall 
> seccomp_whitelist[] = {
>      { SCMP_SYS(fadvise64), 240 },
>      { SCMP_SYS(inotify_init1), 240 },
>      { SCMP_SYS(inotify_add_watch), 240 },
> -    { SCMP_SYS(mbind), 240 }
> +    { SCMP_SYS(mbind), 240 },
> +    { SCMP_SYS(memfd_create), 240 }
>  };
>  
>  int seccomp_start(void)
> -- 
> 2.4.3
> 

Acked-by: Eduardo Otubo <address@hidden>

-- 
Eduardo Otubo
ProfitBricks GmbH

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]