NetBSD/sys/secmodel/bsd44
elad 8bb202af97 Move ktrace, ptrace, systrace, and procfs to use kauth(9).
First, remove process_checkioperm() calls from MD code. Similar checks
using kauth(9) routines (on the process scope, using appropriate action)
are done in the callers.

Add secmodel back-end to handle each subsystem.
2006-11-28 17:27:09 +00:00
..
bsd44.h
files.bsd44
secmodel_bsd44_logic.c
secmodel_bsd44_securelevel.c Move ktrace, ptrace, systrace, and procfs to use kauth(9). 2006-11-28 17:27:09 +00:00
secmodel_bsd44_suser.c Move ktrace, ptrace, systrace, and procfs to use kauth(9). 2006-11-28 17:27:09 +00:00
secmodel_bsd44.c Create 'security.curtain' for documentation compatibility. 2006-10-06 23:01:12 +00:00
securelevel.h Oops, forgot to do this one in previous commit. 2006-11-04 15:36:37 +00:00
suser.h Implement the "device" scope. 2006-09-30 20:05:57 +00:00