Re: [PATCH] seccomp sandbox: fix typo w/x32 check

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

 



damn. Thanks for the patch. I've applied to both HEAD and the V_7_5 branch.

On Mon, 20 Mar 2017, Mike Frysinger wrote:

> ---
>  sandbox-seccomp-filter.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
> index 3a1aedce72c2..a8d472a63ccb 100644
> --- a/sandbox-seccomp-filter.c
> +++ b/sandbox-seccomp-filter.c
> @@ -235,7 +235,7 @@ static const struct sock_filter preauth_insns[] = {
>  	 * x86-64 syscall under some circumstances, e.g.
>  	 * https://bugs.debian.org/849923
>  	 */
> -	SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT);
> +	SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT),
>  #endif
>  
>  	/* Default deny */
> -- 
> 2.12.0
> 
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev@xxxxxxxxxxx
> https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
> 
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev



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

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux