2006-04-11 21:52:54 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2009-11-04 14:25:42 -06:00
|
|
|
# Copyright (C) 2002-2009 Novell/SUSE
|
2012-01-06 11:46:52 -06:00
|
|
|
# Copyright (C) 2009-2012 Canonical Ltd
|
2006-04-11 21:52:54 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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,
|
|
|
|
|
2016-12-03 10:59:01 +01:00
|
|
|
/{usr/,}lib{,32,64}/security/pam_filter/* mr,
|
|
|
|
/{usr/,}lib{,32,64}/security/pam_*.so mr,
|
|
|
|
/{usr/,}lib{,32,64}/security/ r,
|
|
|
|
/{usr/,}lib/@{multiarch}/security/pam_filter/* mr,
|
|
|
|
/{usr/,}lib/@{multiarch}/security/pam_*.so mr,
|
|
|
|
/{usr/,}lib/@{multiarch}/security/ r,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
# kerberos
|
|
|
|
#include <abstractions/kerberosclient>
|
|
|
|
# SuSE's pwdutils are different:
|
|
|
|
/etc/default/passwd r,
|
|
|
|
/etc/login.defs r,
|
|
|
|
|
2006-05-02 00:25:47 +00:00
|
|
|
# nis
|
|
|
|
#include <abstractions/nis>
|
|
|
|
|
|
|
|
# winbind
|
|
|
|
#include <abstractions/winbind>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
2009-11-04 14:25:42 -06:00
|
|
|
# likewise
|
|
|
|
#include <abstractions/likewise>
|
|
|
|
|
|
|
|
# smbpass
|
|
|
|
#include <abstractions/smbpass>
|
|
|
|
|
2012-01-06 11:46:52 -06:00
|
|
|
# p11-kit (PKCS#11 modules configuration)
|
|
|
|
#include <abstractions/p11-kit>
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
|
|
|
#include if exists <abstractions/authentication.d>
|