mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 03:10:39 +01:00
3ee26da51c
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@723 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
29 lines
895 B
Plaintext
29 lines
895 B
Plaintext
#
|
|
# Shorewall version 1.4 - User Sets File
|
|
#
|
|
# /etc/shorewall/usersets
|
|
#
|
|
# This file is used to define Shorewall "User Sets". 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.
|
|
#
|
|
# USER A Linux user name or number defined in /etc/passwd.
|
|
#
|
|
# GROUP A linux group name or number defined in /etc/groups.
|
|
#
|
|
# The GROUP may be omitted. If it is supplied, then the USER may be
|
|
# entered as "-" in which case all members of the specified group are
|
|
# included in the USERSET.
|
|
#
|
|
################################################################################
|
|
#USERSET USER GROUP
|
|
#
|
|
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
|
|
|