From f208523054dc5fbb8e322c70f1e7a925c5da5449 Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Sat, 11 Jul 2015 23:22:46 -0400 Subject: [PATCH] sepolicy: system_app: Remove performace setting related entries * Performance Settings has been removed/refactored so these are no longer neccessary. Change-Id: I5933700815d0037735fc48f8640b37d1f350ea91 Signed-off-by: Brandon McAnsh --- sepolicy/system_app.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te index 3f771e30..9dbc7b88 100644 --- a/sepolicy/system_app.te +++ b/sepolicy/system_app.te @@ -1,7 +1,3 @@ -# For performance settings -allow system_app sysfs_devices_system_cpu:file rw_file_perms; -allow system_app sysfs_devices_system_iosched:file rw_file_perms; - # For the updaters allow system_app recovery_cache_file:dir create_dir_perms; allow system_app recovery_cache_file:file create_file_perms;