summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShanshan Guo <Shanshan.Guo@mediatek.com>2020-02-05 10:10:37 +0800
committerShanshan Guo <Shanshan.Guo@mediatek.com>2020-02-05 10:10:37 +0800
commit3e9ad9c8d8df5558f624861bdefceb52badb64e6 (patch)
tree9174cbeb429f39879d3408a14ffead0ce7d5720a
parent63da7c610ceece5e53987f24dada0244053e829d (diff)
downloadwembley-sepolicy-3e9ad9c8d8df5558f624861bdefceb52badb64e6.tar.gz
[ALPS04979747] SEPolicy: Fix mistake for BASIC project
[Detail] There is a mistake when fixing build error: should remove: set_prop(gsm0710muxd, ctl_rildaemon_prop) but not: set_prop(gsm0710muxd, gsm0710muxd_prop) [Solution] Modify this mistake. MTK-Commit-Id: c4c114f0d7406a559e214f8c0ff283590716a9bf Change-Id: Ib4a9289bab07935af659de8e807f5480f998aad4 CR-Id: ALPS04979747 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
-rw-r--r--r_non_plat/gsm0710muxd.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/r_non_plat/gsm0710muxd.te b/r_non_plat/gsm0710muxd.te
index aeabcc9..2596e18 100644
--- a/r_non_plat/gsm0710muxd.te
+++ b/r_non_plat/gsm0710muxd.te
@@ -17,10 +17,10 @@ allow gsm0710muxd self:capability { chown fowner setuid };
# Property service
# Set ctl.ril-daemon property
-set_prop(gsm0710muxd, ctl_rildaemon_prop)
+#set_prop(gsm0710muxd, ctl_rildaemon_prop)
set_prop(gsm0710muxd, ctl_ril-daemon-mtk_prop)
set_prop(gsm0710muxd, ctl_fusion_ril_mtk_prop)
-#set_prop(gsm0710muxd, gsm0710muxd_prop)
+set_prop(gsm0710muxd, gsm0710muxd_prop)
set_prop(gsm0710muxd, vendor_radio_prop)
# allow set muxreport control properties
set_prop(gsm0710muxd, ril_mux_report_case_prop)