platform/core/appfw/app-installers.git
3 years agoRelease version 1.31.9 49/240849/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200812.060316 accepted/tizen/5.5/unified/wearable/hotfix/20201027.120745 submit/tizen_5.5/20200812.054424 submit/tizen_5.5_wearable_hotfix/20201026.184302
Ilho Kim [Wed, 12 Aug 2020 05:32:39 +0000 (14:32 +0900)]
Release version 1.31.9

Changes:
 - Fix Remove function in file utils

Change-Id: Iec996e483071aca012a4ec8ef2876327354e6360
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix Remove function in file utils 42/240842/1
Ilho Kim [Wed, 12 Aug 2020 04:59:00 +0000 (13:59 +0900)]
Fix Remove function in file utils

If the path is not exists Remove function should return true

Change-Id: Ib05529a4131d8afaa7ea192064bbfa04d7279db9
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit 62a65c1f579310ee36c60e6e5b4ab09705bd917d)

3 years agoRelease version 1.31.8 55/240755/1 accepted/tizen/5.5/unified/20200811.144646 submit/tizen_5.5/20200811.064107
Ilho Kim [Tue, 11 Aug 2020 06:27:46 +0000 (15:27 +0900)]
Release version 1.31.8

Changes:
 - Refactor creating shared data logic
 - Fix permission value correctly
 - Fix static analysis issue
 - Fix Remove function in file_utils
 - Fix static analysis issue

Change-Id: If2f926c8288bb52e0c2c2f2d309f72fa1d14b1c2
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix static analysis issue 44/240744/1
Ilho Kim [Tue, 11 Aug 2020 06:04:24 +0000 (15:04 +0900)]
Fix static analysis issue

Fix uncaught exception by directory_iterator()

Change-Id: I13ba9f8350010c85a41b129a73d2828f60c04488
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years agoFix Remove function in file_utils 28/240728/1
Ilho Kim [Tue, 11 Aug 2020 02:15:41 +0000 (11:15 +0900)]
Fix Remove function in file_utils

Change-Id: I343fe3ebd842d907334a0630eb0308c3c30db60e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit 3e41cb8f9f1fc2020e06dcd8f6fd4cb0aa2b8058)

3 years agoFix static analysis issue 27/240727/1
Sangyoon Jang [Mon, 3 Aug 2020 07:40:27 +0000 (16:40 +0900)]
Fix static analysis issue

Fix uncaught exception.

Change-Id: Ib2526443fcc27fd615fb9325282dbfd3515e9844
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 140ba528998c7fa6f607bb081bca66a1e9518034)

3 years agoFix permission value correctly 28/226328/3
Ilho Kim [Wed, 19 Feb 2020 23:52:14 +0000 (08:52 +0900)]
Fix permission value correctly

Change-Id: I4f0015a58edf3483a20993406af20396bc805cc2
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit 5c5da18e82929a3a8cd974f24ee63bdd58d6b028)

3 years agoRefactor creating shared data logic 25/226325/3
Sangyoon Jang [Thu, 2 Jan 2020 08:16:49 +0000 (17:16 +0900)]
Refactor creating shared data logic

Creating shared data logic is fragmented.
The shared data directories are created by using base directory(apps_rw) and
some flags. This patch also fixes that installer can set setgid bit
rwdata only.

Change-Id: I997f401bd0d4dcad355422e36b51df03ed07201d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 654261117e5c89e8f33ad135011b11023490dece)

4 years agoRelease version 1.31.7 01/233401/1 accepted/tizen/5.5/unified/20200514.154306 submit/tizen_5.5/20200514.092154
Ilho Kim [Thu, 14 May 2020 09:12:07 +0000 (18:12 +0900)]
Release version 1.31.7

Changes:
 - Revert "Change path of directory for mount point of MountInstall mode"

Change-Id: Ib6c97ce48655fdacc33ec0539a42282041ca671e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRevert "Change path of directory for mount point of MountInstall mode" 99/233399/1
Sangyoon Jang [Thu, 14 May 2020 09:08:56 +0000 (18:08 +0900)]
Revert "Change path of directory for mount point of MountInstall mode"

This reverts commit 45b92e745e1ab952d90867414097fc86acccfa69.

Change-Id: Idb5cd39f486341a194586ddc9a0c3127414166c8

4 years agoRelease version 1.31.6 98/233398/1 submit/tizen_5.5/20200514.090654
Ilho Kim [Thu, 14 May 2020 09:02:19 +0000 (18:02 +0900)]
Release version 1.31.6

Changes:
 - Change path of directory for mount point of MountInstall mode
 - Fix updating shared data directories

Change-Id: Id3bbb2759b2349349ea397481502bd18304d7618
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix updating shared data directories 99/232999/1
Sangyoon Jang [Thu, 7 May 2020 08:39:12 +0000 (17:39 +0900)]
Fix updating shared data directories

Even if installer doesn't need to update shared data directories,
installer should request registering shared data directories to
security-manager.

Change-Id: I6ef5d492f7263ac3bfd9acbf06f3f8fe393e1328
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoChange path of directory for mount point of MountInstall mode 65/230965/1
Sangyoon Jang [Mon, 6 Apr 2020 03:55:41 +0000 (12:55 +0900)]
Change path of directory for mount point of MountInstall mode

