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
|
2021-07-15 13:04:44 +02:00
|
|
|
# Copyright (C) 2019-2021 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.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2023-06-30 23:36:12 -07:00
|
|
|
abi <abi/4.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
|
|
|
|
2024-03-12 22:01:40 +01:00
|
|
|
# pam_unix
|
|
|
|
owner /proc/@{pid}/loginuid r,
|
|
|
|
/{,usr/}{,s}bin/unix_chkpwd Px,
|
|
|
|
|
2024-03-24 14:10:33 +01:00
|
|
|
# pam_env
|
|
|
|
@{etc_ro}/environment r,
|
|
|
|
|
|
|
|
# pam_limit
|
|
|
|
@{etc_ro}/security/limits.d/ r,
|
|
|
|
@{etc_ro}/security/limits.d/*.conf r,
|
|
|
|
|
2023-06-09 00:47:32 -04:00
|
|
|
# gssapi
|
|
|
|
@{etc_ro}/gss/mech r,
|
|
|
|
@{etc_ro}/gss/mech.d/ r,
|
|
|
|
@{etc_ro}/gss/mech.d/*.conf 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,
|
2021-07-15 13:04:44 +02:00
|
|
|
@{etc_ro}/login.defs.d/ r,
|
|
|
|
@{etc_ro}/login.defs.d/*.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>
|