From 983a697aa098c23a48c34691fa8a7ca9f117817e Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Tue, 5 Jul 2016 15:28:42 +0900 Subject: [PATCH] New TZ_SYS variable: for sharing between users Because of a need for sharing data between users, the new directory path is defined as below: user shared data: TZ_SYS_GLOBALUSER_DATA (/opt/usr/data) user shared dbspace: TZ_SYS_GLOBALUSER_DB (/opt/usr/dbspace) Change-Id: I8e0db6e41e687306e8070a767b9be451aecd628f Signed-off-by: Sunmin Lee --- tizen-platform.meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tizen-platform.meta b/tizen-platform.meta index 29085c3..7ea94ed 100644 --- a/tizen-platform.meta +++ b/tizen-platform.meta @@ -34,6 +34,8 @@ TZ_SYS_VAR=/opt/var TZ_SYS_USER_GROUP=users TZ_SYS_GLOBALAPP_USER=tizenglobalapp TZ_SYS_ADMIN_GROUP=system +TZ_SYS_GLOBALUSER_DATA=/opt/usr/data +TZ_SYS_GLOBALUSER_DB=/opt/usr/dbspace # which user to use when applications start request are sent by system daemons TZ_SYS_DEFAULT_USER=owner -- 2.7.4