From 81c319a9a01cbd6600f76d861a31f3c83e7fabc8 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Sat, 16 Mar 2024 02:32:05 +0000 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9selinux=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/bundle.json b/bundle.json index 0f1318de..985a5e68 100644 --- a/bundle.json +++ b/bundle.json @@ -59,6 +59,39 @@ "header_files": [], "header_base": "//third_party/selinux/libselinux/include/selinux" } + }, + { + "name": "//third_party/selinux:checkpolicy" + }, + { + "name": "//third_party/selinux:chkcon" + }, + { + "name": "//third_party/selinux:getenforce" + }, + { + "name": "//third_party/selinux:getfilecon" + }, + { + "name": "//third_party/selinux:getpidcon" + }, + { + "name": "//third_party/selinux:secilc" + }, + { + "name": "//third_party/selinux:sefcontext_compile" + }, + { + "name": "//third_party/selinux:selinux_check_access" + }, + { + "name": "//third_party/selinux:selinuxexeccon" + }, + { + "name": "//third_party/selinux:setenforce" + }, + { + "name": "//third_party/selinux:setfilecon" } ], "test": [] -- Gitee