|
|
A protected subsystem is a collection of files, devices, and commands that protect a set of resources and perform security tasks.
The C code for a protected subsystem has the following characteristics:
#define SecureWare
#include <sys/security.h> /* kernel data structures*/ /* used for security functions*/ #include <sys/audit.h> /* audit data structures */ #include <prot.h> /* data structures used by libprot*/