  # $Id: user-mozilla 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.
# ----------------------------------------------------------------------


  # allow mozilla to contact any webserver on common ports as well as
  # common proxy ports. If you'd like to limit mozilla to a
  # site-specific proxy, this is the place to do it.
  tcp_connect to 0.0.0.0:80,
  tcp_connect to 0.0.0.0:443,
  tcp_connect to 0.0.0.0:8080,
  tcp_connect to 0.0.0.0:8081,
  tcp_connect to 0.0.0.0:3128,
  # SWAT
  tcp_connect to 0.0.0.0:901,

  # evidently mozilla contacts an esd port here
  tcp_connect to 127.0.0.1:16001,

  # per-user mozilla config files
  /home/*/.mozilla/**                       rwl,
  /home/*/.Xdefaults                        r,
  /home/*/.mailcap                          r,
  /home/*/.mime.types                       r,
  # per-user ESD
  /home/*/.esd_auth                         r,

  # perhaps you wish your users to be able to execute programs right
  # from mozilla?
  /usr/X11R6/bin/gv                         px,
  /usr/bin/plugger                          px,
  /usr/bin/xpdf                             px,
  /usr/X11R6/bin/xmessage                   px,

