增加 getenforce 命令.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-01-21 20:04:43 +08:00
parent d94db1166e
commit b522e8915b
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ androidboot.selinux=permissive
androidboot.selinux=disabled androidboot.selinux=disabled
``` ```
可以通过:
```bash
adb shell getenforce
```
获取当前的 SELinux 工作模式。
## 3.SEAndroid ## 3.SEAndroid
SEAndroid 是在 Android 系统中基于 SELinux 推出的强制访问控制模型,来完善自主访问模型中只要取得 root 权限就可以为所欲为的情况。 SEAndroid 是在 Android 系统中基于 SELinux 推出的强制访问控制模型,来完善自主访问模型中只要取得 root 权限就可以为所欲为的情况。