From 5732613313f046fc26dc91e0dff6ff3efd958f27 Mon Sep 17 00:00:00 2001 From: Ian-Y Chen Date: Sat, 18 Jan 2020 09:31:39 +0800 Subject: [PATCH] [ALPS03804108] power: fixing SELinux violation [Detail] Fixing SELinux violation [Solution] Remove redundant rules MTK-Commit-Id: 1f8da8de51be91d616cc48fea67d53c688556e7c Change-Id: Ibd11dc92d0eb4a0de6d7903a709495beafc70209 CR-Id: ALPS03804108 Feature: System Performance --- non_plat/mtk_hal_power.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/non_plat/mtk_hal_power.te b/non_plat/mtk_hal_power.te index 8bb07fa..168b865 100644 --- a/non_plat/mtk_hal_power.te +++ b/non_plat/mtk_hal_power.te @@ -29,9 +29,6 @@ allow mtk_hal_power sysfs_devices_system_cpu:file write; allow mtk_hal_power debugfs_ged:dir search; allow mtk_hal_power debugfs_ged:file { getattr open read write }; -typeattribute mtk_hal_power data_between_core_and_vendor_violators; -allow mtk_hal_power system_data_file:dir { create write add_name }; - # proc_thermal allow mtk_hal_power proc_thermal:file { write open };