mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 14:29:39 -04:00
weekly_20260817
优化restorecon执行顺序 Created-by: bantiansz Commit-by: bantiansz Merged-by: openharmony_ci Description: createonlyondaemon对目录的处理 执行顺序从mkdir->chmod->chown->restorecon 优化为mkdir->restorecon->chmod->chown See merge request: openharmony/startup_appspawn!2909
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
Description
Languages
C++
62.7%
C
30%
Python
7.2%
Shell
0.1%