platform/core/system/oma-ds-agent.git
9 years agoAdd multi-user support 70/17770/4 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi submit/tizen_common/20140521.163740 submit/tizen_common/20140522.130648 submit/tizen_common/20140522.135644 submit/tizen_ivi/20140618.000000 submit/tizen_ivi/20140618.000001 submit/tizen_ivi/20140619.000000 submit/tizen_ivi/20140622.000000 submit/tizen_ivi/20140623.000000 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release
Kévin THIERRY [Thu, 13 Feb 2014 13:24:16 +0000 (14:24 +0100)]
Add multi-user support

Bug-Tizen: PTREL-271
Change-Id: I65b0d09ba91e9d072358d50950f31bd31c22c143
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoModification about smack label of db file belong to process. 76/20676/2
jooseong.lee [Mon, 12 May 2014 03:44:17 +0000 (12:44 +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: Ia323fe78e73ceb584b5c81603a13fb986b897b0f
Signed-off-by: jooseong.lee <jooseong.lee@samsung.com>
10 years agoModify SMACK manifest according three domain model 57/19157/1 accepted/tizen/common/20140506.131739 accepted/tizen/ivi/20140519.204205 accepted/tizen/mobile/20140702.100801 submit/tizen/20140502.064247
seong.chung [Tue, 8 Apr 2014 06:49:33 +0000 (15:49 +0900)]
Modify SMACK manifest according three domain model

Change-Id: I04cae38176e713303c47882ac0b6eb5b8703c467
Signed-off-by: seong.chung <seong.chung@samsung.com>
10 years agoRemove debian packaging stuff 04/8604/3 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_generic accepted/tizen_ivi_panda tizen_ivi_genivi tizen_ivi_panda accepted/tizen/20130912.060025 accepted/tizen/20130912.083004 accepted/tizen/20130912.153304 accepted/tizen/20130912.190944 accepted/tizen/20130912.195206 accepted/tizen/ivi/genivi/20140131.041739 accepted/tizen/ivi/panda/20140403.014914 accepted/tizen_ivi_stable/20131116.111720 ivi_oct_m2 submit/tizen/20130912.055450 submit/tizen/20130912.080159 submit/tizen/20130912.090506 submit/tizen_ivi_genivi/20140131.040745 submit/tizen_ivi_panda/20140403.011911 submit/tizen_ivi_stable/20131116.100752
Chengwei Yang [Sun, 25 Aug 2013 02:39:24 +0000 (10:39 +0800)]
Remove debian packaging stuff

Change-Id: Id88c57fb7880eb3db45368cf0182d862965ae315
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoFix RPMLINT error 63/9663/2
Victor Hakoun [Wed, 4 Sep 2013 14:10:47 +0000 (16:10 +0200)]
Fix RPMLINT error

Change-Id: I1c1c76325a0a0b1f5026fb29c8a4d00322ef42fa
Signed-off-by: Victor Hakoun <victor.hakoun@eurogiciel.fr>
10 years agoRemove sysvinit script and fix systemd unit 89/8489/1
Chengwei Yang [Wed, 21 Aug 2013 05:18:07 +0000 (13:18 +0800)]
Remove sysvinit script and fix systemd unit

Sysvinit script is obsolete since tizen 2.1, so it's time to remove it.
Meanwhile, there was a minor bug when migrate from sysvinit to systemd,
so fix it.

Change-Id: If34315c539429e0802050756cc343b69d2c77753
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoInstall dbus service file to system-wide dbus service directory 28/7928/4
Chengwei Yang [Wed, 21 Aug 2013 05:08:48 +0000 (13:08 +0800)]
Install dbus service file to system-wide dbus service directory

This is a minor fix for dbus activation, there are two kinds of dbus bus
daemon, system-wide bus and session bus per user. And they have its own
different service directory.

Change-Id: I52936caa5822bd3211488a7828f8f79f3b613ee9
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoAdd User field to dbus service file 27/7927/3
Chengwei Yang [Wed, 21 Aug 2013 05:04:26 +0000 (13:04 +0800)]
Add User field to dbus service file

As a system-wide service, dbus will rejecte to activate it if the
service file didn't specified a known user.

Change-Id: I2d37e2de4fb684acdbc894181fb7e5c3a7307018
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoAdd dbus policy conf 26/7926/3
Chengwei Yang [Wed, 21 Aug 2013 04:47:47 +0000 (12:47 +0800)]
Add dbus policy conf

By default, dbus will reject own bus name request, this patch add a dbus
policy conf to make it's allowed to own the bus name and request send to
it.

Bug: https://bugs.tizen.org/jira/browse/TDIST-268
Change-Id: If2a831778175cb5feab8ed63295df76326e16cd3
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoMove systemd unit file out of packaging 88/8488/1
Chengwei Yang [Wed, 21 Aug 2013 05:01:13 +0000 (13:01 +0800)]
Move systemd unit file out of packaging

As Tizen packaging guide suggests, systemd unit file should be part of
source code rather than part of packaging.

Change-Id: I3fa6a6196d881fa9229fe231e025e501f4d00822
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoFix build failure due to badness exceeds limitation 25/7925/3
Chengwei Yang [Wed, 21 Aug 2013 04:40:30 +0000 (12:40 +0800)]
Fix build failure due to badness exceeds limitation

rpmlint calculates "badness" scores based on various errors found in the
spec file. If the cumulative error score exceeds the defined badness
limit, then the package will fail to build in OBS. (Patrick McCarty)

this patch fixed various these spec errors so as the build failure.

Change-Id: Id3ded4a303f168ff505c90243ec72cccf1dd04a8
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agopackaging: remove explicit requires on sys-assert 77/5477/2 submit/tizen/20130815.013340
Patrick McCarty [Fri, 28 Jun 2013 23:30:34 +0000 (16:30 -0700)]
packaging: remove explicit requires on sys-assert

The oma-ds-agent package does not require sys-assert, so remove the
explicit dependency in the spec file.

Change-Id: Iacc1a200e4999537573701e524f291cce4927b71
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
10 years agoFixed build error on 3.0 44/4144/2 submit/tizen/20130620.112008
Junfeng Dong [Thu, 20 Jun 2013 10:43:48 +0000 (18:43 +0800)]
Fixed build error on 3.0

  Removed Werror to fix GCC 4.7.
  Installed systemd into /usr/lib.

Change-Id: I6d62ac9552154d88ea413f9b5ba63f44f32b1ceb
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
10 years ago[SR:oma-ds-agent_0.1.66] SR Release tizen_2.1 accepted/tizen/20130520.101249 submit/tizen/20130517.045212 submit/tizen_2.1/20130514.053454
sanghyuk Ko [Wed, 8 May 2013 07:54:16 +0000 (16:54 +0900)]
[SR:oma-ds-agent_0.1.66] SR Release

[Problem]
-
[Cause]
-
[Solution]
- when profile refresh, check account_id validance.
- fixed that interval value check error.
- fixed taht uri value return error.

Change-Id: I742a32ea890d15a294f400f208ebe96724df2d4b

10 years ago[Internal: web-api issues fixed]
sanghyuk Ko [Wed, 8 May 2013 06:32:02 +0000 (15:32 +0900)]
[Internal: web-api issues fixed]

[Problem]
-
[Cause]
-
[Solution]
- when profile refresh, check account_id validance.
- fixed that interval value check error.
- fixed taht uri value return error.

Change-Id: Iab230400d429017e7596b4f257b86212abab46d8

10 years ago[SR:oma-ds-agent_0.1.65] SR Release
sanghyuk Ko [Thu, 2 May 2013 08:11:08 +0000 (17:11 +0900)]
[SR:oma-ds-agent_0.1.65] SR Release

[Problem]
-
[Cause]
-
[Solution]
- When synchronising, edit/delete request block.

Change-Id: Ibf4a959779f0313cb3582566bb36e5ce1c33eca0

10 years ago[JIRA:N_SE-30007] Get profilesNum failed.
sanghyuk Ko [Tue, 30 Apr 2013 04:30:41 +0000 (13:30 +0900)]
[JIRA:N_SE-30007] Get profilesNum failed.

[Problem]
-
[Cause]
-
[Solution]
- When synchronising, edit/delete request block.

Change-Id: Ia79cdd01db49fc9472159d210f979d53d6032d29

11 years ago[SR:oma-ds-agent_0.1.64] SR Release 2.1b_release accepted/tizen_2.1/20130425.025217 submit/tizen_2.1/20130424.233139
sanghyuk Ko [Mon, 1 Apr 2013 06:08:23 +0000 (15:08 +0900)]
[SR:oma-ds-agent_0.1.64] SR Release

[Problem]
-
[Cause]
-
[Solution]
- Add smack label for dbus service
- Add 'oma-ds-agent.service' file
- oma-ds-agent permit changed. (app -> root)

Change-Id: I7ffe316e8cecf3d2d00b826f0ae4d08e6b4f063e

11 years ago[Internal: change] oma-ds-agent permit changed. (app -> root)
sanghyuk Ko [Mon, 1 Apr 2013 02:08:55 +0000 (11:08 +0900)]
[Internal: change] oma-ds-agent permit changed. (app -> root)

[Problem]
-
[Cause]
-
[Solution]
- oma-ds-agent authorize root. (app -> root)

Change-Id: I09bc468bd299c56fee6dc2d0e21a52f706d215fa

11 years ago[systemd] Add 'oma-ds-agent.service' file
Sangjung Woo [Thu, 28 Mar 2013 10:18:23 +0000 (19:18 +0900)]
[systemd] Add 'oma-ds-agent.service' file

The OMA DS maintainer, Sanghyuk Ko, wants 'oma-ds-agent' daemon to be
launched at boot time. So 'oma-ds-agent.service' file is added for this
request.

Change-Id: I90fd8d5194bf96b082e93611165e83d2e296fb2f
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
11 years ago[Internal: smack label] Add smack label
sanghyuk Ko [Wed, 27 Mar 2013 08:28:29 +0000 (17:28 +0900)]
[Internal: smack label] Add smack label

[Problem]
-
[Cause]
-
[Solution]
- Add smack label for dbus service
- Add smack label from private

Change-Id: I32f43be906ef321f4754f203a8f0718553f5a1a4

11 years ago[SR:oma-ds-agent_0.1.63] SR Release
sanghyuk Ko [Wed, 20 Mar 2013 08:48:56 +0000 (17:48 +0900)]
[SR:oma-ds-agent_0.1.63] SR Release

[Problem]
-
[Cause]
-
[Solution]
- wWhen profile gets, input param changed

Change-Id: Iccf7edb68b73847443b82907a976c4706819a490

11 years ago[Internal: API change] When profile gets, input param changed.
sanghyuk Ko [Wed, 20 Mar 2013 08:35:56 +0000 (17:35 +0900)]
[Internal: API change] When profile gets, input param changed.

[Problem]
-
[Cause]
-
[Solution]
- When profile gets, input param changed.

Change-Id: Ia6bd333d985c7a400b630cc7d069ad4d5ff56d44

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:18:13 +0000 (01:18 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:51:48 +0000 (01:51 +0900)]
Tizen 2.1 base

11 years agoInitial empty repository
Jung Minsun [Tue, 21 Aug 2012 02:18:15 +0000 (11:18 +0900)]
Initial empty repository