Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 01/16/2007 11:51:22
Module Name:	src
Committed By:	elad
Date:		Tue Jan 16 11:51:22 UTC 2007

Modified Files:
	src/sys/kern: kern_auth.c
	src/sys/sys: kauth.h

Log Message:
Introduce secmodel_register() and secmodel_deregister() (for now left
undocumented) and change logic in kauth_authorize_action() to only
allow an action if it wasn't explicitly allowed/denied and there are no
secmodels loaded.

Okay yamt@.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/kern/kern_auth.c
cvs rdiff -r1.33 -r1.34 src/sys/sys/kauth.h

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