Commit Graph

108 Commits

Author SHA1 Message Date
openharmony_ci 4dcc2d08d3 !72 新增容器逃逸检测
Merge pull request !72 from 夏不白/detect_use_selinux
2023-11-17 09:11:51 +00:00
xiacong 5ceb44f5f4 新增容器逃逸检测模块
Signed-off-by: xiacong <xiacong4@huawei.com>
Change-Id: Ib9a158b9bf965bcf1cd28786c25a50fe718a6690
Signed-off-by: xiacong <xiacong4@huawei.com>
2023-11-17 14:49:48 +08:00
openharmony_ci c7f29e6e9c !65 qos manager鉴权方式切换
Merge pull request !65 from Ywenrui44091/master
2023-11-15 07:07:06 +00:00
yaowenrui c72fc46db7 qos manager鉴权方式切换
Signed-off-by: yaowenrui <yaowenrui2@huawei.com>
2023-11-15 14:32:44 +08:00
openharmony_ci fe8b9aca18 !68 开发者模式下校验证书链
Merge pull request !68 from lihehe/dev
2023-11-14 11:22:51 +00:00
lihehe d56f3f5e5f verify cert path in dev mode
Change-Id: I98224d7cab9747d71a271f62e9cfb2bb7d5cd56d
Signed-off-by: lihehe <lihehao@huawei.com>
2023-11-14 11:05:14 +08:00
openharmony_ci 10e2c7ade4 !67 handle fp invalid error
Merge pull request !67 from Hongjin Li/master
2023-11-13 07:30:49 +00:00
Hongjin Li 6b8a5320d0 fix: handle fp invalid err
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
2023-11-13 12:12:30 +08:00
openharmony_ci 8ad4fe1963 !63 代码签名增加删除证书链接口
Merge pull request !63 from zengsiyu/dev
2023-11-11 09:30:43 +00:00
zengsiyu b5be187cdb add DELETE_CERT_CHAIN & support developer mode
Change-Id: I1becd4f785ced67870ae995eeed80add6287d59b
Signed-off-by: zengsiyu <zengsiyu3@huawei.com>
2023-11-10 17:29:39 +08:00
openharmony_ci 44e934265f !66 fix memory leak cause by qos_ctrl
Merge pull request !66 from Wanxiaoqing/master
2023-11-09 10:57:04 +00:00
openharmony_ci cb59008bb6 !61 xpm适配内联代码签名
Merge pull request !61 from lihehe/xpm
2023-11-09 08:35:17 +00:00
openharmony_ci 1a5abd0a94 !64 feat: 支持二进制代码签名能力
Merge pull request !64 from Hongjin Li/master
2023-11-09 08:33:02 +00:00
wanxiaoqing e81e5f5842 fix memory leak cause by qos_ctrl
Signed-off-by: wanxiaoqing <wanxiaoqing@huawei.com>
2023-11-09 14:36:45 +08:00
Hongjin Li 014c1818ac feat: 支持二进制文件代码签名能力
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
2023-11-09 14:23:11 +08:00
lihehe 83a8425b06 Add check for verified data size
Signed-off-by: lihehe <lihehao@huawei.com>
Change-Id: I082247bc8f2b9b41163186d85c9a7a824d6c45fd
2023-11-09 10:00:11 +08:00
openharmony_ci 2099969b4e !59 支持部分文件fsverity校验
Merge pull request !59 from lihehe/code
2023-10-31 08:07:24 +00:00
lihehe ce31db2c6c verify part data in file to support code signing
Change-Id: I06948b7bf8741449dfa1af1964d9170329d90b4b
Signed-off-by: lihehe <lihehao@huawei.com>
2023-10-31 09:35:37 +08:00
openharmony_ci d3a7f7911d !58 新增qos等级
Merge pull request !58 from edwardcaoyue/master
2023-10-30 08:01:55 +00:00
edwardcaoyue 6830d66e88 modify qos level limit
Signed-off-by: edwardcaoyue <caoyue24@huawei.com>
2023-10-26 16:36:57 +08:00
openharmony_ci 5b546b92eb !54 可执行内存虚拟地址隐藏--common
Merge pull request !54 from caobaolong/local_common
2023-10-19 12:29:45 +00:00
caobaolong 491ea4bda7 Merge branch 'master' of gitee.com:openharmony/kernel_linux_common_modules into local_common
Signed-off-by: caobaolong <caobaolong5@huawei.com>
2023-10-19 11:09:20 +00:00
openharmony_ci 910fc493a7 !57 common_modules 代码签名模块
Merge pull request !57 from Hongjin Li/cert_path
2023-10-19 09:33:18 +00:00
Hongjin Li be621cd600 feat: common modules 代码签名模块
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
2023-10-19 15:24:07 +08:00
caobaolong a704124330 Merge branch 'master' of gitee.com:openharmony/kernel_linux_common_modules into local_common
Signed-off-by: caobaolong <caobaolong5@huawei.com>
2023-10-19 03:30:22 +00:00
c30043414 106ffc4b63 memory_security: Hide the render process JIT anonymous executable memory address
Output: The anonymized executable memory address of the JIT region of the rendering process cannot be queried through cat proc/pid/maps
A new memory security enhancement module has been added to the rendering, and this submission is a custom function that can perform memory address hiding for the rendering process

