From ac524231428905cfb5cb01ade1027d673f6da2ac Mon Sep 17 00:00:00 2001 From: "j-h.choi" Date: Wed, 6 Jan 2021 18:22:36 +0900 Subject: [PATCH] Apply ownership to the newly created tac folder Change-Id: Icf9c8ff08fb98a55c6ce6eaef5438896450d48c4 --- NativeLauncher/installer-plugin/prefer_nuget_cache_plugin.cc | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.7.4