Fix vconf values' smack label 20/39020/1 tizen_3.0.2015.q2_common accepted/tizen/common/20150521.125333 accepted/tizen/mobile/20150508.125816 accepted/tizen/tv/20150508.123601 accepted/tizen/wearable/20150508.071637 submit/tizen_common/20150520.888881 submit/tizen_mobile/20150508.014248 submit/tizen_tv/20150508.014248 submit/tizen_wearable/20150508.014248
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 7 May 2015 06:04:55 +0000 (15:04 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 7 May 2015 06:08:07 +0000 (15:08 +0900)
note that this patch is workaround.
the security policy about vconf value is not determined yet.
for now, we should fix it to launch applications.
(applications don't have permission to read 'User')

Change-Id: I86f9cf043c97f48ac67512beab4caa2c40bb0b77
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
packaging/ail.spec

index 73c5aee..bc94a80 100755 (executable)
@@ -68,9 +68,9 @@ useradd -d %TZ_SYS_RW_APP -m %TZ_SYS_GLOBALAPP_USER -r -c "system user for commo
 #cd %%TZ_SYS_RW_APP/
 #ln -s .config/xwalk-service/applications/
 
-vconftool set -t string db/ail/ail_info "0" -f -s User
-vconftool set -t string db/menuscreen/desktop "0" -f -s User
-vconftool set -t string db/menu_widget/language "en_US.utf8" -f -s User
+vconftool set -t string db/ail/ail_info "0" -f -s User::App::Shared
+vconftool set -t string db/menuscreen/desktop "0" -f -s User::App::Shared
+vconftool set -t string db/menu_widget/language "en_US.utf8" -f -s User::App::Shared
 
 mkdir -p %{TZ_SYS_RO_DESKTOP_APP}
 mkdir -p %{TZ_SYS_RW_DESKTOP_APP}