5b1df30051
Allow the location of capabilities.conf to be configured. Also allow a per-abi syscall prefix to be configured with the abi_func_prefix syscalls.conf variable and check syscalls against entries in capabilities.conf with and without the prefix amended. Take advantage of these two features to allow use shared capabilities.conf between the default syscall vector and the freebsd32 compatability layer. We've been inconsistent about keeping the two in sync as evidenced by the bugs fixed in r340294. This eliminates that problem going forward. Reviewed by: kib Obtained from: CheriBSD Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17932
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
# $FreeBSD$
|
|
sysnames="freebsd32_syscalls.c"
|
|
sysproto="freebsd32_proto.h"
|
|
sysproto_h=_FREEBSD32_SYSPROTO_H_
|
|
syshdr="freebsd32_syscall.h"
|
|
syssw="freebsd32_sysent.c"
|
|
sysmk="/dev/null"
|
|
syscallprefix="FREEBSD32_SYS_"
|
|
switchname="freebsd32_sysent"
|
|
namesname="freebsd32_syscallnames"
|
|
systrace="freebsd32_systrace_args.c"
|
|
abi_func_prefix="freebsd32_"
|
|
capabilities_conf="../../kern/capabilities.conf"
|