OSDN Git Service

Fix installd to create /data/data/<pkgname> with appropriate permissions.
authorDavid 'Digit' Turner <digit@google.com>
Wed, 10 Feb 2010 03:02:38 +0000 (19:02 -0800)
committerDavid 'Digit' Turner <digit@google.com>
Wed, 10 Feb 2010 03:02:38 +0000 (19:02 -0800)
commit0dd50e61267818b4cba0453c2abe18a77d3f6f66
treef7246ab284e9c357889bc84a007390170366f556
parentb687581d4cf67fe8f25bac4333b513bcba2f3cb2
Fix installd to create /data/data/<pkgname> with appropriate permissions.

The directory was created with read+exec rights for others.
The patch restricts it to only exec rights.
cmds/installd/commands.c