Re: [PATCH v2] audit: do a quick exit when syscall number is less than 0

From: Paul Moore
Date: Mon Apr 04 2022 - 09:12:33 EST


On Sun, Apr 3, 2022 at 10:23 PM <cgel.zte@xxxxxxxxx> wrote:
>
> From: Yang Yang <yang.yang29@xxxxxxxxxx>
>
> Userspace may use syscall with syscall number less than 0 by calling
> syscall(syscall_num,..). This kind of syscall could never be audited,
> because auditctl requires rule with syscall number >=0. Therefore we
> better do a quick handle no need to gohead with this situation.
>
> Note that auditctl may set rules auditing invalid syscall with syscall
> number bigger than NR_syscalls, to keep this mechanism working, we do
> no more check(context->major bigger than NR_syscalls or not).
>
> Signed-off-by: Yang Yang <yang.yang29@xxxxxxxxxx>
> Reported-by: Zeal Robot <zealci@xxxxxxxxxx>
> ---
> v2:
> - cancel checking against NR_syscalls
> ---
> kernel/auditsc.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

As discussed previously, this is not something I want to merge
upstream at this time.

--
paul-moore.com