  # $Id: ftpd 5268 2005-09-08 22:44:11Z sarnold $
# ----------------------------------------------------------------------
#    PROPRIETARY DATA of NOVELL INC.
#    Copyright (c) 2004, NOVELL (All rights reserved)
#
#    This document contains trade secret data which is the property
#    of NOVELL Inc.  This document is submitted to recipient in
#    confidence. Information contained herein may not be used, copied
#    or disclosed in whole or in part except as permitted by written
#    agreement signed by an officer of NOVELL, Inc.
# ----------------------------------------------------------------------

  # ftp's well-known ports
  tcp_accept to 0.0.0.0:20-21,
  tcp_connect from 0.0.0.0:20,
  
  # vsftpd appears to use random ports for passive and active ftp both,
  # so we allow both here; disallow binding to low ports.
  # passive
  tcp_accept to 0.0.0.0:1025-65535,
  # active
  tcp_connect from 0.0.0.0:1025-65535,

  # ftp access for users
  /home/*/[a-zA-Z0-9]**      rwl,
  /home/*                    r,

