From d6c5bce86a0792c11bb2a0c523f231bf124a4090 Mon Sep 17 00:00:00 2001 From: ligongshao Date: Tue, 29 Aug 2023 17:21:59 +0800 Subject: [PATCH] code_signature selinux config --- patches/patches.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index ff3c413..5eff6a8 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -24,6 +24,11 @@ "project":"kernel_linux_config", "path":"kernel/linux/config", "pr_url":"https://gitee.com/openharmony/kernel_linux_config/pulls/353" + }, + { + "project":"security_selinux_adapter", + "path":"base/security/selinux_adapter", + "pr_url":"https://gitee.com/openharmony/security_selinux_adapter/pulls/2825" } ] } -- Gitee