1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

Explicitly require Security Officer's approval for kernel PRNG bits.

Note that there is ongoing discussion about approval requirement
for userland PRNG bits.

Reviewed by:	so (des)
Approved by:	core (jhb)
Approved by:	re (gjb)
This commit is contained in:
Edward Tomasz Napierala 2013-09-17 14:19:05 +00:00
parent 91270ec52e
commit bb53d809a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255635

4
LOCKS
View File

@ -12,3 +12,7 @@ releng/5.* Requires Security Officer approval.
releng/6.* Requires Security Officer approval.
releng/7.* Requires Security Officer approval.
releng/8.* Requires Security Officer approval.
head/sys/dev/random Requires Security Officer approval.
head/sys/libkern/arc4random.c Requires Security Officer approval.
stable/*/sys/dev/random Requires Security Officer approval.
stable/*/sys/libkern/arc4random.c Requires Security Officer approval.