未验证 提交 415a82f2 编写于 作者: O openharmony_ci 提交者: Gitee

!1022 修复分布式计算器链接不上的问题

Merge pull request !1022 from 夏不白/upload
......@@ -24,5 +24,5 @@ ONLY_CHECK_ARGS
"seccomp_filters.h"
@allowListWithArgs
setresuid32: if arg0 >= 10000 && arg1 >= 10000 && arg2 >= 10000
setresgid32: if arg0 >= 10000 && arg1 >= 10000 && arg2 >= 10000
\ No newline at end of file
setresuid32: if arg0 >= 0 && arg1 >= 0 && arg2 >= 0
setresgid32: if arg0 >= 0 && arg1 >= 0 && arg2 >= 0
......@@ -23,5 +23,5 @@ ONLY_CHECK_ARGS
"seccomp_filters.h"
@allowListWithArgs
setresuid: if arg0 >= 10000 && arg1 >= 10000 && arg2 >= 10000
setresgid: if arg0 >= 10000 && arg1 >= 10000 && arg2 >= 10000
\ No newline at end of file
setresuid: if arg0 >= 0 && arg1 >= 0 && arg2 >= 0
setresgid: if arg0 >= 0 && arg1 >= 0 && arg2 >= 0
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册