Change-Id: I6752b57f2cd856c800d548a9eab065e784f64b48
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 5dd2625829eaeefb50e75bf30eb54ad088915474)

4 years agoRelease version 1.31.5 73/229773/1 accepted/tizen/5.5/unified/20200407.015525 submit/tizen_5.5/20200403.083020
Ilho Kim [Fri, 3 Apr 2020 07:52:41 +0000 (16:52 +0900)]
Release version 1.31.5

Changes:
 - Fix static analysis issue

Change-Id: If562bc4c3957dae651590a80d0df9a59dac374cf
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix static analysis issue 87/228587/2
Ilho Kim [Tue, 10 Dec 2019 00:36:08 +0000 (09:36 +0900)]
Fix static analysis issue

Fix using of invalid iterator

Change-Id: I63268f34caf3917737f69ae0dea1620665fce35c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit 1e1c2737f9b2feb79b3152b35eee4d51c351dc2d)

4 years agoRelease version 1.31.4 40/228440/1 accepted/tizen/5.5/unified/20200326.232303 submit/tizen_5.5/20200323.062041
Ilho Kim [Mon, 23 Mar 2020 06:12:17 +0000 (15:12 +0900)]
Release version 1.31.4

Changes:
 - Fix static analysis issue
 - Fix static analysis issue
 - Fix memory leak

Change-Id: Idcc591d904366792ea4ec11fc954cb6b1bac462c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix memory leak 32/226332/3
Ilho Kim [Tue, 25 Feb 2020 08:35:34 +0000 (17:35 +0900)]
Fix memory leak

Change-Id: I3b3b52f983a14a82e5e188b33cdf1acbec495d24
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit 14ca82e7fd70be2bdc72223b2f2683d7024bdcb1)

4 years agoFix static analysis issue 31/226331/5
Sangyoon Jang [Wed, 26 Feb 2020 06:13:23 +0000 (15:13 +0900)]
Fix static analysis issue

Fix resource leak.

Change-Id: I5f3f5cd640e76c11c50310470326dc3f9e069c53
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit f5946d8cc92292209f640fa13893517bee1ad4a2)

4 years agoFix static analysis issue 24/226324/3
Junghyun Yeon [Mon, 10 Feb 2020 08:21:14 +0000 (17:21 +0900)]
Fix static analysis issue

Change codes to return result

Change-Id: I1a4e790aa7d0694c6de19192f18ca48e835fa90e
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
(cherry picked from commit 44504f33df2367229c77534baed75aa6b1418747)

4 years agoRelease version 1.31.3 84/226384/1 accepted/tizen/5.5/unified/20200303.170612 submit/tizen_5.5/20200302.074523
Ilho Kim [Mon, 2 Mar 2020 05:51:51 +0000 (14:51 +0900)]
Release version 1.31.3

Changes:
 - Add SmokeTestHelperRunner for smoke test
 - Add function 'CopyAndRemove' for smoke test
 - Keep removable attribute when package update
 - Fix install failure of user package
 - Remove packaged RW directories before copying unpacked directories
 - Fix Remove(), RemoveAll() to delete symlink properly
 - Fix backup/restore shared/shared_tmp directories
 - Fix create shared data directory during update
 - Fix StepRecoverSignature

Change-Id: I3884ce3b0ab4368e57472d722d8a1daff1d0c817
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix StepRecoverSignature 27/226327/3
Junghyun Yeon [Tue, 11 Feb 2020 06:21:52 +0000 (15:21 +0900)]
Fix StepRecoverSignature

- RecoverReadonlyUpdateInstall does not require restoring signature file.
- Newly implement Cleanup() to simply remove backed up signature file.

Change-Id: I5bcfe1a8d1218b758423c81a7a76601826285933
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
(cherry picked from commit 49aa2afdb3f208aeb52f434fe84cf9949478ac9f)

4 years agoFix create shared data directory during update 23/226323/3
Ilho Kim [Fri, 7 Feb 2020 03:32:09 +0000 (12:32 +0900)]
Fix create shared data directory during update

When updating from a package without privilege to a package with
need to set owner and permission

Change-Id: Ifa7732231f147723dfbee63f4739a35467cd1545
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry picked from commit 0ceceda95fbadf651edb795cc3bcaf9f09484c80)

4 years agoFix backup/restore shared/shared_tmp directories 22/226322/3
Sangyoon Jang [Fri, 7 Feb 2020 02:27:58 +0000 (11:27 +0900)]
Fix backup/restore shared/shared_tmp directories

Not only .shared/pkgid/data but also .shared/pkgid should be removed.

Change-Id: I2e266160d346e8cdef35947eb6f4ea839a137e77
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit fd20507d8731183ea8a84c44bd5b7fec20d7143a)

4 years agoFix Remove(), RemoveAll() to delete symlink properly 21/226321/3
Sangyoon Jang [Fri, 7 Feb 2020 01:48:12 +0000 (10:48 +0900)]
Fix Remove(), RemoveAll() to delete symlink properly

