# Configuration file for checking approvals.
#
# If you want to commit to specific module/branch defined in this file,
# you should get approval from appropriate party.
#
# This file is maintained by core@FreeBSD.org.
#
# Format is tab separated.
# Use # as first character in a line for comment.
#
# You should satisfy all of lines which matching to modules and branches
# to commit.
#
# 1st column is regexp for module name.
# 2nd column is regexp for branch/tag name.
# 3rd column is regexp used with "Approved by:[\t ]*" line.
#
# $FreeBSD: approvers,v 1.48 2008/03/05 18:15:04 kensmith Exp $
#
# Note: CVS has no real concept of HEAD, but we have magic to make this work.
#^src/		HEAD		re
# Note that the RELENG_6 entry must be terminated with a 
# '$' in order to not match on other substrings.
#^src/		RELENG_7$	re
#^src/		RELENG_6$	re
^src/		RELENG_7_0	(security-officer|so)
^src/		RELENG_6_[0-3]	(security-officer|so)
^src/		RELENG_5_[0-5]	(security-officer|so)
^src/		RELENG_4_[3-9]	(security-officer|so)
^src/		RELENG_4_1[01]	(security-officer|so)
^CVSROOT/avail		HEAD	core
^CVSROOT/approvers	HEAD	(core|re)
^CVSROOT/access		HEAD	core
^src/LOCKS		HEAD	core
