NAME
secmodel_overlay
- sample overlay security model implementation
SYNOPSIS
DESCRIPTION
secmodel_overlay
is a sample implementation for an overlay security model.
It can be thought of as a
``filter''
for the underlying model it overlays, by default it is
secmodel_bsd44(9),
where developers or administrators can implement custom policies using
least intrusive code changes.
FILES
/usr/src/sys/secmodel/overlay/secmodel_overlay.c
SEE ALSO
kauth(9),
secmodel(9),
secmodel_bsd44(9)
AUTHORS
Elad Efrat <elad@NetBSD.org>