summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-07-07 01:11:48 +0800
committerDmitry Shmidt <dimitrysh@google.com>2016-07-21 10:40:31 -0700
commit1389f2440ce7eda9eed059767628be0d37b15da7 (patch)
treec10f71293762f8eea61ec071804a481b2a26ae29
parentaa8a200ebbbf56f9200397b69814c60a0f4c3b21 (diff)
downloadhikey-1389f2440ce7eda9eed059767628be0d37b15da7.tar.gz
init.hikey.rc: remove permission setting on /dev/cpuctl
If not, it will cause dac_override avc denial warnings for logd and healthd since they need to access the file /dev/cpuctl/tasks in their source Change-Id: If65d11e7122ef197ba43012c890637df835ce544 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--init.hikey.rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.hikey.rc b/init.hikey.rc
index 642015ca..5bd433a9 100644
--- a/init.hikey.rc
+++ b/init.hikey.rc
@@ -47,10 +47,6 @@ on post-fs
# Set supported opengles version
setprop ro.opengles.version 196608
-# change permissions for process groups
-# https://bugs.launchpad.net/bugs/1037611
- chmod 0660 /dev/cpuctl
-
# update cpuset now that processors are up
# Foreground should contain all cores
write /dev/cpuset/foreground/cpus 0-7