Even if the file or directory that symlink points not exist, Remove()
and RemoveAll() should delete symlink file.
Note that bf::remove() and bf::remove_all() delete symbolic link itself.

Change-Id: I37fbeea897dc12f3b355e24b8763abaa304c5a02
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit be72729416d89019e4be90cb49bffdff2fb63803)

4 years agoRemove packaged RW directories before copying unpacked directories 20/226320/3
Sangyoon Jang [Thu, 6 Feb 2020 05:59:33 +0000 (14:59 +0900)]
Remove packaged RW directories before copying unpacked directories

Change-Id: I7afa8a50a72ebbd755518a90bedd8f352dbcd122
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 1945ad705aa345fab2e549d636f048914b6f516a)

4 years agoFix install failure of user package 19/226319/3
Sangyoon Jang [Wed, 5 Feb 2020 08:08:56 +0000 (17:08 +0900)]
Fix install failure of user package

Because wrong path was given for security registration, the install of
user package was failed.

Change-Id: Ifb9c9e90ea801ee012988df1b123d7f606e856be
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit e5c99eeb064818818ea24294d55dcb89d234e0ca)

4 years agoKeep removable attribute when package update 36/223836/2
Sangyoon Jang [Mon, 9 Dec 2019 12:04:58 +0000 (21:04 +0900)]
Keep removable attribute when package update

Change-Id: I3e6bcd8103d2d5bf9a8b2c79fa36242437b86bfc
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd function 'CopyAndRemove' for smoke test 46/224046/3
Ilho Kim [Mon, 11 Nov 2019 22:55:28 +0000 (07:55 +0900)]
Add function 'CopyAndRemove' for smoke test

This patch for supporting backup option "copy and remove"

Change-Id: I036da1e1d10f9cdaf6ae9403f7c9f60a8e6c32b6
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry-picked from commit 9c016d06f479991760fe0f42bfe2b9836d52d480)

4 years agoAdd SmokeTestHelperRunner for smoke test 45/224045/3
Ilho Kim [Thu, 12 Dec 2019 08:46:14 +0000 (17:46 +0900)]
Add SmokeTestHelperRunner for smoke test

This class for test using subprocess

Change-Id: I8ac6f89f028807f3c0b719dc2456b956b78e33a9
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
(cherry-picked from commit 6503f724ebd75872424739ce1118a6f96610d528)

4 years agoRelease version 1.31.2 31/222031/1 tizen_5.5_tv accepted/tizen/5.5/unified/20200112.221036 submit/tizen_5.5/20200109.073834
Sangyoon Jang [Thu, 9 Jan 2020 07:15:03 +0000 (16:15 +0900)]
Release version 1.31.2

Changes:
 - Add fallback logic when api-version of app not found

Change-Id: If316cb2e3b149a665ffdaeadbe9347b8b94886ab
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd fallback logic when api-version of app not found 79/221879/3
Sangyoon Jang [Wed, 8 Jan 2020 06:51:29 +0000 (15:51 +0900)]
Add fallback logic when api-version of app not found

Some package may not include any applications.

Change-Id: I8cfe8e540a5113c56175ec373a6252d438230978
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 1.31.1 06/220106/2 accepted/tizen/5.5/unified/20200105.221114 accepted/tizen/unified/20191216.222210 submit/tizen/20191213.074937 submit/tizen_5.5/20200103.002242 submit/tizen_5.5/20200103.003447
Ilho Kim [Fri, 13 Dec 2019 07:02:00 +0000 (16:02 +0900)]
Release version 1.31.1

Changes:
 - Fix smoke-test functions for rollback cases
 - Add smoke-util functions to check existance of shared/data
 - Fix StepUpdateStorageDirectories
 - Change header path to be included
 - Change the way to delete "shared/data" directory
 - Fix FindRecoveryFile
 - Fix static analysis issue
 - Add null checking before setting cleanup flag
 - Fix StepRecoverChangeOwner
 - Fix StepRecoverStorageDirectories

Change-Id: Iec2faac95ac9cc7123c237ecc6c4c2c47733d3e8
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix StepRecoverStorageDirectories 50/218450/12
Sangyoon Jang [Thu, 21 Nov 2019 08:27:20 +0000 (17:27 +0900)]
Fix StepRecoverStorageDirectories

Recover when shared data directory updated.

Change-Id: Id72db565a8f6668f10990e128d78d4a6f48e50f0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix StepRecoverChangeOwner 51/218451/15
Sangyoon Jang [Fri, 22 Nov 2019 10:06:42 +0000 (19:06 +0900)]
Fix StepRecoverChangeOwner

Recover ownership, permission when per user directories updated.

Change-Id: Ic5b52a56b29dddfd6464e99ae48fc05497932a93
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd null checking before setting cleanup flag 06/219806/3
Sangyoon Jang [Tue, 10 Dec 2019 07:21:18 +0000 (16:21 +0900)]
Add null checking before setting cleanup flag

Change-Id: Ib80ccd3a48c1d392b11ab081a6050de82fcf6d97
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix static analysis issue 70/220070/3
Ilho Kim [Fri, 13 Dec 2019 01:57:17 +0000 (10:57 +0900)]
Fix static analysis issue

