Fix mount install failure on global installation 76/106576/1
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 22 Dec 2016 05:54:25 +0000 (14:54 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 22 Dec 2016 05:54:25 +0000 (14:54 +0900)
commit162f3c411544eda1969df2549bb2c0f0f4d3268b
tree922bdde90211b821922c87b2f84e3da52e5084ba
parent8c06a60991d120d64f3147bce724dc1c348276c0
Fix mount install failure on global installation

Security registration should be done before creating per user storage
directories because StepCreatePerUserStorage calls
security_manager_paths_register() and it needs security context.

Change-Id: I90c846f55c5ba2cdc294c1a762edb9d97cc76b50
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
src/wgt/wgt_installer.cc