summaryrefslogtreecommitdiff
path: root/sys/secmodel/bsd44/secmodel_bsd44.c
AgeCommit message (Expand)Author
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2011-12-04Implement the register/deregister/evaluation API for secmodel(9). Itjym
2011-11-28The secmodel(9)s init, start and stop routines are managed by eachjym
2009-10-02First part of secmodel cleanup and other misc. changes:elad
2009-05-03Move dovfsusermount to secmodel_bsd44, where it really belongs.elad
2007-11-21Make securelevel a "secmodel" of its own.elad
2007-01-16Use secmodel_register() and secmodel_deregister().elad
2007-01-16Implement secmodel_bsd44_start(), secmodel_bsd44_stop(), andelad
2007-01-09Remove advertising clause from all of my stuff.elad
2007-01-02Don't compile secmodel_start() if built as an LKM.elad
2007-01-02Make the securelevel contained by not exposing the variable that keepselad
2006-12-31Explicitly 'extern int securelevel;' in the sysctl(9) setup routine.elad
2006-10-06Create 'security.curtain' for documentation compatibility.elad
2006-09-17Make the sysctl warnings on dmesg ("..returned 17") go away, after manyelad
2006-09-08Add __KERNEL_RCSID(), requested by and okay xtraeme@.elad
2006-09-08First take at security model abstraction.elad