增加 setenforce 参数.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
b522e8915b
commit
82c67ccc25
|
@ -14,7 +14,7 @@ SELinux 有三种工作模式:强制模式(enforcing)、宽容模式(per
|
|||
|
||||
```bash
|
||||
adb root
|
||||
adb shell setenforce 0
|
||||
adb shell setenforce <0|1>
|
||||
```
|
||||
|
||||
在 Android 系统下,可通过设置 Bootargs 来改变 SELinux 的工作模式,参数、取值范围及说明如下:
|
||||
|
|
Loading…
Reference in New Issue