forked from pool/selinux-policy
Accepting request 927915 from security:SELinux
OBS-URL: https://build.opensuse.org/request/show/927915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/selinux-policy?expand=0&rev=19
This commit is contained in:
commit
adaf9c93f6
23
fix_wine.patch
Normal file
23
fix_wine.patch
Normal file
@ -0,0 +1,23 @@
|
||||
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)
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 25 11:35:24 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- fix_wine.patch: give Wine .dll same context as .so (bsc#1191976)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 28 12:44:22 UTC 2021 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||
|
||||
|
@ -137,6 +137,7 @@ Patch053: fix_systemd_watch.patch
|
||||
# kernel specific sysctl.conf (boo#1184804)
|
||||
Patch054: fix_kernel_sysctl.patch
|
||||
Patch055: fix_auditd.patch
|
||||
Patch056: fix_wine.patch
|
||||
|
||||
Patch100: sedoctool.patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user