10 Star 0 Fork 24

src-openEuler/security-tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-function-allow-rpm-q.patch 697 Bytes
一键复制 编辑 原始数据 按行查看 历史
gys 提交于 2022-06-27 20:04 . fix funtion allow rpm -q
From ec749d9a85c709779dd0862fdaf8d938ae76a12f Mon Sep 17 00:00:00 2001
From: zhengxiaoxiao <zhengxiaoxiao2@huawei.com>
Date: Mon, 27 Jun 2022 19:58:34 +0800
Subject: [PATCH] fix function allow rpm-q
---
security-tool.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security-tool.sh b/security-tool.sh
index e8619f5..0877081 100644
--- a/security-tool.sh
+++ b/security-tool.sh
@@ -687,7 +687,7 @@ function fn_handle_allow()
local prename=$2
local ret=0
- rpm -q "$rpmname"
+ chroot $ROOTFS rpm -q "$rpmname"
if [ $? -eq 0 ]; then
local denyfile="$ROOTFS/etc/$prename.deny"
local allowfile="$ROOTFS/etc/$prename.allow"
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/security-tool.git
git@gitee.com:src-openeuler/security-tool.git
src-openeuler
security-tool
security-tool
master

搜索帮助