From aa6ed5fcd0361609e51d751cdc7ed9b656100fef Mon Sep 17 00:00:00 2001 From: keven Date: Fri, 13 Aug 2021 14:31:52 +0800 Subject: [PATCH] creare new code warehouse for block_chian at sig-security Signed-off-by: keven --- sig/sig-security/OWNERS | 5 ++++- sig/sig-security/sig_security.md | 2 ++ sig/sig-security/sig_security_cn.md | 2 ++ sig/sigs.json | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sig/sig-security/OWNERS b/sig/sig-security/OWNERS index a0c9e61..53aa2aa 100644 --- a/sig/sig-security/OWNERS +++ b/sig/sig-security/OWNERS @@ -21,6 +21,9 @@ { "gitee_id":"jiang-xiaofeng", "gitee_email":"jiangxiaofeng8@huawei.com" - } + }, + { "gitee_id":"shangxuan_hz", + "gitee_email":"shangxuan_hz@163.com" + } ] } \ No newline at end of file diff --git a/sig/sig-security/sig_security.md b/sig/sig-security/sig_security.md index 56f73c0..f0bd88f 100644 --- a/sig/sig-security/sig_security.md +++ b/sig/sig-security/sig_security.md @@ -19,6 +19,7 @@ OpenHarmony security sbusystem, including application permissions, application s - appverify:https://gitee.com/openharmony/security_appverify - app_permission:https://gitee.com/openharmony/security_permission - selinux:https://gitee.com/openharmony-sig/third_party_selinux + - block_chain:https://gitee.com/openharmony-sig/security_block_chain ## SIG Members @@ -31,6 +32,7 @@ OpenHarmony security sbusystem, including application permissions, application s - @Chaos-Liang(https://gitee.com/Chaos-Liang) - @xuwenfang(https://gitee.com/xuwenfang) - @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng) +- @shangxuan_hz(https://gitee.com/shangxuan_hz) ### Meetings - Meeting time:Bi-weekly meeting, Monday 19:15 pm, UTC+8 diff --git a/sig/sig-security/sig_security_cn.md b/sig/sig-security/sig_security_cn.md index a76cdc7..fdb6c90 100644 --- a/sig/sig-security/sig_security_cn.md +++ b/sig/sig-security/sig_security_cn.md @@ -19,6 +19,7 @@ OpenHarmony安全业务,包括应用权限、应用签名、设备认证和密 - appverify:https://gitee.com/openharmony/security_appverify - app_permission:https://gitee.com/openharmony/security_permission - selinux:https://gitee.com/openharmony-sig/third_party_selinux + - block_chain:https://gitee.com/openharmony-sig/security_block_chain ## SIG组成员 @@ -30,6 +31,7 @@ OpenHarmony安全业务,包括应用权限、应用签名、设备认证和密 - @Chaos-Liang(https://gitee.com/Chaos-Liang) - @xuwenfang(https://gitee.com/xuwenfang) - @jiang-xiaofeng(https://gitee.com/jiang-xiaofeng) +- @shangxuan_hz(https://gitee.com/shangxuan_hz) ### 会议 - 会议时间:双周例会,周一晚上19:15,UTC+8 diff --git a/sig/sigs.json b/sig/sigs.json index 783024d..403325b 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -364,6 +364,7 @@ "https://gitee.com/openharmony/security_appverify", "https://gitee.com/openharmony/security_permission", "https://gitee.com/openharmony-sig/third_party_selinux" + "https://gitee.com/openharmony-sig/security_block_chain" ], "project-path":[ "base/security/deviceauth", @@ -372,6 +373,7 @@ "base/security/appverify", "base/security/permission", "third_party/selinux" + "NONE" ] } ] -- GitLab