1 Star 0 Fork 91

陈棋德 / systemd

forked from src-openEuler / systemd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-temporarily-disable-test-seccomp.patch 690 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
胡宇彪 提交于 2023-07-31 10:00 . sync the patch from v249
From 03a991c00674787d649240adda11f2506f2fcedc Mon Sep 17 00:00:00 2001
From: xujing <xujing99@huawei.com>
Date: Tue, 22 Feb 2022 20:33:40 +0800
Subject: [PATCH] temporarily disable test-seccomp
---
src/test/test-seccomp.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/test/test-seccomp.c b/src/test/test-seccomp.c
index 2d06098..a95deb8 100644
--- a/src/test/test-seccomp.c
+++ b/src/test/test-seccomp.c
@@ -1199,4 +1199,6 @@ TEST(restrict_suid_sgid) {
assert_se(wait_for_terminate_and_check("suidsgidseccomp", pid, WAIT_LOG) == EXIT_SUCCESS);
}
-DEFINE_TEST_MAIN(LOG_DEBUG);
+int main(int argc, char *argv[]) {
+ return 77;
+}
--
2.33.0
1
https://gitee.com/dillon_chen/systemd.git
git@gitee.com:dillon_chen/systemd.git
dillon_chen
systemd
systemd
master

搜索帮助