Signed-off-by: caobaolong <caobaolong5@huawei.com>

Change-Id: I302f45f92d41d0df3db0e54c018247890d244028
2023-10-19 11:27:42 +08:00
openharmony_ci 1840842356 !56 开发者模式初始化/proc/dsmm/developer节点
Merge pull request !56 from 团辉/master
2023-10-13 13:15:49 +00:00
limerence df7facd015 add developer proc
Signed-off-by: limerence <shituanhui@huawei.com>
2023-10-13 18:43:51 +08:00
openharmony_ci e89ec95d47 !50 修复NewIP wireshark脚本icmp报文的解析错误
Merge pull request !50 from liangbotong/master
2023-09-26 06:22:33 +00:00
liangbotong 3d3dedb3ce Fix the icmp parsing error of wireshark_cfg_for_newip.lua
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-09-26 10:48:30 +08:00
openharmony_ci c09aca4b8f !45 [新需求]:【master】增加采集所有进程的CPU使用率设备结点(统一采集设备驱动)
Merge pull request !45 from 周海锋/master
2023-09-22 14:16:42 +00:00
openharmony_ci 50e195f7c3 !48 add compat_nip_dev_ifconf
Merge pull request !48 from liangbotong/master
2023-09-20 04:00:06 +00:00
liangbotong b6cbb5509c add compat_nip_dev_ifconf
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-09-20 10:51:06 +08:00
zhouhaifeng cb886c80f6 add unified collection driver
Signed-off-by: zhouhaifeng <kutcher.zhou@huawei.com>
2023-09-19 21:44:34 +08:00
openharmony_ci c8bd1e15b0 !47 ninet_ioctl add the SIOCGIFCONF
Merge pull request !47 from liangbotong/master
2023-09-19 11:50:16 +00:00
liangbotong 62de3a0967 ninet_ioctl add the SIOCGIFCONF
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-09-19 15:53:17 +08:00
openharmony_ci 04364e52ac !44 解决NewIP getsockopt TCP_MD5SIG空指针引用问题
Merge pull request !44 from liangbotong/master
2023-09-11 09:27:10 +00:00
liangbotong e4d16ee37d Resolve the getsockopt TCP_MD5SIG null pointer reference problem
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-09-11 15:47:20 +08:00
openharmony_ci f573b060ce !43 解决newip空指针被引用的问题
Merge pull request !43 from liangbotong/master
2023-09-06 06:10:12 +00:00
liangbotong 157182c68e Resolve the NEWIP null pointer reference problem
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-09-05 19:59:05 +08:00
openharmony_ci 4e21b4b83d !42 解决skb_len翻转导致的读越界
Merge pull request !42 from liangbotong/master
2023-09-01 01:52:19 +00:00
liangbotong 65eed81296 Resolved read out of bounds caused by skb_len flip
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-08-31 16:35:18 +08:00
openharmony_ci c166b84a9a !41 Improve input parameter validation and fix some code style issues in newip
Merge pull request !41 from liangbotong/master
2023-08-29 12:22:37 +00:00
liangbotong ca107c3348 Improve input parameter validation and fix some code style issues in newip
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-08-28 20:19:07 +08:00
openharmony_ci 2573be877d !40 NewIP code security issue remediation
Merge pull request !40 from liangbotong/master
2023-08-28 08:24:49 +00:00
liangbotong fb564f4389 NewIP code security issue remediation
1.Resolve stack overflow issue in parsing ICMP packets in newip.
2.Resolve negative overflow issue in parsing UDP packets in newip.
3.Resolve unchecked data reception issue in nip_rcv.

Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-08-28 10:27:42 +08:00
openharmony_ci 2e0cbdff34 !39 Add NewIP debug log
Merge pull request !39 from liangbotong/master
2023-08-21 09:34:45 +00:00
liangbotong 226f419a33 Add NewIP debug log
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-08-21 13:07:11 +08:00
openharmony_ci 188d77aad1 !37 fix NewIP coding style problem
Merge pull request !37 from liangbotong/master
OpenHarmony-v4.0-Release
2023-08-04 01:30:46 +00:00
liangbotong 881f73c50c fix NewIP coding style problem
Signed-off-by: liangbotong <liangbotong@huawei.com>
2023-08-03 11:52:14 +08:00