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


  # wide-open network rules to common mail and web ports
  tcp_connect to 0.0.0.0:25,
  tcp_connect to 0.0.0.0:80,
  tcp_connect to 0.0.0.0:109,
  tcp_connect to 0.0.0.0:110,
  tcp_connect to 0.0.0.0:143,
  tcp_connect to 0.0.0.0:220,
  tcp_connect to 0.0.0.0:443,
  tcp_connect to 0.0.0.0:993,
  tcp_connect to 0.0.0.0:995,
  tcp_connect to 0.0.0.0:1109,
  tcp_connect to 0.0.0.0:106,
  tcp_connect to 0.0.0.0:465,

  # some per-user evolution files

  # imported from /usr/bin/bonobo-moniker-xmldb
  /home/*/evolution/config.xmldb*               rwl,
  /home/*/evolution/private/config.xmldb*       rwl,

  # imported from /usr/bin/evolution
  /home/*/evolution                     rw,
  /home/*/evolution/private             rwx,
  /home/*/evolution/**                  rw,

  # imported from /usr/bin/evolution-addressbook
  /home/*/evolution/addressbook-sources.xml     r,
  /home/*/.gnome/accels/evolution-addressbook   rw,

  # imported from /usr/bin/evolution-calendar
  /home/*/evolution/config/*                    rw,

  # imported from /usr/bin/evolution-mail
  /home/*/.camel_certs/*                        rw,
  /home/*/evolution/*.db                        rw,
  /home/*/evolution/*.xml                       r,
  /home/*/evolution/config/*                    rw,
  /home/*/evolution/local/**                    rw,
  /home/*/evolution/mail/**                     rwl,

  # imported from /usr/bin/wombat
  /home/*/evolution/local/Contacts/addressbook.db   rw,
  /home/*/evolution/local/**.{ics,ics~}             rwl,

