From c9ac72bb7470f8b7f1dbe0da2e0cbb7d7f0eee84 Mon Sep 17 00:00:00 2001 From: "stephen.wong" Date: Sat, 18 Jan 2020 10:15:58 +0800 Subject: [PATCH] [ALPS04667747] selinux config add selinx config for thermal property MTK-Commit-Id: 3399f43cfdc0e8ede5cd28b79737c35525cb50ee Change-Id: Ic0cbbf250baea60347602e284cb6961cd453d721 CR-Id: ALPS04667747 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK --- non_plat/mediacodec.te | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/non_plat/mediacodec.te b/non_plat/mediacodec.te index 4ad2184..fe542c1 100644 --- a/non_plat/mediacodec.te +++ b/non_plat/mediacodec.te @@ -122,8 +122,6 @@ allow mediacodec mtk_cmdq_device:chr_file { read ioctl open }; # Date : WK17.28 # Operation : MT6757 SQC # Purpose : Change thermal config -allow mediacodec mtk_thermal_config_prop:file { getattr open read }; -allow mediacodec mtk_thermal_config_prop:property_service set; # Date : WK17.30 @@ -136,8 +134,7 @@ allow mediacodec mtk_hal_power:unix_stream_socket connectto; # Date : WK17.12 # Operation : MT6799 SQC # Purpose : Change thermal config -allow mediacodec mtk_thermal_config_prop:file { getattr open read }; -allow mediacodec mtk_thermal_config_prop:property_service set; +set_prop(mediacodec, mtk_thermal_config_prop) # Date : WK17.43 # Operation : Migration