Move sysfs_devices_system_cpu to the central policy.

Every device has a CPU. This is not device specific.

Change-Id: I4766dc571762d8fae06aa8c26828c070b80f5936
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 7711c0a..0af90fc 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -98,8 +98,6 @@
 /system/bin/qseecomd               u:object_r:tee_exec:s0
 /system/bin/conn_init              u:object_r:conn_init_exec:s0
 
-/sys/devices/system/cpu/cpu([0-9])+(/.*)?(/.*)?    u:object_r:sysfs_devices_system_cpu:s0
-
 # Persist firmware filesystem
 /persist(/.*)?                   u:object_r:persist_file:s0
 /persist/bluetooth(/.*)?         u:object_r:persist_bluetooth_file:s0
diff --git a/sepolicy/mpdecision.te b/sepolicy/mpdecision.te
index e446efb..0107b83 100644
--- a/sepolicy/mpdecision.te
+++ b/sepolicy/mpdecision.te
@@ -21,7 +21,6 @@
 # By-product of setting owner on sock_file (don't allow)
 dontaudit mpdecision self:capability fsetid;
 
-allow mpdecision sysfs_devices_system_cpu:dir r_dir_perms;
 allow mpdecision sysfs_devices_system_cpu:file rw_file_perms;
 allow mpdecision sysfs_mpdecision:dir r_dir_perms;
 allow mpdecision sysfs_mpdecision:file rw_file_perms;