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
|
2019-10-07 21:47:25 +02:00
|
|
|
# Copyright (C) 2019 Christian Boltz
|
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.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
# 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
|
2020-07-23 20:42:42 +02:00
|
|
|
@{etc_ro}/nologin r,
|
|
|
|
@{etc_ro}/pam.d/* r,
|
|
|
|
@{etc_ro}/securetty r,
|
|
|
|
@{etc_ro}/security/* r,
|
|
|
|
@{etc_ro}/shadow r,
|
|
|
|
@{etc_ro}/gshadow r,
|
|
|
|
@{etc_ro}/pwdb.conf r,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
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
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/kerberosclient>
|
2006-04-11 21:52:54 +00:00
|
|
|
# SuSE's pwdutils are different:
|
2020-07-23 20:42:42 +02:00
|
|
|
@{etc_ro}/default/passwd r,
|
|
|
|
@{etc_ro}/login.defs r,
|
2006-04-11 21:52:54 +00:00
|
|
|
|
2006-05-02 00:25:47 +00:00
|
|
|
# nis
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/nis>
|
2006-05-02 00:25:47 +00:00
|
|
|
|
|
|
|
# winbind
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/winbind>
|
2006-04-11 21:52:54 +00:00
|
|
|
|
2009-11-04 14:25:42 -06:00
|
|
|
# likewise
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/likewise>
|
2009-11-04 14:25:42 -06:00
|
|
|
|
|
|
|
# smbpass
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/smbpass>
|
2009-11-04 14:25:42 -06:00
|
|
|
|
2012-01-06 11:46:52 -06:00
|
|
|
# p11-kit (PKCS#11 modules configuration)
|
2020-06-09 23:28:41 +02:00
|
|
|
include <abstractions/p11-kit>
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/authentication.d>
|