Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package selinux-policy for openSUSE:Factory checked in at 2021-10-30 23:13:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old) and /work/SRC/openSUSE:Factory/.selinux-policy.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "selinux-policy" Sat Oct 30 23:13:30 2021 rev:19 rq:927915 version:20210716 Changes: -------- --- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes 2021-10-01 22:28:55.557359921 +0200 +++ /work/SRC/openSUSE:Factory/.selinux-policy.new.1890/selinux-policy.changes 2021-10-30 23:14:33.699095299 +0200 @@ -1,0 +2,5 @@ +Mon Oct 25 11:35:24 UTC 2021 - Marcus Meissner <meiss...@suse.com> + +- fix_wine.patch: give Wine .dll same context as .so (bsc#1191976) + +------------------------------------------------------------------- New: ---- fix_wine.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ selinux-policy.spec ++++++ --- /var/tmp/diff_new_pack.MRY4YR/_old 2021-10-30 23:14:34.663096075 +0200 +++ /var/tmp/diff_new_pack.MRY4YR/_new 2021-10-30 23:14:34.667096078 +0200 @@ -137,6 +137,7 @@ # kernel specific sysctl.conf (boo#1184804) Patch054: fix_kernel_sysctl.patch Patch055: fix_auditd.patch +Patch056: fix_wine.patch Patch100: sedoctool.patch ++++++ fix_wine.patch ++++++ Index: fedora-policy-20210716/policy/modules/system/libraries.fc =================================================================== --- fedora-policy-20210716.orig/policy/modules/system/libraries.fc +++ fedora-policy-20210716/policy/modules/system/libraries.fc @@ -90,7 +90,7 @@ ifdef(`distro_redhat',` /opt/Adobe/Reader.?/Reader/intellinux/plug_ins/.*\.api -- gen_context(system_u:object_r:textrel_shlib_t,s0) /opt/Adobe/Reader.?/Reader/intellinux/SPPlugins/.*\.ap[il] -- gen_context(system_u:object_r:lib_t,s0) /opt/cisco-vpnclient/lib/libvpnapi\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0) -/opt/cx.*/lib/wine/.+\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0) +/opt/cx.*/lib/wine/.+\.(so|dll) -- gen_context(system_u:object_r:textrel_shlib_t,s0) /opt/f-secure/fspms/libexec/librapi\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0) /opt/ibm/java.*/jre/.+\.jar -- gen_context(system_u:object_r:lib_t,s0) /opt/ibm/java.*/jre/.+\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0) @@ -173,7 +173,8 @@ ifdef(`distro_redhat',` /usr/lib/systemd/libsystemd-shared-[0-9]+\.so.* -- gen_context(system_u:object_r:lib_t,s0) /usr/.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:lib_t,s0) -/usr/lib/wine/.+\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0) +/usr/lib/wine/.+\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0) +/usr/lib/wine/*-windows/* -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/NX/lib/libXcomp\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/NX/lib/libjpeg\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)