Re: [PATCH 1/2] arm64: Enable seccomp architecture tracking

2020-11-11 Thread Kees Cook
On Tue, Nov 10, 2020 at 05:26:38PM +, Catalin Marinas wrote: > On Tue, Oct 27, 2020 at 05:19:59PM -0700, Kees Cook wrote: > > To enable seccomp constant action bitmaps, we need to have a static > > mapping to the audit architecture and system call table size. Add these > > for arm64. > > > > S

Re: [PATCH 1/2] arm64: Enable seccomp architecture tracking

2020-11-10 Thread Catalin Marinas
On Tue, Oct 27, 2020 at 05:19:59PM -0700, Kees Cook wrote: > To enable seccomp constant action bitmaps, we need to have a static > mapping to the audit architecture and system call table size. Add these > for arm64. > > Signed-off-by: Kees Cook > --- > arch/arm64/include/asm/seccomp.h | 15 +