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:
committed by
Mariusz Zaborski
parent
f3eeeb959c
commit
050555e129
@@ -497,7 +497,7 @@
|
||||
int flags
|
||||
);
|
||||
}
|
||||
66 AUE_VFORK STD {
|
||||
66 AUE_VFORK STD|CAPENABLED {
|
||||
int vfork(void);
|
||||
}
|
||||
67 AUE_NULL OBSOL vread
|
||||
|
||||
Reference in New Issue
Block a user