Accepting request 726545 from home:kstreitova:branches:Base:System

- atd.pamd: integrate pam_keyinit pam module [bsc#1144041]

OBS-URL: https://build.opensuse.org/request/show/726545
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=109
This commit is contained in:
Kristyna Streitova 2019-08-28 09:19:57 +00:00 committed by Git OBS Bridge
parent dc37b70368
commit 9ea99fedbc
3 changed files with 14 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 27 15:51:24 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>
- atd.pamd: integrate pam_keyinit pam module [bsc#1144041]
-------------------------------------------------------------------
Tue Oct 23 12:36:49 UTC 2018 - kstreitova@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package at
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

View File

@ -2,9 +2,10 @@
# The PAM configuration file for the at daemon
#
#
auth sufficient pam_rootok.so
auth include common-auth
account include common-account
password include common-password
session required pam_loginuid.so
session include common-session
auth sufficient pam_rootok.so
auth include common-auth
account include common-account
password include common-password
session optional pam_keyinit.so force revoke
session required pam_loginuid.so
session include common-session