  # $Id: authentication 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 services need to perform authentication of users
  # Such authentication almost certainly needs access to the local users
  # databases containing passwords, PAM configuration files, PAM libraries
  /etc/nologin                r,
  /etc/pam.d/*                r,
  /etc/securetty              r,
  /etc/security/*             r,
  /etc/shadow                 r,
  /etc/gshadow                r,
  /etc/pwdb.conf              r,

  /lib64/security/pam_filter/*  r,
  /lib64/security/pam_*.so      r,
  /lib64/security               r,

  /lib/security/pam_filter/*  r,
  /lib/security/pam_*.so      r,
  /lib/security               r,

  # kerberos
  #include <abstractions/kerberosclient>
  # SuSE's pwdutils are different:
  /etc/default/passwd         r,
  /etc/login.defs             r,
