Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



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.




Home | Main Index | Thread Index | Old Index