commit | bc56d91cdf385ee36de08f041227b3c51fea7528 | [log] [tgz] |
---|---|---|
author | sj.zhang <Stream.Zhang@mobiletek.cn> | Tue Aug 15 14:41:32 2023 +0800 |
committer | sj.zhang <Stream.Zhang@mobiletek.cn> | Tue Aug 15 14:41:32 2023 +0800 |
tree | f2b70c55abd3a33624babab205ea642955556334 | |
parent | f0652a57046bc50d6258cc3baf44f4e943f26695 [diff] |
[Feature][ZXW-98][selinux] set selinux mode as "permissive" Only Configure:Yes Affected branch:master Affected module:selinux Is it affected on both ZXIC and MTK:only ZXIC Self-test:Yes Doc Update:No Change-Id: I0fb230b451a64ef60a363ce5c065962b54cd013c
diff --git a/cap/zx297520v3/sources/meta-zxic-custom/conf/distro/vehicle_dc_ref.conf b/cap/zx297520v3/sources/meta-zxic-custom/conf/distro/vehicle_dc_ref.conf index f4036e7..e1ad73d 100755 --- a/cap/zx297520v3/sources/meta-zxic-custom/conf/distro/vehicle_dc_ref.conf +++ b/cap/zx297520v3/sources/meta-zxic-custom/conf/distro/vehicle_dc_ref.conf
@@ -40,7 +40,7 @@ DISTRO_FEATURES_append=" selinux " # 默认是强制模式 enforcing ,调试建议采用宽容模式 permissive -DEFAULT_ENFORCING = "enforcing" +DEFAULT_ENFORCING = "permissive" # selinux 策略 PREFERRED_PROVIDER_virtual/refpolicy ?= "refpolicy-mls"