Change skel home path for RW partition 50/108550/1 accepted/tizen/common/20170110.085216 accepted/tizen/ivi/20170106.103641 accepted/tizen/mobile/20170106.103442 accepted/tizen/tv/20170106.103531 accepted/tizen/wearable/20170106.103607 submit/tizen/20170105.051706
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 26 Dec 2016 05:44:42 +0000 (14:44 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 5 Jan 2017 04:56:24 +0000 (13:56 +0900)
As skel directory moved to RW partition (/etc/skel -> /opt/etc/skel),
skel home directory defined in %post section also needs to be changed.
Because the command chsmack doesn't work about symlink, it should be
changed although /etc/skel is linked to /opt/etc/skel.

Change-Id: I148780076256a776b6fd3ec1c49492d9b9ef7adc
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
packaging/tizen-platform-config.spec

index 8a71969..6f36793 100644 (file)
@@ -73,7 +73,7 @@ install -m 755 %{SOURCE2002} -D %{buildroot}%{_datadir}/upgrade/scripts/799.file
 # BEGIN - setting of predefined directories (also /etc/skel)
 ##############################################
 saveHOME="$HOME"
-HOME="%{_sysconfdir}/skel"
+HOME="/opt/etc/skel"
 . "%{_sysconfdir}/tizen-platform.conf"
 cat << ENDOFCAT |
 MODE 777
@@ -82,8 +82,10 @@ $TZ_SYS_STORAGE
 $TZ_SYS_MEDIA
 
 MODE 700
-SMACK User::Home true
+SMACK _ true
 $TZ_USER_HOME
+
+SMACK User::Home true
 $TZ_USER_APPROOT
 $TZ_USER_DB
 $TZ_USER_PACKAGES