Change the TZ_SDK_TOOLS variable to ${TZ_SDK_HOME}/share. 71/91971/1 accepted/tizen/3.0/common/20161114.110049 accepted/tizen/3.0/ivi/20161028.133917 accepted/tizen/3.0/mobile/20161028.133022 accepted/tizen/3.0/tv/20161028.133340 accepted/tizen/3.0/wearable/20161028.133650 accepted/tizen/common/20161013.160945 accepted/tizen/ivi/20161015.000320 accepted/tizen/mobile/20161015.000315 accepted/tizen/tv/20161015.000317 accepted/tizen/wearable/20161015.000312 submit/tizen/20161013.110438 submit/tizen/20161014.044256 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
authorKim Gunsoo <gunsoo83.kim@samsung.com>
Tue, 11 Oct 2016 05:33:45 +0000 (14:33 +0900)
committergunsoo kim <gunsoo83.kim@samsung.com>
Wed, 12 Oct 2016 10:49:40 +0000 (03:49 -0700)
- When the SMACK authority of SDB shell process is changed,
  the TZ_SDK_TOOLS path should be changed to be able to control
  the SDK files(ex. Application package, GDB server).

Change-Id: I2d09a53fd5938507aaafda4547c5df6b6d2aa162
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
packaging/tizen-platform.meta

index ea6dc20407f1df175ce107e7f919532facb8ea43..6a4497fa5dcdd01372d1025dc7670a37f0721dfc 100644 (file)
@@ -99,7 +99,7 @@ TZ_SYS_RUN=/var/run
 
 TZ_SDK_USER_NAME=${TZ_SYS_DEFAULT_USER}
 TZ_SDK_HOME=/home/${TZ_SDK_USER_NAME}
-TZ_SDK_TOOLS=${TZ_SDK_HOME}/apps_rw/tmp/sdk_tools
+TZ_SDK_TOOLS=${TZ_SDK_HOME}/share/tmp/sdk_tools
 
 ############################################################
 #                   USER VARIABLES                         #