Go to file
openharmony_ci 124b2e4af5
!731 部件化整改
Merge pull request !731 from 李明康/部件化整改
2023-07-28 07:52:06 +00:00
.gitee Bugfix: app short process name copy from right to left 2023-04-08 21:47:04 +08:00
adapter !721 优化nwebspawn进程的内存使用 2023-07-25 09:45:30 +00:00
common !677 feat:SetAppAccessToken时,设置render进程的标志位 2023-07-07 11:05:53 +00:00
etc 添加新的功能基于权限挂载目录到沙箱下 2023-06-21 10:01:51 +00:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits nweb from appspawn 2023-07-11 13:08:22 +08:00
lite 修改部件名一致 2023-05-27 14:23:37 +08:00
standard Signed-off-by: lwx1268050 <liujiamu1@h-partners.com> 2023-07-24 14:28:49 +08:00
test UT Modify 2023-07-25 09:58:12 +08:00
util support to mount to MS_SHARED by json 2023-07-24 09:52:28 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json build appdata sandbox 2023-05-06 14:47:48 +08:00
appdata-sandbox-asan.json build appdata sandbox 2023-05-06 14:47:48 +08:00
appdata-sandbox.json support to mount to MS_SHARED by json 2023-07-24 09:52:28 +08:00
appspawn_preload.json appspawn预加载常驻进程的共有so 2023-05-30 14:06:54 +08:00
appspawn.cfg nweb from appspawn 2023-07-11 13:08:22 +08:00
appspawn.gni Merge branch 'master' of gitee.com:openharmony/startup_appspawn into cloneappspawn 2023-05-11 19:26:46 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
asan.options delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
BUILD.gn nweb asan 2023-07-13 10:26:30 +08:00
bundle.json 部件化整改 2023-07-27 20:15:42 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nwebspawn.cfg nweb from appspawn 2023-07-11 13:08:22 +08:00
OAT.xml delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
README_zh.md update README_zh.md. 2022-10-14 06:23:39 +00:00
README.md move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
sandbox-config.json feat: 应用沙箱增强,使能pid namespace 2022-08-30 10:30:08 +08:00
startup_events.yaml add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00

Startup

Introduction

Appspawn is responsible for creating application process and setting process information function.

Directory Structure

base/startup/appspawn
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

appspawn