- Fix uninitialized scalar field

Change-Id: I89771d1ea4be2e096932e9826dae4ab3448ff202
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix FindRecoveryFile 34/219134/4
Ilho Kim [Mon, 2 Dec 2019 08:42:00 +0000 (17:42 +0900)]
Fix FindRecoveryFile

If path is not exist, directory_iterator throw exception

Change-Id: Ic0821c2e4f34f7cb9a71219764d492aeecb1485c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoMerge "Change header path to be included" into tizen
Junghyun Yeon [Thu, 12 Dec 2019 23:49:32 +0000 (23:49 +0000)]
Merge "Change header path to be included" into tizen

4 years agoChange the way to delete "shared/data" directory 63/219763/2
Ilho Kim [Tue, 10 Dec 2019 01:32:18 +0000 (10:32 +0900)]
Change the way to delete "shared/data" directory

If a package being installed has "shared/data" directory and there is some file
remove fail because that directory is not empty

and the way to delete "shared/data" files is chaged from "remove" to "remove all"

Change-Id: I22428504749dbae981c28e612fac84e15ac7a475
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoChange header path to be included 07/219607/2
Junghyun Yeon [Fri, 6 Dec 2019 08:26:52 +0000 (17:26 +0900)]
Change header path to be included

Its path has changed

