SECMODEL_OVERLAY(9) BSD Kernel Developer's Manual SECMODEL_OVERLAY(9)NAMEsecmodel_overlay -- sample overlay security model implementationSYNOPSIS#include <secmodel/overlay/overlay.h>DESCRIPTIONsecmodel_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.CODE REFERENCESsys/secmodel/overlay/secmodel_overlay.cSEE ALSOkauth(9), secmodel(9), secmodel_bsd44(9)AUTHORSElad Efrat <elad@NetBSD.org>BSDSeptember 15, 2006 BSD