OpenHarmony开发者论坛
标题:
请问如何关闭安全增强能力SeLinux
[打印本页]
作者:
hiharmony
时间:
2023-10-26 17:26
标题:
请问如何关闭安全增强能力SeLinux
[md]开发过程中一些操作需要先配置selinux才能允许,如何将其临时关闭,方便测试功能
[/md]
作者:
深开鸿_王皓
时间:
2023-10-27 14:27
临时关闭可进入shell使用如下命令:
hdc shell setenforce 0
但重启后会失效,如果想重启不失效,执行以下命令:
hdc shell mount -o rw,remount /
hdc shell "sed -i 's/enforcing/permissive/g' /system/etc/selinux/config"
hdc shell "cat /system/etc/selinux/config |grep SELINUX="
hdc shell reboot
欢迎光临 OpenHarmony开发者论坛 (https://forums.openharmony.cn/)
Powered by Discuz! X3.5