NetBSD/sys/secmodel
riastradh a55f2e09f1 Accept ioctl(RNDADDDATA) estimates at securelevel 1 (but not 2).
securelevel=1 is supposed to be a reasonable default for normal
computers.  This got in the way of ever getting entropy from a seed
on a machine with no HWRNG -- e.g., from another machine, or by
making the executive decision that what has been sampled is good
enough and issuing `head -c 32 < /dev/urandom > /dev/random'.
2020-05-28 23:17:25 +00:00
..
bsd44 Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
extensions Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
keylock Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
overlay Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
securelevel Accept ioctl(RNDADDDATA) estimates at securelevel 1 (but not 2). 2020-05-28 23:17:25 +00:00
suser Make it clear that only KAUTH_MACHDEP_SVS_DISABLE is deprecated. 2020-05-16 19:12:38 +00:00
files.secmodel
secmodel.c
secmodel.h