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
This commit is contained in:
Edward Tomasz Napierala
2024-05-13 16:10:01 +02:00
committed by Mariusz Zaborski
parent f3eeeb959c
commit 050555e129
+1 -1
View File
@@ -497,7 +497,7 @@
int flags
);
}
66 AUE_VFORK STD {
66 AUE_VFORK STD|CAPENABLED {
int vfork(void);
}
67 AUE_NULL OBSOL vread