NetBSD/share/examples/secmodel
elad cd05a6ee9b Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests,
KAUTH_REQ_NETWORK_NFS_EXPORT and KAUTH_REQ_NETWORK_NFS_SVC, and use them
to replace two KAUTH_GENERIC_ISSUSER calls in the NFS code.

Also replace two more with KAUTH_SYSTEM_MKNOD, where appropriate.

Documetnation and examples updated. More to come.
2008-02-28 17:07:49 +00:00
..
README
example.h
files.example
secmodel_example.c Introduce a new kauth action, KAUTH_NETWORK_NFS, and two requests, 2008-02-28 17:07:49 +00:00

README

$NetBSD: README,v 1.1 2006/09/15 15:49:29 elad Exp $

These files can be used by developers interested in writing security models
for NetBSD from scratch.

They address both developing security models for in-tree integration or
distribution as LKMs.

Placed in the public domain.