Accepting request 726710 from Base:System
OBS-URL: https://build.opensuse.org/request/show/726710 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=74
This commit is contained in:
commit
0c4341c4eb
@ -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
|
Tue Oct 23 12:36:49 UTC 2018 - kstreitova@suse.com
|
||||||
|
|
||||||
|
4
at.spec
4
at.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package at
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
13
atd.pamd
13
atd.pamd
@ -2,9 +2,10 @@
|
|||||||
# The PAM configuration file for the at daemon
|
# The PAM configuration file for the at daemon
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
auth sufficient pam_rootok.so
|
auth sufficient pam_rootok.so
|
||||||
auth include common-auth
|
auth include common-auth
|
||||||
account include common-account
|
account include common-account
|
||||||
password include common-password
|
password include common-password
|
||||||
session required pam_loginuid.so
|
session optional pam_keyinit.so force revoke
|
||||||
session include common-session
|
session required pam_loginuid.so
|
||||||
|
session include common-session
|
||||||
|
Loading…
x
Reference in New Issue
Block a user