Add TZ_USER_CONFIG directory to manage ~/.config 71/46371/1 submit/tizen/20150819.135223
authorRafal Krypa <r.krypa@samsung.com>
Wed, 19 Aug 2015 13:22:03 +0000 (15:22 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Wed, 19 Aug 2015 13:23:01 +0000 (15:23 +0200)
Some open-source modules need to access ~/.config for reading and writing.
One example of such module is pulseaudio client library. Adding this directory
with User::App::Shared label to allow all applications R/W access.

Change-Id: I692ae01e94729d7258ba5043e888e73484dd29e2
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
packaging/tizen-platform-config.spec
tizen-platform.meta

index 6c161a8..104c40a 100644 (file)
@@ -92,6 +92,7 @@ $TZ_USER_MUSIC
 $TZ_USER_VIDEOS
 $TZ_USER_SHARE
 $TZ_USER_CACHE
+$TZ_USER_CONFIG
 $TZ_USER_HOME/.pki/nssdb
 $TZ_USER_APP/xwalk-service
 
index 6443909..78c727d 100644 (file)
@@ -129,6 +129,7 @@ TZ_USER_ICONS=$TZ_USER_APPROOT/icons
 TZ_USER_CONFIG=$TZ_USER_HOME/kdb
 TZ_USER_APP=$TZ_USER_HOME/apps_rw
 TZ_USER_CACHE=$TZ_USER_HOME/.cache
+TZ_USER_CACHE=$TZ_USER_HOME/.config
 
 ############# Content dirs #############