NetBSD/sys/lkm
elad 6887492c26 Make securelevel a "secmodel" of its own.
While it's true that it's part of the traditional 4.4BSD security model,
there may come a time where a different "primary" security model used for
fine-grained privileges (ie., splitting root's responsibilities to various
privileges that can be assigned) may want to still have a securelevel
setting.

Idea from Daniel Carosone:

  http://mail-index.netbsd.org/tech-security/2006/08/25/0001.html

The location of the removed files, for reference, was:

  src/secmodel/bsd44/secmodel_bsd44_securelevel.c
  src/secmodel/bsd44/securelevel.h
2007-11-21 22:49:05 +00:00
..
arch machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
compat Pecoff lkm doesn't need its own syscall table, remove and reinstate lkm build. 2007-11-10 09:43:13 +00:00
dev Use BUILDSYMLINKS to avoid a compilation error where the source file 2007-11-20 21:47:34 +00:00
exec Add compat_linux and exec_linux_elf lkm support for amd64: 2007-10-19 18:52:09 +00:00
kauth Make securelevel a "secmodel" of its own. 2007-11-21 22:49:05 +00:00
misc Extend the envsys2 API (one more time, sorry) as defined in: 2007-11-16 08:00:11 +00:00
net Remove 3rd clause and my name from all the licences which were only in my 2007-09-10 10:35:51 +00:00
netinet s/iplattach/ipfattach/ and s/ipldetach/ipfdetach/ 2007-06-04 12:38:58 +00:00
syscall make this compile with standard warning level 2006-07-05 14:33:20 +00:00
vfs don't init the device since it's not part of puffs anymore 2007-11-13 18:35:56 +00:00
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile.inc Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the 2007-05-28 12:06:17 +00:00
TODO