The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=08ae26534e0ccf379a2b2849d0e2a92da609d3ad
commit 08ae26534e0ccf379a2b2849d0e2a92da609d3ad Author: Minsoo Choo <[email protected]> AuthorDate: 2023-12-26 17:26:16 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2023-12-26 17:28:25 +0000 Update LOCKS for Git Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/937 --- LOCKS | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/LOCKS b/LOCKS index ceebb8e131df..74dd0c13b824 100644 --- a/LOCKS +++ b/LOCKS @@ -6,8 +6,6 @@ subsystem login expires notes -------------------------------------- Special cases: -releng/* 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. +releng/* branches Requires Security Officer approval. +/sys/dev/random Requires Security Officer approval. +/sys/libkern/arc4random.c Requires Security Officer approval.