Related changes:
[tpk-manifest-handlers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/tpk-manifest-handlers/+/219481/

Change-Id: I3933d2ae6e5c8ea90329752fa3de0054ea862e8a
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix StepUpdateStorageDirectories 22/218222/16
Sangyoon Jang [Tue, 19 Nov 2019 04:23:51 +0000 (13:23 +0900)]
Fix StepUpdateStorageDirectories

The step StepUpdateStorageDirectories is for adding / removing
shareddata directory when the package updated with / without privilege
for shareddata. This process can be revoked when the package update is
failed.

Change-Id: Ibef2c65807682bc720f53fe8a3f78d9ca82d3c8c
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd smoke-util functions to check existance of shared/data 18/218218/7
Sangyoon Jang [Wed, 20 Nov 2019 10:00:51 +0000 (19:00 +0900)]
Add smoke-util functions to check existance of shared/data

Change-Id: I0a8a7bb5cd8a2ff9889948b2d9d12566761c54c1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix smoke-test functions for rollback cases 93/218093/3
Sangyoon Jang [Tue, 19 Nov 2019 09:10:04 +0000 (18:10 +0900)]
Fix smoke-test functions for rollback cases

The custom step cannot be added outside of installer, because steps are
initialized when Run() invoked.
(If some step added outside of installer, that step will be executed at
first, ignoring original steps)
This patch defines a new virtual function creating overridden installer
object which is fail at the end of steps or specific stage.

Change-Id: I00eed98d51bb4d083c421baa6a83f4b8ca17e90d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 1.31.0 00/218500/1 accepted/tizen/unified/20191201.221510 submit/tizen/20191128.101053 submit/tizen_5.5/20191204.061724 submit/tizen_5.5/20191205.065343
Junghyun Yeon [Mon, 25 Nov 2019 02:11:29 +0000 (11:11 +0900)]
Release version 1.31.0

Changes:
 - Fix build warning
 - Separate dotnet app existance checking logic
 - Make PkgQuery class as inner class of PkgQueryInterface
 - Reset data of PkgQuery at beginning of process
 - Change shared/data handle logic

Change-Id: I436bd47db2326ef9ba710dc25a8f119ba693719c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoChange shared/data handle logic 03/210403/22
Junghyun Yeon [Fri, 19 Jul 2019 00:47:03 +0000 (09:47 +0900)]
Change shared/data handle logic

- Create shared data directory for each package at
  certain directory to prevent creation of N^2 smack labels.
- Create symlink at previous location for backward compatibility.

Change-Id: Ibb52bfef6843e3d38f91eabb418d87b46a4e918b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoReset data of PkgQuery at beginning of process 59/218059/4
Sangyoon Jang [Tue, 19 Nov 2019 06:36:10 +0000 (15:36 +0900)]
Reset data of PkgQuery at beginning of process

The installer process can run multiple instance of same pkgid, so
PkgQuery should be reset.

Change-Id: Ibc2f6369e70831d10439cacbdaccbb9c94601906
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoMake PkgQuery class as inner class of PkgQueryInterface 38/218038/2
Sangyoon Jang [Tue, 19 Nov 2019 04:27:38 +0000 (13:27 +0900)]
Make PkgQuery class as inner class of PkgQueryInterface

PkgQuery class should be accessed by PkgQueryInterface only.

Change-Id: I9752fe4528fb24ff74e24d190d230b799a61fa96
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoSeparate dotnet app existance checking logic 28/217228/3
Junghyun Yeon [Thu, 7 Nov 2019 23:20:30 +0000 (08:20 +0900)]
Separate dotnet app existance checking logic

Separate dotnet app existance checking logic to be inherited.

Change-Id: I126800be19113f883e809533b92e4bb0bebc99b0
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix build warning 32/217432/2
Junghyun Yeon [Mon, 11 Nov 2019 12:53:13 +0000 (21:53 +0900)]
Fix build warning

Change-Id: I87e3be1b7629cd76299afa78e921927ad3e6525b
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoRelease version 1.30.14 63/217463/1 accepted/tizen/5.5/unified/20191118.084816 accepted/tizen/unified/20191115.083931 submit/tizen/20191112.050420 submit/tizen/20191114.120558 submit/tizen/20191115.055644 submit/tizen_5.5/20191112.065048 submit/tizen_5.5/20191114.121100 submit/tizen_5.5/20191115.055905
Ilho Kim [Tue, 12 Nov 2019 04:27:27 +0000 (13:27 +0900)]
Release version 1.30.14

Changes:
 - Block Wrong use of backend when uninstall
 - Add condition when checking dotnet version
 - Fix installing privileges of hybrid package
 - Fix coding rule
 - Implement clean operation for recovery
 - Fix codes for efficiency
 - Make up recovery file for sudden power loss
 - Refactor Checking Dependency routine
 - Fix step_check_upgradable's dependency check

Change-Id: Ifbc3492f0970128dde2863ca1af101a85a208d47
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix step_check_upgradable's dependency check 12/215812/8
Ilho Kim [Wed, 16 Oct 2019 07:01:05 +0000 (16:01 +0900)]
Fix step_check_upgradable's dependency check

When the package being upgraded has a dependency that was not present before
There is need to check for new dependencies

Change-Id: I948fc4c490fff9d0fc6d6f6cc73d91822c22a5a3
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRefactor Checking Dependency routine 34/216534/8
Ilho Kim [Mon, 28 Oct 2019 06:45:19 +0000 (15:45 +0900)]
Refactor Checking Dependency routine

Change-Id: Id335b0475d510a3cce7b1c31d8526b9f19704ca3
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoMake up recovery file for sudden power loss 44/216744/4
Junghyun Yeon [Thu, 31 Oct 2019 11:17:50 +0000 (20:17 +0900)]
Make up recovery file for sudden power loss

- Backup recovery file itself before replace it with new one
- pkg_recovery now determines which recovery file to use :
  backed up one and original one.
  If both backup and original exists, backup will be removed.
  If only backup exists, it renames as original and will be used.
  If only original exists, it will be used directly.

Change-Id: I8a11841b36111decbba6c9091f27a05f4debcb9a
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix codes for efficiency 26/217026/3
Junghyun Yeon [Tue, 5 Nov 2019 11:52:45 +0000 (20:52 +0900)]
Fix codes for efficiency

- Remove unnecessary privilege checking routine.
- Integrate if statements to remove redundant exit checking routine.

Change-Id: I575e46ae134f1799cd4546491e17f82121c91795
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoImplement clean operation for recovery 57/216457/6
Junghyun Yeon [Fri, 25 Oct 2019 06:08:31 +0000 (15:08 +0900)]
Implement clean operation for recovery

Installer operates based on files so it could not work properly
when any package file has deleted. Sometimes abnormal termination during
updating package will fail due to loss of backup files, so when installer
pass through some threshold, its recovery operation should be "cleanup",
not revert into previous package.
This implementation sets recovery type as cleanup before removing backup files
and when recovery has invoked due to sudden power loss, cleanup will be performed.

Change-Id: I129003c514abf9b553b9687719ba28549893acb1
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix coding rule 22/217022/1
Junghyun Yeon [Tue, 5 Nov 2019 11:39:09 +0000 (20:39 +0900)]
Fix coding rule

Change-Id: I356aad208cf17ff5a44c181317ed4e7958a6685f
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix installing privileges of hybrid package 41/215741/4
Sangyoon Jang [Tue, 15 Oct 2019 07:03:13 +0000 (16:03 +0900)]
Fix installing privileges of hybrid package

Change-Id: I0b76b92943523a030f6df7e106b36338423737fc
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd condition when checking dotnet version 92/215792/2
Junghyun Yeon [Wed, 16 Oct 2019 02:17:47 +0000 (11:17 +0900)]
Add condition when checking dotnet version

Preload-rw package could be dotnet package so
add condition to StepCheckTizenVersion to continue its installation
even if getting dotnet version through vconf has failed.

Change-Id: I6166f9c56eacd15e42f63ef42396303f3e1b4d61
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoBlock Wrong use of backend when uninstall 90/215190/5
Ilho Kim [Wed, 2 Oct 2019 09:25:48 +0000 (18:25 +0900)]
Block Wrong use of backend when uninstall

Change-Id: Ib7b62993f3b800765f59a60fc88dbfd73f4fb682
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 1.30.13 55/214855/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.024100 accepted/tizen/5.5/unified/mobile/hotfix/20201027.064648 accepted/tizen/unified/20191011.015452 submit/tizen/20190927.070616 submit/tizen/20191001.095121 submit/tizen/20191002.002728 submit/tizen/20191010.034953 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
Ilho Kim [Fri, 27 Sep 2019 06:58:14 +0000 (15:58 +0900)]
Release version 1.30.13

Changes:
 - Fix making xmlDocPtr for tag plugin

Change-Id: Id021fc074420e6821b952e3842b02ba6bfabb80d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix making xmlDocPtr for tag plugin 32/214832/5
Ilho Kim [Fri, 27 Sep 2019 02:04:28 +0000 (11:04 +0900)]
Fix making xmlDocPtr for tag plugin

Check all depth's tags and make only necessary information to plugin

Change-Id: I644c045e1d4fef1300b75cb9dd2609db52b01c04
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 1.30.12 90/214290/1 submit/tizen/20190920.015601
Ilho Kim [Fri, 20 Sep 2019 01:38:39 +0000 (10:38 +0900)]
Release version 1.30.12

Changes:
 - Refactor creating shared/data directory
 - Check config file for disabling legacy shareddata dir support
 - Fix mismatching of error code for signal
 - Change the start location of package-recovery.service
 - Fix RecoverSignature
 - Fix coding rule

Change-Id: I5400b3391036d08a0f7e6eed1777d087ef7e101c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix coding rule 14/214114/1
Junghyun Yeon [Wed, 18 Sep 2019 07:15:44 +0000 (16:15 +0900)]
Fix coding rule

Change-Id: I2cdd0155cf93dc2aa7ee04d6ab9840fa14904e9c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix RecoverSignature 19/213419/5
Junghyun Yeon [Thu, 5 Sep 2019 06:23:22 +0000 (15:23 +0900)]
Fix RecoverSignature

- Privilege level should be initialized to untrusted to
  get privilege level from signature file if exists.
- Change root path of signature files for wgt packages.

Change-Id: Ie2e1055d6201753f742b54e7398506ad6aa01da3
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoChange the start location of package-recovery.service 66/208266/3
INSUN PYO [Fri, 21 Jun 2019 02:26:38 +0000 (11:26 +0900)]
Change the start location of package-recovery.service

The default.target.wants is not used for this purpose.
So the localtion of package-recovery.service is multi-user.target.wants.

Change-Id: I3c518b04e04c54adc4094b33f0a1170a31968a02

4 years agoFix mismatching of error code for signal 36/213436/3
Sangyoon Jang [Thu, 5 Sep 2019 07:52:14 +0000 (16:52 +0900)]
Fix mismatching of error code for signal

Change-Id: I57f3b7555f3f36fd4f9eb47f314cef6fd0480103
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoCheck config file for disabling legacy shareddata dir support 33/213433/3
Sangyoon Jang [Thu, 5 Sep 2019 07:42:34 +0000 (16:42 +0900)]
Check config file for disabling legacy shareddata dir support

Change-Id: I7072f6983cde10ae8ab226462834cc0272b81239
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRefactor creating shared/data directory 25/213425/3
Sangyoon Jang [Thu, 5 Sep 2019 07:26:17 +0000 (16:26 +0900)]
Refactor creating shared/data directory

Change-Id: I2b849df574fab2c17fb44c482abbd24b278f5f0a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 1.30.11 28/213428/1 accepted/tizen/unified/20190906.111946 submit/tizen/20190905.075836
Ilho Kim [Thu, 5 Sep 2019 07:30:25 +0000 (16:30 +0900)]
Release version 1.30.11

Changes:
 - Fix memory leak
 - Remove checking cert mismatch from Signature class
 - Add FileLogBackend class
 - Log installation history
 - Change log directory to /var/log/appfw/app-installers
 - Fix Uninitialized scalar field

Change-Id: I211342a2838d4d1f3c341c7e82a91dff99513aa8
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix Uninitialized scalar field 10/213210/6
Ilho Kim [Tue, 3 Sep 2019 01:35:58 +0000 (10:35 +0900)]
Fix Uninitialized scalar field

Change-Id: I0eb2a1e0d574b51336b52342e779a2ca453b3ad2
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoChange log directory to /var/log/appfw/app-installers 00/213300/2
Sangyoon Jang [Wed, 4 Sep 2019 05:30:14 +0000 (14:30 +0900)]
Change log directory to /var/log/appfw/app-installers

Change-Id: I5bf3246c12f78d0741b12350b9476901711a74a6
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoLog installation history 90/213190/4
Sangyoon Jang [Mon, 2 Sep 2019 10:59:54 +0000 (19:59 +0900)]
Log installation history

Change-Id: I760f67df0fe39f714be4370e95f94e7326f09fc2
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoAdd FileLogBackend class 89/213189/2
Sangyoon Jang [Mon, 2 Sep 2019 10:39:12 +0000 (19:39 +0900)]
Add FileLogBackend class

FileLogBackend is custom logbackend class.

Requires:
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/manifest-parser/+/213188

Change-Id: I48ddcfa63cc0dce04cf81137e1c4a9e4323cb5b6
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRemove checking cert mismatch from Signature class 27/213227/1
Sangyoon Jang [Tue, 3 Sep 2019 05:27:53 +0000 (14:27 +0900)]
Remove checking cert mismatch from Signature class

This should be done at StepCheckOldCertificate step.

Change-Id: I9923c55f02f476cee57e90ed91e470bdf318231b
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoFix memory leak 82/213082/2
Sangyoon Jang [Fri, 30 Aug 2019 05:52:58 +0000 (14:52 +0900)]
Fix memory leak

Change-Id: Iab2eebe7a83897c5be850a7aecaf59327018c31a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 1.30.10 99/212999/1 accepted/tizen/unified/20190903.052625 submit/tizen/20190829.072413 submit/tizen/20190902.052445
Ilho Kim [Thu, 29 Aug 2019 07:09:50 +0000 (16:09 +0900)]
Release version 1.30.10

Changes:
 - Add GetRecoverFileInfo for recovery test

Change-Id: I754666b4d5d0ec1a8a00cbccca1d39e17d0a7256
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoAdd GetRecoverFileInfo for recovery test 35/212535/4
Ilho Kim [Thu, 22 Aug 2019 11:55:47 +0000 (20:55 +0900)]
Add GetRecoverFileInfo for recovery test

Related changes
 - https://review.tizen.org/gerrit/#/c/platform/core/appfw/tpk-backend/+/212537/

Change-Id: Ia0e60e6285bd2f69f56edb4f77bd4bcfa457bac1
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 1.30.9 96/212896/1 accepted/tizen/unified/20190828.075500 submit/tizen/20190828.041046
Sangyoon Jang [Wed, 28 Aug 2019 04:08:51 +0000 (13:08 +0900)]
Release version 1.30.9

Changes:
 - Remove requires dependency wait-mount service from package-recovery service

Change-Id: I4ea05ee054e4e73cb7388a5a2b20897cd87b6475
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRemove requires dependency wait-mount service from package-recovery service 71/212671/1
Sangyoon Jang [Mon, 26 Aug 2019 04:50:25 +0000 (13:50 +0900)]
Remove requires dependency wait-mount service from package-recovery service

wait-mount service may not exist at some profile.

Change-Id: Ifb95f3eced133649efb61c1076848474499df416
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRelease version 1.30.8 86/212486/1 accepted/tizen/unified/20190823.092342 submit/tizen/20190822.055306
Ilho Kim [Thu, 22 Aug 2019 04:26:34 +0000 (13:26 +0900)]
Release version 1.30.8

Changes:
 - Add new install option
 - Fix manifest install/update

Change-Id: I7ae48377afb67c1129e8df0b68b5068acd3f7159
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix manifest install/update 29/212429/3
Ilho Kim [Wed, 21 Aug 2019 10:20:12 +0000 (19:20 +0900)]
Fix manifest install/update

- In case of manifest install, remain storage directories
- In case of manifest update in user request mode,
  do not needed update storage directory

Change-Id: Ib2a31be2d16bfd146f2e203b636bd283f46ec55a
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoAdd new install option 28/212328/4
Ilho Kim [Tue, 20 Aug 2019 08:24:26 +0000 (17:24 +0900)]
Add new install option

This option will be used for fast installation without optimization

Related changes
    [app-installers] https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/212328/
    [pkgmgr-tool] https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-tool/+/212326/
    [slp-pkgmgr] https://review.tizen.org/gerrit/#/c/platform/core/appfw/slp-pkgmgr/+/212327/

Change-Id: I5907597dcc3136278b26a7c020f9ef27a27cb1fa
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 1.30.7 77/212277/1 accepted/tizen/unified/20190820.115026 submit/tizen/20190820.015710
Ilho Kim [Tue, 20 Aug 2019 01:36:45 +0000 (10:36 +0900)]
Release version 1.30.7

Changes:
 - Parse 'addon' element
 - Fix static analysis issue

Change-Id: I79bd27a0ee64f0505b58c329f03437d5b91f632b
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix static analysis issue 66/211766/6
Ilho Kim [Fri, 9 Aug 2019 04:12:40 +0000 (13:12 +0900)]
Fix static analysis issue

Fix NULL Pointer dereference when memory allocation fails

Change-Id: If23103d7135852ba98cc52173982cdc5bca47ca0
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoParse 'addon' element 06/210406/6
Junghoon Park [Fri, 19 Jul 2019 01:12:19 +0000 (10:12 +0900)]
Parse 'addon' element

- Requires :
  https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-manifest-handlers/+/209520/
  https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-backend/+/209744/

Change-Id: Ia902f8d049c86cce36f418d1a98fa67500e8f618
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
4 years agoRelease version 1.30.6 07/211807/1 accepted/tizen/unified/20190812.235615 submit/tizen/20190809.084335
Ilho Kim [Fri, 9 Aug 2019 08:15:02 +0000 (17:15 +0900)]
Release version 1.30.6

Changes:
 - Add function to kill child process used smoke test
 - Add dependency for mounting opt/usr
 - Skip dependency ckecking when backend has executed as root

Change-Id: I849d670be4d579cc9d13b9057880a917adbcdf74
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoSkip dependency ckecking when backend has executed as root 19/211719/1
Junghyun Yeon [Thu, 8 Aug 2019 08:59:36 +0000 (17:59 +0900)]
Skip dependency ckecking when backend has executed as root

Change-Id: I42a89ac1d5cc17d754c6580b9c650cad18473e01
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoAdd dependency for mounting opt/usr 15/211615/1
Junghoon Park [Wed, 7 Aug 2019 06:55:59 +0000 (15:55 +0900)]
Add dependency for mounting opt/usr

Change-Id: I2a8ea1cd6a4c099d57557044a3a52c3d4b27531b
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
4 years agoAdd function to kill child process used smoke test 77/209477/5
Ilho Kim [Mon, 8 Jul 2019 07:40:19 +0000 (16:40 +0900)]
Add function to kill child process used smoke test

Change-Id: If096fde0ac13b80d2fef94212ae3c7a4de21b02d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 1.30.5 49/210549/1 accepted/tizen/unified/20190723.053623 submit/tizen/20190722.090051
Junghyun Yeon [Mon, 22 Jul 2019 08:44:20 +0000 (17:44 +0900)]
Release version 1.30.5

Changes:
 - Add initialize db function for smoke test
 - Revert "Change database removal logic"
 - Revert "Add initialize db function for smoke test"

Change-Id: Iea69f19a8302ee65f8d1bebdbae1d0763e000797
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoRevert "Add initialize db function for smoke test" 22/210522/2
ilho kim [Mon, 22 Jul 2019 05:34:44 +0000 (05:34 +0000)]
Revert "Add initialize db function for smoke test"

This reverts commit 8d743975f0a0ab068638c37c4e665ca615e4a5da.

Change-Id: Ie447f9f630a323e19e62ae0eaba731e435554cc6

4 years agoRevert "Change database removal logic" 19/210519/3
ilho kim [Mon, 22 Jul 2019 05:33:25 +0000 (05:33 +0000)]
Revert "Change database removal logic"

This reverts commit 66f0018a9d36e6f6638f7272d80245c9b5cb5858.

Change-Id: Ifa278212372491fa9f9f565cbf87b3ea2ff9258e

4 years agoAdd initialize db function for smoke test 53/210253/4
Ilho Kim [Wed, 17 Jul 2019 07:53:37 +0000 (16:53 +0900)]
Add initialize db function for smoke test

After below patch
   https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-info/+/207513/
The smoke test requires the process of creatring db for testing.
This is because opening the db with the "SQLITE_OPEN_READWRITE" flag doesn't create a db.

Related changes
   [tpk-backend] https://review.tizen.org/gerrit/#/c/platform/core/appfw/tpk-backend/+/210255/
   [wgt-backend] https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-backend/+/210254/

Change-Id: I16161eba7b8b649a7e912891def3b81c1dc6dff6
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoRelease version 1.30.4 84/209884/1 accepted/tizen/unified/20190717.115154 submit/tizen/20190712.071407 submit/tizen/20190716.022534
Ilho Kim [Fri, 12 Jul 2019 06:34:14 +0000 (15:34 +0900)]
Release version 1.30.4

Changes:
 - Combine StorageDirectories Steps
 - Fix StepCheckInstallable
 - Change log directory's file atrributes
 - Refactor StepCreateStorageDirectories
 - Fix creating storage directories
 - Synchronize save, delete signature
 - Fix coding style
 - Change database removal logic

Change-Id: I45a6482aa433bdeedb6ad0f145545a513314dd2d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoChange database removal logic 54/207554/7
Junghyun Yeon [Fri, 7 Jun 2019 04:15:10 +0000 (13:15 +0900)]
Change database removal logic

Journaling mode has changed to WAL so removing logic should be changed.

Related changes:
[pkgmgr-info] : https://review.tizen.org/gerrit/c/platform/core/appfw/pkgmgr-info/+/207513

Change-Id: If5515815c9a1a71f7d7cd83f8526431462d4aafc
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
4 years agoFix coding style 30/209730/1
Sangyoon Jang [Wed, 10 Jul 2019 08:41:09 +0000 (17:41 +0900)]
Fix coding style

Add some missing #include statement.

Change-Id: I1c953c954878e8dfa96b88c34d9d244686159456
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoSynchronize save, delete signature 68/207768/7
Ilho Kim [Wed, 12 Jun 2019 07:18:13 +0000 (16:18 +0900)]
Synchronize save, delete signature

To prepare for sudden power loss,
write the signature infomation to the physical disk
and then synchronously delete the unpacked signature file using fsync()

Change-Id: I2a23f518cc7e71634ad93e00b594505223caee4c
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
4 years agoFix creating storage directories 09/208709/1
Sangyoon Jang [Thu, 27 Jun 2019 08:06:42 +0000 (17:06 +0900)]
Fix creating storage directories

Now creating storage directories is performed after security registration,
installer should label those storage directories explicitly.

Change-Id: I587dc84d3fd4d5df80da22a6d1cfba788afef755
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoRefactor StepCreateStorageDirectories 04/208704/3
Sangyoon Jang [Thu, 27 Jun 2019 07:24:10 +0000 (16:24 +0900)]
Refactor StepCreateStorageDirectories

Remove duplicated code. Remove unused variables. Improve readability.

Change-Id: I495e03b7a192d725a8058313418863d735c013f7
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
4 years agoChange log directory's file atrributes 87/208487/3
Ilho Kim [Tue, 25 Jun 2019 05:42:06 +0000 (14:42 +0900)]
Change log directory's file atrributes

Change-Id: I22ae9470d6275059a752cdea0c2dc682eea1fde1
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>