From 050555e129789fa2e20eba565f1320936b3d66e4 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Mon, 13 May 2024 16:10:01 +0200 Subject: [PATCH] syscalls.master: allow vfork(2) in capsicum(4) capability mode There is no reason not do do this, we already allow fork(2), and I need vfork(2) for CHERI process colocation. Reviewed by: brooks, emaste, oshogbo MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D39829 --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 274167ac11d..094c538b22e 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -497,7 +497,7 @@ int flags ); } -66 AUE_VFORK STD { +66 AUE_VFORK STD|CAPENABLED { int vfork(void); } 67 AUE_NULL OBSOL vread