From 0ee9b429a05393a2fd1399dce1b20627baddba5f Mon Sep 17 00:00:00 2001 From: mtk10008 Date: Sat, 18 Jan 2020 10:17:13 +0800 Subject: [PATCH] [ALPS04696977] Boot cleanup [Detail] Remove proc_cpu_loading from basic/non_plat/init.te MTK-Commit-Id: 6a2ade3189d2b9613f8b19b2ebe646cef292a600 Change-Id: Ia4634123e58127d6dacaa8f98e58ed6cdfc33833 CR-Id: ALPS04696977 Feature: build process --- non_plat/init.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/non_plat/init.te b/non_plat/init.te index bf68918..9155201 100644 --- a/non_plat/init.te +++ b/non_plat/init.te @@ -140,9 +140,6 @@ allow init mnt_vendor_file:dir mounton; # Purpose: Allow to setattr /proc/last_kmsg allow init proc_last_kmsg:file setattr; -# Purpose: Allow to setattr for duraspeed.rc -allow init proc_cpu_loading:file setattr; - # Purpose: Allow to relabelto for selinux_android_restorecon allow init boot_block_device:lnk_file relabelto; allow init vbmeta_block_device:lnk_file relabelto;