Fix gumd script 63/71963/1 accepted/tizen/common/20160530.132203 accepted/tizen/common/20160531.141933 accepted/tizen/ivi/20160531.001912 accepted/tizen/ivi/20160602.022654 accepted/tizen/mobile/20160531.001820 accepted/tizen/mobile/20160602.022838 accepted/tizen/tv/20160531.001837 accepted/tizen/tv/20160602.022429 accepted/tizen/wearable/20160531.001856 accepted/tizen/wearable/20160602.022522 submit/tizen/20160530.080737 submit/tizen/20160530.225306
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 30 May 2016 02:43:19 +0000 (11:43 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 30 May 2016 02:43:19 +0000 (11:43 +0900)
Change-Id: I28c8c7d662f56da91faef8512d364a30da948acc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
30_media-server-add.post

index b9f6047..5eec3cf 100644 (file)
@@ -5,4 +5,5 @@ export `tzplatform-get --user $NEW_USER TZ_USER_SHARE`
 
 mkdir -p $TZ_USER_SHARE/media/.thumb/phone
 mkdir -p $TZ_USER_SHARE/media/.thumb/mmc
-chown -R multimedia_fw:multimedia_fw $TZ_USER_SHARE/media/.thumb
+chown -R multimedia_fw:multimedia_fw $TZ_USER_SHARE/media
+find $NEW_USER $TZ_USER_SHARE/media -type d -exec /usr/bin/chsmack -a 'User::App::Shared' -t {} + -exec chmod 2775 {} +