Change skel home path for RW partition 94/106994/2 accepted/tizen/3.0/common/20170109.083939 accepted/tizen/3.0/ivi/20170106.095009 accepted/tizen/3.0/mobile/20170106.094819 accepted/tizen/3.0/tv/20170106.094912 accepted/tizen/3.0/wearable/20170106.094939 submit/tizen_3.0/20170105.051635
authorSunmin Lee <sunm.lee@samsung.com>
Mon, 26 Dec 2016 05:44:42 +0000 (14:44 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Mon, 26 Dec 2016 07:07:45 +0000 (16:07 +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: Iee2961df03156aeff613033d8eece29c81194bb3
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
packaging/tizen-platform-config.spec

index d89b832..d555a4d 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