#
# Shorewall version 1.4 - Users Sets File
#
# /etc/shorewall/usersets
#
#	A user set is a list of <user>, <group> or <user:group> names and can
#	be used to control access by individual users to other network hosts
#	from the firewall system.
#
# Columns are:
#
#	USERSET		The name of a user set. May be up to 6 characters in
#			length and must be a valid shell identifier.
#
#	REJECT		The log level for REJECT rules that match a user in this
#			userset.
#
#	ACCEPT		The log level for ACCEPT rules that match a user in this
#			userset.
#
#	DROP		The log level for DROP rules that match a user in this
#			userset.
#
# To omit one of the last three columns yet supply a value to one of the
# following ones, enter "-".
#
#USERSET	REJECT	ACCEPT	DROP
#
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE