增加 setenforce 参数.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-01-21 20:06:16 +08:00
parent b522e8915b
commit 82c67ccc25
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SELinux 有三种工作模式强制模式enforcing、宽容模式per
```bash ```bash
adb root adb root
adb shell setenforce 0 adb shell setenforce <0|1>
``` ```
在 Android 系统下,可通过设置 Bootargs 来改变 SELinux 的工作模式,参数、取值范围及说明如下: 在 Android 系统下,可通过设置 Bootargs 来改变 SELinux 的工作模式,参数、取值范围及说明如下: