capsicum: allow rfork(2) in capability mode

Reviewed by:	brooks, rwatson
MFC after:	4 days
Differential Revision:	https://reviews.freebsd.org/D45040
This commit is contained in:
Edward Tomasz Napierala 2024-05-21 21:55:09 +02:00 committed by Mariusz Zaborski
parent c80c104cbd
commit 6b7e4254a2

View file

@ -1455,7 +1455,7 @@
int inherit
);
}
251 AUE_RFORK STD {
251 AUE_RFORK STD|CAPENABLED {
int rfork(
int flags
);