From e7a417afe28ebc6f74663973477d57015de45afb Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 20 Jan 2024 12:16:55 +0000 Subject: [PATCH] AEXECVE can be removed, because pinsyscall SYS_execve detection has been deleted. --- sys/sys/acct.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/acct.h b/sys/sys/acct.h index bd2ec247096..dba7b5ed61c 100644 --- a/sys/sys/acct.h +++ b/sys/sys/acct.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acct.h,v 1.14 2023/12/11 00:39:43 deraadt Exp $ */ +/* $OpenBSD: acct.h,v 1.15 2024/01/20 12:16:55 deraadt Exp $ */ /* $NetBSD: acct.h,v 1.16 1995/03/26 20:23:52 jtc Exp $ */ /*- @@ -66,7 +66,6 @@ struct acct { #define APLEDGE 0x00000020 /* killed due to pledge violation */ #define ATRAP 0x00000040 /* memory access violation */ #define AUNVEIL 0x00000080 /* unveil access violation */ -#define AEXECVE 0x00000100 /* execve from wrong libc stub */ #define APINSYS 0x00000200 /* syscall pin violation */ u_int32_t ac_flag; /* accounting flags */ }; -- 2.20.1