  # $Id: user-w3m 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 w3m to contact any webserver on common ports as well as
  # common proxy ports. If you'd like to limit w3m 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:81,
  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,

  # per-user w3m files
  /home/*/.bashrc                     r,
  /home/*/.mime.types                 r,
  /home/*/.rnd                        rw,
  /home/*/.w3m/*                      rwl,

  # helpers that w3m may execute:
  /bin/gunzip                         rix,
  /usr/lib/gdk-pixbuf/**              r,
  /usr/lib64/gdk-pixbuf/**            r,

  # suse
  /opt/gnome/lib/gdk-pixbuf/**        r,
  /opt/gnome/lib64/gdk-pixbuf/**      r,
