From: j-h.choi Date: Wed, 6 Jan 2021 09:22:36 +0000 (+0900) Subject: Apply ownership to the newly created tac folder X-Git-Tag: submit/tizen/20210125.003944~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac524231428905cfb5cb01ade1027d673f6da2ac;p=platform%2Fcore%2Fdotnet%2Flauncher.git Apply ownership to the newly created tac folder Change-Id: Icf9c8ff08fb98a55c6ce6eaef5438896450d48c4 --- diff --git a/NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc b/NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc index 30518b1..a8011a3 100644 --- a/NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc +++ b/NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc @@ -947,6 +947,7 @@ void install_Clean() { for (auto& cd : createDirectories) { changeOwnershipTAC(cd); + copySmackAndOwnership(__DOTNET_DIR, cd.substr(0, cd.rfind('/'))); } for (auto& cl : createLibraries) {