From fbcaf2b71165a11b3029ef55458f66567b900ac8 Mon Sep 17 00:00:00 2001 From: yuelg Date: Thu, 21 Nov 2024 18:10:47 +0800 Subject: [PATCH 1/2] update INSTALL.md Signed-off-by: yuelg --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 81db460..b16f2d0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ 安装必要的编译工具,可能包括: ``` -$ yum install clang llvm bpftool +$ yum install clang llvm bpftool elfutils-devel zlib-devel ``` ## 内核配置 -- Gitee From 90ee558214e92f0cb5d89b5f6c07d2c17800557a Mon Sep 17 00:00:00 2001 From: yuelg Date: Thu, 21 Nov 2024 18:11:54 +0800 Subject: [PATCH 2/2] update safeguard.spec Signed-off-by: yuelg --- safeguard.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safeguard.spec b/safeguard.spec index 08dc3d2..2b92aaf 100644 --- a/safeguard.spec +++ b/safeguard.spec @@ -19,8 +19,8 @@ Safeguard is a tool for restricting network, file, mount and process operations %setup -q -n safeguard %build +export GO111MODULE="on" export GOPROXY="https://goproxy.cn,direct" -go mod tidy make build %install -- Gitee