svn commit: r255635 - head

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Sep 17 14:19:05 UTC 2013


Author: trasz
Date: Tue Sep 17 14:19:05 2013
New Revision: 255635
URL: http://svnweb.freebsd.org/changeset/base/255635

Log:
  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)

Modified:
  head/LOCKS

Modified: head/LOCKS
==============================================================================
--- head/LOCKS	Tue Sep 17 12:59:37 2013	(r255634)
+++ head/LOCKS	Tue Sep 17 14:19:05 2013	(r255635)
@@ -12,3 +12,7 @@ releng/5.*	Requires Security Officer app
 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.


More information about the svn-src-all mailing list