OSDN Git Service

Only restorecon_data once for all users.
authorJeff Sharkey <jsharkey@android.com>
Mon, 20 Jul 2015 23:26:19 +0000 (16:26 -0700)
committerJeff Sharkey <jsharkey@android.com>
Mon, 20 Jul 2015 23:26:22 +0000 (16:26 -0700)
commita2307aefd06f1310660ef1d35ce01bcfc72c9633
tree3c10449babb90af5055c9f3db8ad1a06a29416ac
parent5f920c1a2cf12c0638c05fbddee8ff6c1193731c
Only restorecon_data once for all users.

restorecon_data already iterates across all found users internally,
so we don't need to call it for each UID moved.  In fact, this was a
bug that caused data for the owner to be relabeled when moving apps
back to internal storage.

Bug: 21813384
Change-Id: I5ba76d4f30d129365864c8a25b665f344b99a6b4
cmds/installd/commands.cpp