NetBSD/sys/secmodel
elad adf8d7aab2 Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is
allowed. It takes three int * arguments indicating domain, type, and
protocol. Replace previous KAUTH_REQ_NETWORK_SOCKET_RAWSOCK with it (but
keep it still).

Places that used to explicitly check for privileged context now don't
need it anymore, so I replaced these with XXX comment indiacting it for
future reference.

Documented and updated examples as well.
2006-10-25 22:49:22 +00:00
..
bsd44 Introduce KAUTH_REQ_NETWORK_SOCKET_OPEN, to check if opening a socket is 2006-10-25 22:49:22 +00:00
overlay Make the sysctl warnings on dmesg ("..returned 17") go away, after many 2006-09-17 14:27:40 +00:00
files.secmodel
secmodel.h