diff --git a/rtemsbsd/src/rtems-bsd-prot.c b/rtemsbsd/src/rtems-bsd-prot.c index e77f63d6..bf87c878 100644 --- a/rtemsbsd/src/rtems-bsd-prot.c +++ b/rtemsbsd/src/rtems-bsd-prot.c @@ -28,6 +28,7 @@ #include #include #include +#include static MALLOC_DEFINE(M_CRED, "cred", "credentials"); @@ -238,3 +239,4 @@ crsetgroups(struct ucred *cr, int ngrp, gid_t *groups) crsetgroups_locked(cr, ngrp, groups); } +SYSCTL_NODE(_security, OID_AUTO, bsd, CTLFLAG_RW, 0, "BSD security policy");