1 Star 0 Fork 25

anakinzhang/firewalld

forked from src-openEuler/firewalld 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-fix-build-distribute-new-python-files.patch 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
From e8714cb5e3ad20708b3d481d51c3aa26c04a52d3 Mon Sep 17 00:00:00 2001
From: Eric Garver <eric@garver.life>
Date: Mon, 6 Apr 2020 16:52:02 -0400
Subject: [PATCH] fix: build: distribute new python files
Make sure we distribute the new python files.
Fixes: 34bdee40aa61 ("feat: implement policy objects internally")
---
src/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index 76589d6..985c46a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,6 +27,7 @@ nobase_dist_python_DATA = \
firewall/core/fw_ipset.py \
firewall/core/fw_nm.py \
firewall/core/fw_policies.py \
+ firewall/core/fw_policy.py \
firewall/core/fw.py \
firewall/core/fw_service.py \
firewall/core/fw_transaction.py \
@@ -44,6 +45,7 @@ nobase_dist_python_DATA = \
firewall/core/io/io_object.py \
firewall/core/io/ipset.py \
firewall/core/io/lockdown_whitelist.py \
+ firewall/core/io/policy.py \
firewall/core/io/service.py \
firewall/core/io/zone.py \
firewall/core/ipset.py \
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/anakintxzhang/firewalld.git
git@gitee.com:anakintxzhang/firewalld.git
anakintxzhang
firewalld
firewalld
master

搜索帮助