OSDN Git Service

installd: change profile files to 0660
authorNick Kralevich <nnk@google.com>
Thu, 12 Jun 2014 01:23:59 +0000 (18:23 -0700)
committerNick Kralevich <nnk@google.com>
Thu, 12 Jun 2014 21:54:43 +0000 (14:54 -0700)
commit0db0f97d87bae8118e135d5a30edf7f0146098c0
treeb8671de6701d18ec5bd9b6440406f4c5ee754160
parent18c9394ce1a4869eb5cf91eece02a4e944e2eebc
installd: change profile files to 0660

Profiling information leaks data about how people interact
with apps, so we don't want the data to be available
to other apps. Only the app and system_server need access.

Don't create the /data/dalvik-cache/profiles directory. init.rc
does it for us now.

Change-Id: Ic1b44009faa30d704855e97631006c4b990a4ad3
cmds/installd/utils.c