增加 getenforce 命令.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
d94db1166e
commit
b522e8915b
|
@ -28,6 +28,14 @@ androidboot.selinux=permissive
|
|||
androidboot.selinux=disabled
|
||||
```
|
||||
|
||||
可以通过:
|
||||
|
||||
```bash
|
||||
adb shell getenforce
|
||||
```
|
||||
|
||||
获取当前的 SELinux 工作模式。
|
||||
|
||||
## 3.SEAndroid
|
||||
|
||||
SEAndroid 是在 Android 系统中基于 SELinux 推出的强制访问控制模型,来完善自主访问模型中只要取得 root 权限就可以为所欲为的情况。
|
||||
|
|
Loading…
Reference in New Issue