Accepting request 736148 from Base:System

- polkit-keyinit.patch: add pam_keyinit to the polkit configuration (bsc#1144053) (forwarded request 736147 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/736148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2019-10-10 09:52:34 +00:00 committed by Git OBS Bridge
commit 57944da805
3 changed files with 17 additions and 1 deletions

9
polkit-keyinit.patch Normal file
View File

@ -0,0 +1,9 @@
Index: polkit-0.116/data/polkit-1.in
===================================================================
--- polkit-0.116.orig/data/polkit-1.in
+++ polkit-0.116/data/polkit-1.in
@@ -4,3 +4,4 @@ auth include @PAM_FILE_INCLUD
account include @PAM_FILE_INCLUDE_ACCOUNT@
password include @PAM_FILE_INCLUDE_PASSWORD@
session include @PAM_FILE_INCLUDE_SESSION@
+session optional pam_keyinit.so revoke [force]

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 8 12:41:44 UTC 2019 - Marcus Meissner <meissner@suse.com>
- polkit-keyinit.patch: add pam_keyinit to the polkit configuration (bsc#1144053)
-------------------------------------------------------------------
Wed May 29 07:57:26 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -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 https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -34,6 +34,8 @@ Patch0: polkit-no-wheel-group.patch
Patch1: polkit-gettext.patch
# PATCH-FIX-UPSTREAM pkexec.patch schwab@suse.de -- pkexec: allow --version and --help even if not setuid
Patch2: pkexec.patch
# PATCH-FIX-OPENSUSE polkit-keyinit.patch meissner@ -- bsc#1144053 Please add "pam_keyinit.so" to the /etc/pam.d/polkit-1 configuration file
Patch3: polkit-keyinit.patch
BuildRequires: gcc-c++
BuildRequires: gtk-doc