From d10cb12bb5048c5193b0fe51cdadd938128fce09 Mon Sep 17 00:00:00 2001 From: xuraoqing <609179072@qq.com> Date: Sat, 3 Dec 2022 21:23:03 +0800 Subject: [PATCH] modify the patch name for the problem of vendor hard code (cherry picked from commit 276d709d83a22540869b56953b8538b3edb92524) --- add-avc-for-openEuler-1.patch => add-avc-for-os-1.patch | 2 +- selinux-policy.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename add-avc-for-openEuler-1.patch => add-avc-for-os-1.patch (98%) diff --git a/add-avc-for-openEuler-1.patch b/add-avc-for-os-1.patch similarity index 98% rename from add-avc-for-openEuler-1.patch rename to add-avc-for-os-1.patch index a7880ea..5a92636 100644 --- a/add-avc-for-openEuler-1.patch +++ b/add-avc-for-os-1.patch @@ -1,7 +1,7 @@ From 076002627934ea3f9ec59de1dde25a840bd1a452 Mon Sep 17 00:00:00 2001 From: HuaxinLuGitee <1539327763@qq.com> Date: Sun, 13 Dec 2020 14:48:26 +0800 -Subject: [PATCH] add-avc-for-openEuler-1 +Subject: [PATCH] add-avc-for-os-1 --- policy/modules/contrib/firewalld.te | 2 ++ diff --git a/selinux-policy.spec b/selinux-policy.spec index 8424d0a..e2b361a 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -12,7 +12,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 35.5 -Release: 14 +Release: 15 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -59,7 +59,7 @@ Patch3: allow-ipmievd-to-read-the-process-state-proc-pid-of-.patch Patch4: add_userman_access_run_dir.patch Patch5: add-firewalld-fc.patch Patch6: add-allow-systemd-timedated-to-unlink-etc-link.patch -Patch7: add-avc-for-openEuler-1.patch +Patch7: add-avc-for-os-1.patch Patch8: allow-rpcbind-to-bind-all-port.patch Patch9: add-avc-for-systemd-journald.patch Patch10: add-avc-for-systemd.patch @@ -862,6 +862,9 @@ exit 0 %endif %changelog +* Sun Dec 3 2022 lujie - 35.5-15 +- modify the patch name for the problem of vendor hard code + * Sun Nov 27 2022 lujie - 35.5-14 - backport upstream patches -- Gitee