Add TZ_USER_CACHE directory to manager ~/.cache 80/45680/1
authorRafal Krypa <r.krypa@samsung.com>
Mon, 10 Aug 2015 09:12:45 +0000 (11:12 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 10 Aug 2015 09:13:09 +0000 (11:13 +0200)
Some open-source modules need to access ~/.cache for reading and writing.
One example of such module is gstreamer. Adding this directory with
User::App::Shared label to allow all applications R/W access.

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

index 66b33f6..19e47a8 100644 (file)
@@ -92,6 +92,7 @@ $TZ_USER_SOUNDS
 $TZ_USER_MUSIC
 $TZ_USER_VIDEOS
 $TZ_USER_SHARE
+$TZ_USER_CACHE
 
 SMACK User false
 $TZ_USER_APP
index dc15817..6443909 100644 (file)
@@ -128,6 +128,7 @@ TZ_USER_DESKTOP=$TZ_USER_APPROOT/desktop
 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
 
 ############# Content dirs #############