当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 5 Fork 20

OpenHarmony / utils_selinux_policy_standard
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.67 KB
一键复制 编辑 原始数据 按行查看 历史
mamingshuai 提交于 2021-06-02 00:37 . update OpenHarmony 2.0 Canary

selinux_policy_standard

Introduction

This repository stores the SELinux policy files required by each subsystem of an OpenHarmony standard system and the script files for compiling these SELinux policy files.

Directory Structure

/utils/system/selinux_policy_standard
├── account                     # Stores the SELinux policy files for the Account subsystem. The directory structure of other subsystems is the same as this one.
│   └── system
│       └── common              # Stores the SELinux policy files to be compiled into the system image.
│   └── vendor
│       └── common              # Stores the SELinux policy files to be compiled into the vendor image. If no such policy files are configured, this directory does not exist.
│   └── public                  # Stores the SELinux policy files to be compiled into the system and vendor images. If no such policy files are configured, this directory does not exist.
│   └── property_trustlist      # Stores the property_trustlist policy files to be compiled into the system image. If no such policy files are configured, this directory does not exist.
│   └── policy.mk               # Represents the makefile, which is associated with all the policy files for this subsystem.
├── appexecfwk                  # Stores the SELinux policy files for the Application Framework subsystem.
├── communication               # Stores the SELinux policy files for the Intelligent Soft Bus subsystem.
├── distributedschedule         # Stores the SELinux policy files for the Distributed Scheduler subsystem.
├── graphic                     # Stores the SELinux policy files for the Graphic subsystem.
├── hdf                         # Stores the SELinux policy files for the Hardware Driver Foundation (HDF) subsystem.
├── hiviewdfx                   # Stores the SELinux policy files for the DFX subsystem.
├── kernel                      # Stores the SELinux policy files for the Kernel subsystem.
├── miscservices                # Stores the SELinux policy files for the Misc Services subsystem.
├── multimedia                  # Stores the SELinux policy files for the Multimedia subsystem.
├── multimodalinput             # Stores the SELinux policy files for the Multimodal Input subsystem.
├── startup                     # Stores the SELinux policy files for the Startup subsystem.
├── telephony                   # Stores the SELinux policy files for the Telephony Service subsystem.
├── udevd                       # Stores the SELinux policy files for the udev module of the Multimodal Input subsystem.
├── uinput                      # Stores the SELinux policy files for the uinput module of the Multimodal Input subsystem.
├── updater                     # Stores the SELinux policy files for the Update subsystem.
├── ...                         # Stores the SELinux policy files for new subsystems.
├── ohos_policy.mk              # Represents the makefile, which is associated with the policy files for all subsystems in the current directory.

Usage

You can create SELinux policy files and script files for a new subsystem in corresponding directories that are determined by the image into which the SELinux policy files are compiled. When adding a new SELinux policy file, place it in the right directory. The structure of the directories for compiling SELinux policy files is as follows (for details, see the ohos_policy.mk file in the root directory):

/utils/system/selinux_policy_standard
├── NEW                         # Stores the SELinux policy files for a new subsystem.
│   └── system
│       └── common              # Stores the SELinux policy files to be compiled into the system image.
│   └── vendor
│       └── common              # Stores the SELinux policy files to be compiled into the vendor image.
│   └── public                  # Stores the SELinux policy files to be compiled into the system and vendor images.
│   └── property_trustlist      # Stores the property_trustlist policy files to be compiled into the system image.
│   └── policy.mk               # Represents the makefile.

Repositories Involved

Security subsystem

hmf/utils/selinux_policy_standard

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/utils_selinux_policy_standard.git
git@gitee.com:openharmony/utils_selinux_policy_standard.git
openharmony
utils_selinux_policy_standard
utils_selinux_policy_standard
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891