summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jean-Benoit MARTIN [Tue, 13 May 2014 13:16:53 +0000 (15:16 +0200)]
Add WRT condition to apply smack label
Change-Id: I571c61f565b0af58bc3cd07ea2ecd5c0b217b988
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
jooseong.lee [Mon, 12 May 2014 00:57:58 +0000 (09:57 +0900)]
Modification about smack label of db file belong to process.
[Problem]
Most db files have 'floor' label. Because these are created during image creation time.
Therefore no process can write the dbs (since 'floor' label allows only read and execute)
[Solution]
Modify smack label of the db files based on condition below referring three domain model
Condition1. Assign domain of process which creates db files
Condition2. Assign domain of process accesses db files.
Change-Id: Idd4a2e446c5d7db4b93777a871f2478055a0818e
Signed-off-by: jooseong.lee <jooseong.lee@samsung.com>
Jean-Benoit MARTIN [Mon, 24 Mar 2014 14:08:39 +0000 (15:08 +0100)]
Remove hardcoded path for multiuser support
Bug-Tizen: PTREL-311
Change-Id: I2533ea48982f63b24031f540c104ce34ffab908f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Jean-Benoit MARTIN [Tue, 25 Mar 2014 09:18:19 +0000 (10:18 +0100)]
Fix build issue for x64
Change-Id: I9a074075aea5b92647e055d7dd227e9c444f7f1f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
junsuk77.oh [Mon, 12 Aug 2013 02:34:25 +0000 (11:34 +0900)]
Sync to the latest code
Change-Id: I538f71d0461cc85172c9d041e6bf077d951bfdf3
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Sync to the latest code
Change-Id: I594952c13734ec3710a7b0e1479d331af405040f
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
add git license file
Change-Id: Id051f1a9b2d7a108c8d6cadfa9c8853bc0ab9f13
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
delete license path
Change-Id: Id42fe2ac15c7acc7f90555f5cd41bcdc5ae26263
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
sync with private master
Change-Id: I97cede33cc084ccb04921008511d3aed469bdd58
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
fix ail filter query
Change-Id: I2b17f22629db41ca065e535304ccbeda608c67d4
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
remove keyword check
Change-Id: I035e723ad1787e33f3101f58052b12880e0a6a6b
add Apache boiler plate
Change-Id: If39b5d58ffc7c633a6eeeff71cae7a787b938afb
Rusty Lynch [Thu, 24 Oct 2013 17:38:22 +0000 (10:38 -0700)]
Update changelog
Change-Id: I0603141bdde17ca5c65cf4fbe02fae8e2e0935e1
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Baptiste DURAND [Thu, 24 Oct 2013 11:13:52 +0000 (13:13 +0200)]
Fix TIVI 2012 : Add Smack build option
ail_initdb set SMACK label on app_info.db.
As manifest is reset to default floor, we need to remove the smack instruction in the code too.
Change-Id: I3e6f27712dccc0aed055259819eae105f6a17bf5
Signed-off-by: Baptiste DURAND <baptiste.durand@eurogiciel.fr>
Baptiste DURAND [Thu, 24 Oct 2013 11:12:50 +0000 (13:12 +0200)]
Fix TIVI-2012 : Unsplit ail package
ail library should be installed with it tools ail_initdb
To not break image build : ail package provides libail package.
Change-Id: I5424f9764be0bd75b8c3fea6e0d9d8b458b7992c
Signed-off-by: Baptiste DURAND <baptiste.durand@eurogiciel.fr>
junsuk77.oh [Mon, 14 Oct 2013 07:32:57 +0000 (16:32 +0900)]
sync with tizen 2.2 to fix a build error
1. add new api to support submode, and
2. add new getter to get the main package id when app is in submode
3. add new api to support fota upgrade
4. add debug message when db query is fail
5. use sqlite3_snprintf instead of snprintf to get special charator like upperstrophy
Change-Id: I6e86988e0d3239437767ae145ab742d4743795d3
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Anas Nashif [Wed, 25 Sep 2013 02:40:41 +0000 (22:40 -0400)]
update changelog
Change-Id: I846c0f5642653d56d9cfbac48b5b8a2466e0fe73
Anas Nashif [Tue, 24 Sep 2013 04:18:31 +0000 (00:18 -0400)]
cleanup packaging, split library
- split libail into a sub-package
- Fixed license
- Fixed package group
Change-Id: Ie88f4c9f882549f5707a31594bf0257292867a55
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Anas Nashif [Tue, 24 Sep 2013 04:10:50 +0000 (00:10 -0400)]
Merge branch 'tizen_2.2' into tizen
Conflicts:
packaging/ail.spec
Chengwei Yang [Thu, 1 Aug 2013 07:37:47 +0000 (15:37 +0800)]
Fix database permission
This looks like some kind of typo, however will cause app application
failed to update desktop entry in database.
For example, starter will update sat-ui entry in database once it's
ready, while starter running as 'app' privilege, which is a member of
group 'db_menu'.
Change-Id: I3ff02609e5412b4004edd2fcb7007616983e8b7e
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Baptiste DURAND [Mon, 29 Jul 2013 10:07:14 +0000 (12:07 +0200)]
Fix initial value for Vconf widget languague Key
During Widget installation, we have this error message :
appcore: appcore: setlocale() error
This is due to a wrong initial value set for language vconf key (db/menu_widget/language).
It is used as argument of setlocale function.
Fix TZPC-3942
Baptiste DURAND [Fri, 19 Jul 2013 17:21:49 +0000 (19:21 +0200)]
Improve performence of app_info.db creation/insertion of a package in app_info.db
Fix TZPC-3461:Instead of making 1 SQL request for each local name, make just 1 SQL request to insert all locale name
junsuk77.oh [Thu, 11 Jul 2013 02:04:21 +0000 (11:04 +0900)]
fix issue - removed foler dependency when ail-initdb failed
Change-Id: Ib2fa7d0db29182e2f509764071e84e3916e36415
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Alexandru Cornea [Fri, 28 Jun 2013 09:33:13 +0000 (12:33 +0300)]
resetting manifest requested domain to floor
junsuk77.oh [Wed, 3 Jul 2013 01:57:28 +0000 (10:57 +0900)]
remove unsed debug message
Change-Id: I1198412909fdc7dbcd1f3e8729fae649fe417f14
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Baptiste DURAND [Fri, 28 Jun 2013 13:08:53 +0000 (15:08 +0200)]
manage package update.
Rusty Lynch [Thu, 27 Jun 2013 01:28:44 +0000 (18:28 -0700)]
Cleanup spec
The package should be creating an applications directory and also
initializing the application locale. Taking the opportunity to also
remove the bogus smack label and fixup the post script some
Change-Id: I9a732ec14e474d844d810488d09e605f764d4755
junsuk77.oh [Tue, 18 Jun 2013 09:46:29 +0000 (18:46 +0900)]
merge master branch
Change-Id: I7cb9eb1afa2b1e41c819db85b7a152b0baf3a0a0
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
junsuk77.oh [Fri, 5 Apr 2013 05:44:08 +0000 (14:44 +0900)]
appinfo db close when ail_destroy_appinfo is called
Change-Id: I3b07f112783b49050c7c73d5cec42f5d70bf8649
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Junfeng [Tue, 19 Mar 2013 10:38:51 +0000 (18:38 +0800)]
Fix for x86_64 compatibility.
Change-Id: I145d7d0a666ca393ca030cb57dee2ad5a732d4c5
junsuk77.oh [Thu, 28 Mar 2013 08:36:48 +0000 (17:36 +0900)]
add appinfo db close api
Change-Id: I87e7a86a14bfff38af44319e43c10908e594d7ca
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Jinkun Jang [Fri, 15 Mar 2013 16:12:24 +0000 (01:12 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:46:25 +0000 (01:46 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:35:42 +0000 (21:35 +0900)]
Initial empty repository