NetBSD/sys/secmodel
plunky 80c6ec5db1 remove last usage of KAUTH_ISSUSER in bluetooth code by adding
some requests to the device scope:

	KAUTH_DEVICE_BLUETOOTH_SEND_COMMAND
	KAUTH_DEVICE_BLUETOOTH_RECV_COMMAND
	KAUTH_DEVICE_BLUETOOTH_RECV_EVENT
	KAUTH_DEVICE_BLUETOOTH_RECV_DATA

and a listener tied to the HCI protocol that will approve the basic
minimum to be sent and received.

handle the requests in the bsd44_suser listener by approving all
when the credential is root.
2009-08-10 18:25:20 +00:00
..
bsd44 remove last usage of KAUTH_ISSUSER in bluetooth code by adding 2009-08-10 18:25:20 +00:00
overlay Adapt to secmodel_securelevel. 2008-02-23 23:32:30 +00:00
securelevel Extend the existing security models for upcoming gpio(4) changes. 2009-07-25 16:08:02 +00:00
files.secmodel Make securelevel a "secmodel" of its own. 2007-11-21 22:49:05 +00:00
secmodel.h