Hello community,
here is the log from the commit of package policycoreutils for openSUSE:Factory
checked in at 2019-09-25 01:46:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/policycoreutils (Old)
and /work/SRC/openSUSE:Factory/.policycoreutils.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "policycoreutils"
Wed Sep 25 01:46:12 2019 rev:52 rq:731857 version:2.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/policycoreutils/policycoreutils.changes
2019-05-03 22:23:33.483936738 +0200
+++
/work/SRC/openSUSE:Factory/.policycoreutils.new.7948/policycoreutils.changes
2019-09-25 01:46:13.733604624 +0200
@@ -1,0 +2,6 @@
+Wed Sep 18 11:19:12 UTC 2019 - Johannes Segitz <[email protected]>
+
+- Added run_init_use_pam_keyinit.patch
+ Added pam_keyinit to the run_init pam config (bsc#1144052)
+
+-------------------------------------------------------------------
New:
----
run_init_use_pam_keyinit.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ policycoreutils.spec ++++++
--- /var/tmp/diff_new_pack.0XgOjO/_old 2019-09-25 01:46:14.921604607 +0200
+++ /var/tmp/diff_new_pack.0XgOjO/_new 2019-09-25 01:46:14.925604606 +0200
@@ -39,6 +39,7 @@
Source7: selinux-polgengui.console
Source8:
https://github.com/SELinuxProject/selinux/releases/download/%{tstamp}/semodule-utils-%{version}.tar.gz
Patch0: make_targets.patch
+Patch1: run_init_use_pam_keyinit.patch
BuildRequires: audit-devel >= %{libaudit_ver}
BuildRequires: bison
BuildRequires: dbus-1-glib-devel
@@ -157,6 +158,7 @@
setools_python_pwd="$PWD/selinux-python-%{version}"
semodule_utils_pwd="$PWD/semodule-utils-%{version}"
%patch0 -p1
+%patch1 -p1
mv ${setools_python_pwd}/audit2allow ${setools_python_pwd}/chcat
${setools_python_pwd}/semanage ${setools_python_pwd}/sepolgen
${setools_python_pwd}/sepolicy .
mv ${semodule_utils_pwd}/semodule_expand ${semodule_utils_pwd}/semodule_link
${semodule_utils_pwd}/semodule_package .
++++++ run_init_use_pam_keyinit.patch ++++++
Index: policycoreutils-2.9/run_init/run_init.pamd
===================================================================
--- policycoreutils-2.9.orig/run_init/run_init.pamd 2019-03-15
10:32:30.000000000 +0000
+++ policycoreutils-2.9/run_init/run_init.pamd 2019-09-18 11:18:44.590723544
+0000
@@ -6,3 +6,4 @@ account include system-auth
password include system-auth
session include system-auth
session optional pam_xauth.so
+session optional pam_keyinit.so revoke [force]