summaryrefslogtreecommitdiff
path: root/sys/secmodel/securelevel
AgeCommit message (Expand)Author
2020-08-17Pull up following revision(s) (requested by riastradh in ticket #1053):martin
2018-07-15Retire ipkdb entirely. The option was removed from the config filesmaxv
2018-04-26Add KAUTH_MACHDEP_SVS_DISABLE and add support to secmodel_securelevel(9).alnsn
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-01-28Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}.jym
2012-06-27KNF fix. spaces vs. tabcheusov
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-17fix secmodel implementation of CPU_UCODE.cegger
2012-01-13Support CPU microcode loading via cpuctl(8).cegger
2011-12-05secmodel_eval(9) may want to access securelevel before it is setjym
2011-12-04Implement the register/deregister/evaluation API for secmodel(9). Itjym
2011-11-28Whitespace fixes.jym
2011-11-23Load entropy at system boot (only works at securelevel < 1); savetls
2009-10-07Compare against initproc, not pid 1, to check if it's init (unify).elad
2009-10-06Unify: >= 0 -> > -1.elad
2009-10-06Cosmetic changes to declarations. No functional change.elad
2009-10-06Factor out a block of code that appears in three places (Veriexec, keylock,elad
2009-10-03Introduce time_wraps() to check if setting the time will wrap it (orelad
2009-10-02Create securelevel variable under securelevel node.elad
2009-10-02First part of secmodel cleanup and other misc. changes:elad
2009-09-03Implement the vnode scope and adapt tmpfs to use it.elad
2009-07-25Extend the existing security models for upcoming gpio(4) changes.mbalmer
2009-05-06Sprinkle some switch defaults.elad
2009-01-11merge christos-time_tchristos
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-01-23Tons of process scope changes.elad
2008-01-16Pull in my modules code for review/test/hacking.ad
2008-01-14vp->v_rdev, not vp->v_un.vu_specinfo->si_rdev.ad
2007-12-31Remove systrace. Ok core@.ad
2007-11-25Deprecate KAUTH_REQ_SYSTEM_TIME_BACKWARDS, as it was merged intoelad
2007-11-25Refactor time modification checks and place them in the secmodel code.elad
2007-11-24Fix a long time issue where the securelevel secmodel would explicitlyelad
2007-11-21Make securelevel a "secmodel" of its own.elad