summaryrefslogtreecommitdiff
path: root/sys/secmodel/securelevel/secmodel_securelevel.c
AgeCommit message (Expand)Author
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