Jan Engelhardt
b59c309bd1
- Update to version 2.40.2... - Enable kernel mountfd API, as it should be already stable (PED-9752). - Move autoreconf back to %build. - Add devel dependencies. - Remove util-linux-rpmlintrc. It is no more needed with multibuild. OBS-URL: https://build.opensuse.org/request/show/1191776 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=573
17 lines
668 B
Plaintext
17 lines
668 B
Plaintext
#%PAM-1.0
|
|
# This file is used by /bin/login in case of remote logins (means where
|
|
# the -h option is used).
|
|
auth requisite pam_nologin.so
|
|
auth [user_unknown=ignore success=ok ignore=ignore auth_err=die default=bad] pam_securetty.so
|
|
auth substack common-auth
|
|
auth include postlogin-auth
|
|
account substack common-account
|
|
account include postlogin-account
|
|
password substack common-password
|
|
password include postlogin-password
|
|
session required pam_loginuid.so
|
|
session optional pam_keyinit.so force revoke
|
|
session substack common-session
|
|
session include postlogin-session
|
|
session optional pam_mail.so standard
|