From: 조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 Date: Thu, 3 Dec 2020 06:41:00 +0000 (+0900) Subject: Add PATH setting at rw update script (#300) X-Git-Tag: accepted/tizen/6.0/unified/20201207.044444^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b13aa275dc373b8d69ec4a6819dee4a1995cb8c;p=platform%2Fcore%2Fdotnet%2Flauncher.git Add PATH setting at rw update script (#300) Security Test return "FAIL" if shell script doesnot contain PATH setting, even though all command line tool is executed as absolute path. So, to avoid unnecessary failure, add PATH setting at shell script --- diff --git a/packaging/715.dotnet_regen_app_ni.patch.sh b/packaging/715.dotnet_regen_app_ni.patch.sh index 9aa2d7b..1a6dda6 100644 --- a/packaging/715.dotnet_regen_app_ni.patch.sh +++ b/packaging/715.dotnet_regen_app_ni.patch.sh @@ -2,6 +2,8 @@ # # RW Update Script to regenerate dotnet application native image file +PATH=/usr/bin:/bin:/usr/sbin:/sbin + /usr/bin/dotnettool --tac-regen-all /usr/bin/dotnettool --ni-regen-all-app