Merge "init.qcom.rc: grant world read and execute perms to perfd socket"

This commit is contained in:
Linux Build Service Account 2014-11-12 13:58:33 -08:00 committed by Gerrit - the friendly Code Review server
commit 7ecbf5cea5
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ on boot
chmod 2770 /dev/socket/qmux_gps
#Create PERFD deamon related dirs
mkdir /data/misc/perfd 0770 root system
chmod 2770 /data/misc/perfd
mkdir /data/misc/perfd 0755 root system
chmod 2755 /data/misc/perfd
mkdir /data/system/perfd 0770 root system
chmod 2770 /data/system/perfd