Apply ownership to the newly created tac folder
authorj-h.choi <j-h.choi@samsung.com>
Wed, 6 Jan 2021 09:22:36 +0000 (18:22 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Thu, 7 Jan 2021 04:39:07 +0000 (13:39 +0900)
Change-Id: Icf9c8ff08fb98a55c6ce6eaef5438896450d48c4

NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc

index 30518b1..a8011a3 100644 (file)
@@ -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) {