基于Android P系统对selinux相关整理

1.首先selinux是一种加强文件安全的一种策略。主要包含进程和文件对象。

在system\sepolicy\public\attributes文件中有:

# All types used for processes.
attribute domain;      ##用于进程的所有类型

# All core domains (as opposed to vendor/device-specific domains)
attribute coredomain;   ##和设备特性域相对的所有核心域

 

posted @ 2019-01-03 14:25  克林斯顿  阅读(957)  评论(0编辑  收藏  举报