summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-02-26 15:12:44 +0800
committerJoe MacDonald <joe.macdonald@siemens.com>2025-03-07 14:34:45 -0500
commit4273eb6d6e6888a878c30ba9e8bacab4207410a3 (patch)
tree267bc1cc6cae26064d1ec365558d0ba32a5898e6 /recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch
parent1e40ada23b95eb5019d99614d8bc9977e404b03a (diff)
downloadmeta-selinux-4273eb6d6e6888a878c30ba9e8bacab4207410a3.tar.gz
selinux: upgrade 3.7 -> 3.8
ChangeLog: https://github.com/SELinuxProject/selinux/releases/tag/3.8 * libsemanage: Preserve file context and ownership in policy store * libselinux: deprecate security_disable(3) * libsepol: Support nlmsg extended permissions * libsepol: Add policy capability netlink_xperm * libsemanage: Optionally allow duplicate declarations * policycoreutils: introduce unsetfiles * libselinux/utils: introduce selabel_compare * improved selabel_lookup performance * libselinux: support parallel usage of selabel_lookup(3) * libsepol: add support for xperms in conditional policies * Improved man pages * Code improvements and bug fixes * Always build for LFS mode on 32-bit archs. * libsemanage: Mute error messages from selinux_restorecon introduced in 3.8-rc1 * Regex spec ordering is restored to pre 3.8-rc1 * Binary fcontext files format changed, files using old format are ignored * Code improvements and bug fixes License-Update: White space cleanup for libsemanage/LICENSE Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@siemens.com>
Diffstat (limited to 'recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch')
-rw-r--r--recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch b/recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch
index b307b6f..28a2cc0 100644
--- a/recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch
+++ b/recipes-security/selinux/libselinux/0001-Makefile-fix-python-modules-install-path-for-multili.patch
@@ -1,4 +1,4 @@
1From dff260851ccecf9723a6ddfce0103e09f3ba4613 Mon Sep 17 00:00:00 2001 1From 626d07afcb8e8b3a68158e8a3ea1654620769644 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com> 2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Mon, 13 Apr 2020 12:44:23 +0800 3Date: Mon, 13 Apr 2020 12:44:23 +0800
4Subject: [PATCH] Makefile: fix python modules install path for multilib 4Subject: [PATCH] Makefile: fix python modules install path for multilib
@@ -11,10 +11,10 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/src/Makefile b/src/Makefile 13diff --git a/src/Makefile b/src/Makefile
14index d3b981f..265f1be 100644 14index 213c7d3..92227cb 100644
15--- a/src/Makefile 15--- a/src/Makefile
16+++ b/src/Makefile 16+++ b/src/Makefile
17@@ -191,7 +191,7 @@ install: all 17@@ -193,7 +193,7 @@ install: all
18 ln -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET) 18 ln -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
19 19
20 install-pywrap: pywrap 20 install-pywrap: pywrap