  # $Id: bash 5268 2005-09-08 22:44:11Z sarnold $
  # ----------------------------------------------------------------------
  #    PROPRIETARY DATA of NOVELL INC.
  #    Copyright (c) 2004-2005, 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.
  # ----------------------------------------------------------------------

  # Some common pieces needed by bash.

  #include <program-chunks/user-bash>

  # system-wide bash configuration
  /etc/profile.dos                 r,
  /etc/profile                     r,
  /etc/profile.d/*                 r,
  /etc/bashrc                      r,
  /etc/bash.bashrc                 r,
  /etc/bash_completion             r,
  /etc/bash_completion.d*          r,
  /etc/bash_completion.d/*         r,

  # bash relies on system-wide readline configuration
  /etc/inputrc                     r,

  # bash inspects filesystems at startup
  /etc/mtab                        r,
  /proc/sys/kernel/ngroups_max     r,
  /proc/*/mounts                   r,
  /proc/filesystems                r,

  # bash wants, not sure why.
  /proc/meminfo                    r,

  # probably readline wants to know terminal capabilities
  /usr/share/terminfo/**           r,

  # run out of /etc/bash.bashrc
  /etc/DIR_COLORS                  r,
  /bin/ls                          ix,
  /usr/bin/dircolors               ix,
