index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
secmodel
/
bsd44
/
secmodel_bsd44.c
Age
Commit message (
Expand
)
Author
2020-03-16
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
pgoyette
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2011-12-04
Implement the register/deregister/evaluation API for secmodel(9). It
jym
2011-11-28
The secmodel(9)s init, start and stop routines are managed by each
jym
2009-10-02
First part of secmodel cleanup and other misc. changes:
elad
2009-05-03
Move dovfsusermount to secmodel_bsd44, where it really belongs.
elad
2007-11-21
Make securelevel a "secmodel" of its own.
elad
2007-01-16
Use secmodel_register() and secmodel_deregister().
elad
2007-01-16
Implement secmodel_bsd44_start(), secmodel_bsd44_stop(), and
elad
2007-01-09
Remove advertising clause from all of my stuff.
elad
2007-01-02
Don't compile secmodel_start() if built as an LKM.
elad
2007-01-02
Make the securelevel contained by not exposing the variable that keeps
elad
2006-12-31
Explicitly 'extern int securelevel;' in the sysctl(9) setup routine.
elad
2006-10-06
Create 'security.curtain' for documentation compatibility.
elad
2006-09-17
Make the sysctl warnings on dmesg ("..returned 17") go away, after many
elad
2006-09-08
Add __KERNEL_RCSID(), requested by and okay xtraeme@.
elad
2006-09-08
First take at security model abstraction.
elad