1. 27 10月, 2022 1 次提交
  2. 21 10月, 2022 1 次提交
  3. 20 10月, 2022 1 次提交
  4. 08 10月, 2022 2 次提交
  5. 22 9月, 2022 1 次提交
  6. 13 9月, 2022 1 次提交
  7. 09 9月, 2022 2 次提交
  8. 08 9月, 2022 1 次提交
  9. 02 9月, 2022 2 次提交
  10. 01 9月, 2022 1 次提交
  11. 30 8月, 2022 2 次提交
    • C
      add multi callback for watcher · 09b41e46
      cheng_jinsong 提交于
      Signed-off-by: Ncheng_jinsong <chengjinsong2@huawei.com>
      09b41e46
    • Z
      Delete resize.f2fs option to avoid potential inode fault · c608f25c
      Zheng Yongjun 提交于
      How to reproduce?
      mkdir /data/temp; dd if=/dev/zero of=/data/temp/image bs=1G count=5
      
      what happend?
      ```
      cd /data/
      ls -al
      total 33
      drwxrwx--x 25 system system 4096 2017-08-07 12:56 .
      drwxr-xr-x 16 root   root   4096 2022-08-29 13:15 ..
      drwxrwx--x  6 system system 3488 2017-08-07 12:55 app
      d?????????  ? ?      ?         ?                ? app-staging
      d?????????  ? ?      ?         ?                ? bluetooth
      d?????????  ? ?      ?         ?                ? chipset
      drwxrwx--x  3 system system 3488 2017-08-07 12:55 data
      d?????????  ? ?      ?         ?                ? dhcp
      d?????????  ? ?      ?         ?                ? ethernet
      d?????????  ? ?      ?         ?                ? local
      drwxrwx---  2 gps    gps    3488 2017-08-07 12:55 location
      drwxrwxr-x  9 system log    3488 2017-08-07 12:55 log
      drwxrwx--t  3 system misc   3488 2017-08-07 12:55 misc
      d?????????  ? ?      ?         ?                ? misc_ce
      d?????????  ? ?      ?         ?                ? misc_de
      d?????????  ? ?      ?         ?                ? nfc
      d?????????  ? ?      ?         ?                ? ota_package
      drwx--x--x  5 root   root   3488 2017-08-07 12:55 service
      d?????????  ? ?      ?         ?                ? system
      d?????????  ? ?      ?         ?                ? system_ce
      d?????????  ? ?      ?         ?                ? system_de
      drwxrwxrwx  2 root   root   3488 2017-08-07 12:56 temp
      d?????????  ? ?      ?         ?                ? user
      d?????????  ? ?      ?         ?                ? user_de
      d?????????  ? ?      ?         ?                ? vendor
      ```
      After this patch, this problem fixed.
      Signed-off-by: NZheng Yongjun <zhengyongjun3@huawei.com>
      c608f25c
  12. 28 8月, 2022 1 次提交
  13. 27 8月, 2022 1 次提交
    • X
      <feat> · 92d40ab5
      xiacong 提交于
      app进程沙盒支持seccomp-BPF
      
      <body>
      增加app进程的系统调用名单配置文件
      增加app的进程使能分支
      在配置文件中的带参数限制白名单项,增加返回结果,并在解析脚本编写相应的解析代码
      Signed-off-by: Nxiacong <xiacong4@huawei.com>
      Change-Id: Ifc17b661750d7070e17bc2a469c285ecb44d871a
      Signed-off-by: Nxiacong <xiacong4@huawei.com>
      92d40ab5
  14. 24 8月, 2022 1 次提交
  15. 23 8月, 2022 4 次提交
  16. 18 8月, 2022 1 次提交
  17. 16 8月, 2022 5 次提交
  18. 15 8月, 2022 2 次提交
  19. 12 8月, 2022 1 次提交
  20. 10 8月, 2022 1 次提交
  21. 09 8月, 2022 1 次提交
  22. 08 8月, 2022 3 次提交
  23. 02 8月, 2022 2 次提交
  24. 01 8月, 2022 1 次提交
    • X
      <feat> · caa016e8
      xiacong 提交于
      新增特性:系统进程沙盒环境支持Seccomp-BPF
      
      <body>
      输出系统进程的系统调用配置文件,其中appspawn与nwebspawn采用独立的配置文件,其它系统进程为一套
      提供解析系统调用配置文件的脚本
      提供使能seccomp-bpf策略的接口
      编译前利用脚本解析配置文件,生成对应的seccomp-bpf策略代码,并生成独立的动态库
      Signed-off-by: Nxiacong <xiacong4@huawei.com>
      caa016e8
  25. 30 7月, 2022 1 次提交