Remove chown, chmod for fontconfig cache path 83/89283/1 accepted/tizen/3.0/ivi/20161011.044152 accepted/tizen/3.0/mobile/20161015.033202 accepted/tizen/3.0/tv/20161016.004633 accepted/tizen/3.0/wearable/20161015.082806 accepted/tizen/common/20160927.152733 accepted/tizen/ivi/20160927.231040 accepted/tizen/mobile/20160927.230900 accepted/tizen/tv/20160927.230944 accepted/tizen/wearable/20160927.231016 submit/tizen/20160927.065504 submit/tizen_3.0_ivi/20161010.000002 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000002 submit/tizen_3.0_wearable/20161015.000002
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 23 Sep 2016 04:08:54 +0000 (13:08 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Fri, 23 Sep 2016 04:08:54 +0000 (13:08 +0900)
It caused side effect on performance of all of applications.

Change-Id: I952ae0491544dda438ddb3e5566a7d01e37f6be6

packaging/fontconfig.conf
packaging/fontconfig.spec

index 1661cc5..430f2fd 100644 (file)
@@ -1,3 +1,2 @@
-d      /opt/var/cache/fontconfig       1774    owner   users
 t      /opt/var/cache/fontconfig       -       -       -       -       security.SMACK64="User::App::Shared"
 t      /opt/var/cache/fontconfig       -       -       -       -       security.SMACK64TRANSMUTE="TRUE"
index 6f9fa3d..7f0ef71 100644 (file)
@@ -120,8 +120,6 @@ mkdir -p %{TZ_SYS_RO_SHARE}/app_fonts
 # The HOME setting is to avoid problems if HOME hasn't been reset
 if [ -x %{TZ_SYS_BIN}/fc-cache ] && %{TZ_SYS_BIN}/fc-cache --version 2>&1 | grep -q %{version} ; then
 fc-cache -rf --system-only
-chown -R owner:users %{TZ_SYS_VAR}/cache/fontconfig
-chmod -R 664 %{TZ_SYS_VAR}/cache/fontconfig
 fi
 
 %postun -p /sbin/ldconfig