Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 10/20/2006 23:10:34
Module Name:	src
Committed By:	elad
Date:		Fri Oct 20 23:10:34 UTC 2006

Modified Files:
	src/share/examples/secmodel: secmodel_example.c
	src/share/man/man9: kauth.9
	src/sys/secmodel/bsd44: secmodel_bsd44_suser.c
	src/sys/sys: kauth.h

Log Message:
Introduce a new action on the network scope, KAUTH_NETWORK_INTERFACE,
used to manage network interfaces.

Add four sub-actions to fulfill generic needs for now, until a more
carefully defined usage of the interface is documented: get, set,
getpriv, and setpriv.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/share/examples/secmodel/secmodel_example.c
cvs rdiff -r1.21 -r1.22 src/share/man/man9/kauth.9
cvs rdiff -r1.10 -r1.11 src/sys/secmodel/bsd44/secmodel_bsd44_suser.c
cvs rdiff -r1.13 -r1.14 src/sys/sys/kauth.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.