Chengwei Yang [Tue, 29 Oct 2013 06:16:22 +0000 (14:16 +0800)]
Fix: amd will crash if ecore_x_init() failed
if ecore_x_init() failed, then its internal variable _ecore_x_disp is
NULL and will cause crash in _key_init().
Bug: https://bugs.tizen.org/jira/browse/PTREL-137
Change-Id: I116fca62b35cc38a7ff14036ecf726000770f4b0
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Rusty Lynch [Sat, 19 Oct 2013 00:35:46 +0000 (17:35 -0700)]
Restore previously clobbered fix for manifest file
Tizen 3.0 has not yet established security domains, so all packages
must use a basic floor manifest or else the system will not function
Change-Id: I3fe71117bf894b2121ea55b451b4a44947d2d1ad
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Rusty Lynch [Wed, 9 Oct 2013 01:00:43 +0000 (18:00 -0700)]
Add wayland support
Change-Id: If9dc1879e63e53e5f938207abaed2099e3e285b5
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Patrick McCarty [Mon, 21 Oct 2013 22:02:50 +0000 (15:02 -0700)]
Merge "Fix ac.service * Removed the mobile specific environment entries with a new EnvironmentFile entry added to allow profile specific entries * Removed the horrible wait hack from the exec line. This is not the way to handle dependencies * Removed the precondition hacks which are not needed" into tizen
Patrick McCarty [Mon, 21 Oct 2013 21:58:58 +0000 (14:58 -0700)]
Merge "Fix spec licence name to pass rpmlint test" into tizen
Patrick McCarty [Mon, 21 Oct 2013 21:58:36 +0000 (14:58 -0700)]
Merge "Restore previously lost fix to systemd unit file" into tizen
Chengwei Yang [Mon, 21 Oct 2013 02:49:40 +0000 (10:49 +0800)]
Init local variable to avoid crash if loading pkg info failed
The uninitialized local variable will cause amd crash (coredump) at
g_hash_table_foreach since the junk pointer in amd.af, this is triggered
by pkg info load failure from pkgmgr.
Change-Id: I1145c11dc88030b40834de769de1443786ca5dda
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Rusty Lynch [Wed, 9 Oct 2013 01:10:08 +0000 (18:10 -0700)]
Fix ac.service
* Removed the mobile specific environment entries with a new
EnvironmentFile entry added to allow profile specific entries
* Removed the horrible wait hack from the exec line. This is not
the way to handle dependencies
* Removed the precondition hacks which are not needed
Change-Id: I5e31a3df5d126358d850f08553231fc8f180614f
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Rusty Lynch [Tue, 8 Oct 2013 23:59:12 +0000 (16:59 -0700)]
Fix spec licence name to pass rpmlint test
Change-Id: Iae4fe68312c2c2e5ae8b379d96bf9fb3ce02b330
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Rusty Lynch [Tue, 8 Oct 2013 22:54:58 +0000 (15:54 -0700)]
Restore previously lost fix to systemd unit file
* change the name of the env file to reflect the fact that this
service is shared across all profiles. The actual env file is
created in a platform specific manager, allowing platform specific
environment variables
* use "=-" when declaring the env file so the service will start even
if the env file does not exist
* remove hard coding DISPLAY environment. if mobile still needs this
hack then add it to the environment file
Change-Id: I1279224990f1bc176e750b24945fa9734ae45d00
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
KyungwooNoh [Wed, 2 Oct 2013 01:58:44 +0000 (10:58 +0900)]
Merge branch 'tizen_2.2' into tizen
Conflicts:
am_daemon/amd_launch.c
Change-Id: I19b1529045ef9ccc9cd222a23c6dba7be1e55542
Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
Jaeho Lee [Thu, 26 Sep 2013 07:42:21 +0000 (16:42 +0900)]
Add license file
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Anas Nashif [Mon, 16 Sep 2013 18:22:09 +0000 (14:22 -0400)]
update changelog
Change-Id: Ibb34c24777e7606c3a4dc978daf1210127918c34
Anas Nashif [Mon, 16 Sep 2013 18:19:20 +0000 (14:19 -0400)]
Merge branch 'tizen_2.2' into tizen
Conflicts:
am_daemon/amd_main.c
packaging/ac.service
packaging/aul.spec
Change-Id: Idda822820f548a705da0db53c952f1faafd78fb3
Jaeho Lee [Fri, 6 Sep 2013 06:40:35 +0000 (15:40 +0900)]
Fix valrind bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Change-Id: Ic802d5410060624ff6a6693460d477136915152a
Anas Nashif [Tue, 3 Sep 2013 16:02:04 +0000 (12:02 -0400)]
Cleanup Packaging
- Do not install sysvinti scripts
- Fixed license and groups
Change-Id: I1d815be4cae744b9926ba1ce635ba9d05f483fc2
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Young Ik Cho [Fri, 23 Aug 2013 06:30:41 +0000 (15:30 +0900)]
fix redundant launchpad code
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
Change-Id: I6593565662b1ba6e94bdc93be7cfdce8831182a8
Patrick McCarty [Mon, 12 Aug 2013 22:53:54 +0000 (15:53 -0700)]
packaging: fix errors in %preun and %postun scriptlets
- If /sbin/ldconfig is not the only action for a scriptlet, the -p
option should not be used.
- If the 'with multi user' option is not true, the shell conditional
will be invalid.
This commit fixes both issues.
Change-Id: Ia610aad0576b9132a60f26063cbb35345ed58f92
Jaeho Lee [Thu, 8 Aug 2013 06:54:44 +0000 (15:54 +0900)]
merge private
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 7 Aug 2013 09:58:56 +0000 (18:58 +0900)]
Fix DCM-2250 issue
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Baptiste DURAND [Fri, 2 Aug 2013 06:55:30 +0000 (08:55 +0200)]
Add build Option for multi-user support
Chengwei Yang [Mon, 29 Jul 2013 02:03:58 +0000 (10:03 +0800)]
[systemd] Fix user runtime directory
Change-Id: Iea8755a3991dace787362b7a6bf2b46fad8e6841
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Rusty Lynch [Thu, 18 Jul 2013 00:12:24 +0000 (17:12 -0700)]
Fix systemd service file
Jaeho Lee [Mon, 15 Jul 2013 11:16:50 +0000 (20:16 +0900)]
modified ac.service file
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 11 Jul 2013 10:52:26 +0000 (19:52 +0900)]
merge private
1. fixed svc app info bug
2. fixed launch_app sync mode bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Baptiste DURAND [Fri, 5 Jul 2013 12:57:17 +0000 (14:57 +0200)]
Disable key event catch for x86_64 arch
Rusty Lynch [Wed, 3 Jul 2013 16:54:11 +0000 (09:54 -0700)]
Update changelog
Rusty Lynch [Wed, 3 Jul 2013 16:14:13 +0000 (09:14 -0700)]
Merge "resetting manifest requested domain to floor" into tizen
Jaeho Lee [Sat, 29 Jun 2013 06:47:52 +0000 (15:47 +0900)]
support valgrind
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Change-Id: I4c620659175588731da6570d930c4cf120cf75bd
Alexandru Cornea [Fri, 28 Jun 2013 17:50:24 +0000 (20:50 +0300)]
resetting manifest requested domain to floor
Mikko Ylinen [Fri, 28 Jun 2013 10:22:08 +0000 (13:22 +0300)]
Fix Access Control startup (ac.service)
ac.service waits for /tmp/.wm_ready flag which never shows up. Handle
dependencies using systemd Requires= mechanism.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Jaeho Lee [Fri, 28 Jun 2013 05:17:04 +0000 (14:17 +0900)]
fixed mutex lock bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 27 Jun 2013 02:29:15 +0000 (11:29 +0900)]
merge private
1. added mutex lock
2. fixed callee pgid bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Change-Id: I47fd26b1344f693e60f3e9e7673865916a903a99
Baptiste DURAND [Tue, 25 Jun 2013 11:37:13 +0000 (13:37 +0200)]
Update Changelog
Baptiste DURAND [Tue, 25 Jun 2013 11:36:27 +0000 (13:36 +0200)]
Replace manifest with default floor
Jaeho Lee [Tue, 25 Jun 2013 02:16:57 +0000 (11:16 +0900)]
fixed proc_get_cmdline_bypid bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 24 Jun 2013 08:20:44 +0000 (17:20 +0900)]
added smack rule
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 24 Jun 2013 07:18:47 +0000 (16:18 +0900)]
support oprofile : valgrind
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Hyungdeuk Kim [Fri, 21 Jun 2013 02:24:05 +0000 (11:24 +0900)]
apply launch_app sync mode:
Jaeho Lee [Wed, 19 Jun 2013 05:51:17 +0000 (14:51 +0900)]
fixed send result bug(callee appid)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 18 Jun 2013 07:19:34 +0000 (16:19 +0900)]
added aul.rule file
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 18 Jun 2013 06:01:26 +0000 (15:01 +0900)]
merge private
1. added new API
2. support valgrind
3. fixed media key bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 14 Jun 2013 09:00:21 +0000 (18:00 +0900)]
added debug launch call
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 13 Jun 2013 04:08:41 +0000 (13:08 +0900)]
added preload application check
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Xavier Roche [Wed, 5 Jun 2013 15:09:34 +0000 (17:09 +0200)]
Changes : Fix rpmlint issue
Xavier Roche [Wed, 5 Jun 2013 15:09:11 +0000 (17:09 +0200)]
Fix rpmlint issue : use unitdir macro
Jaeho Lee [Tue, 4 Jun 2013 01:46:25 +0000 (10:46 +0900)]
remove debug launchpad call
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 30 May 2013 08:13:35 +0000 (17:13 +0900)]
added debug launchpad
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Anas Nashif [Wed, 29 May 2013 12:19:21 +0000 (08:19 -0400)]
Enable building with privacy manager
Wu Zheng [Tue, 21 May 2013 01:58:57 +0000 (09:58 +0800)]
Fix TZSP-5456 Media player is unable to handle music playback control
The key values are used on X86 too.
If remove the key values, media player can't be controlled by BT HS
Rusty Lynch [Sat, 18 May 2013 04:24:02 +0000 (21:24 -0700)]
Updating changelog for new release
Rusty Lynch [Sat, 18 May 2013 04:19:45 +0000 (21:19 -0700)]
Add build time config for privacy-manager support
The Tizen 2.1 code has a circular dependancy between aul and
the privacy-manager-client package. Adding this build config
allows the cycle to be broke by first building aul without a
dep on privacy manager
Jaeho Lee [Sun, 12 May 2013 10:27:42 +0000 (19:27 +0900)]
fixed ac.service fail bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 10 May 2013 08:45:58 +0000 (17:45 +0900)]
merge tizen_2.1_smack
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 10 May 2013 06:41:00 +0000 (15:41 +0900)]
added no cancel case
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 29 Apr 2013 15:14:59 +0000 (00:14 +0900)]
modifed DA featrue
Jaeho Lee [Mon, 29 Apr 2013 14:21:49 +0000 (23:21 +0900)]
merge private
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 17 Apr 2013 07:19:32 +0000 (16:19 +0900)]
sr
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 15 Apr 2013 13:30:56 +0000 (22:30 +0900)]
Merge branch 'master' into tizen_2.1
added privacy popup feature
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 15 Apr 2013 12:38:18 +0000 (21:38 +0900)]
added privacy popup feature
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 5 Apr 2013 04:06:34 +0000 (13:06 +0900)]
Merge branch 'master' into tizen_2.1
fixed prevent issue
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 5 Apr 2013 02:28:01 +0000 (11:28 +0900)]
fixed prevent issue
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 4 Apr 2013 02:34:53 +0000 (11:34 +0900)]
Merge branch 'master' into tizen_2.1
added euid check
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 4 Apr 2013 02:31:56 +0000 (11:31 +0900)]
added euid check
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 3 Apr 2013 10:36:03 +0000 (19:36 +0900)]
merge master
1. fixed term timer cb bug
2. modified socket listen queue length
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 3 Apr 2013 10:36:03 +0000 (19:36 +0900)]
modified socket listen queue length
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 3 Apr 2013 09:55:16 +0000 (18:55 +0900)]
fixed term timer cb bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 3 Apr 2013 06:59:58 +0000 (15:59 +0900)]
Merge branch 'tizen_2.1'
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Junfeng Dong [Fri, 29 Mar 2013 05:48:07 +0000 (13:48 +0800)]
Fix for 64 bit compatibility.
- Fix hardcoding path.
- Use %cmake to set default paths.
- systemd get service only into /usr/lib on both 32 and 64 platform.
Change-Id: I73106f7acc547804cd4b771b56f023b45a81bcfc
Jaeho Lee [Thu, 28 Mar 2013 13:39:06 +0000 (22:39 +0900)]
added application terminating status
Change-Id: I4906c62ba4c5b7015b56a64813aa0aca44c7b304
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Thu, 28 Mar 2013 02:12:59 +0000 (11:12 +0900)]
fixed socket leak
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 26 Mar 2013 07:52:31 +0000 (16:52 +0900)]
merge private
1. Fix cppcheck errors, gcc warnings
2. add callee appid to bundle data
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 19 Mar 2013 05:18:46 +0000 (14:18 +0900)]
Merge branch 'master' into tizen_2.1
fixed send_result bug
Conflicts:
am_daemon/amd_launch.c
am_daemon/amd_request.c
include/aul.h
packaging/aul.spec
src/launch.c
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 19 Mar 2013 05:05:36 +0000 (14:05 +0900)]
fixed send_result bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jinkun Jang [Fri, 15 Mar 2013 16:12:32 +0000 (01:12 +0900)]
merge with master
Jaeho Lee [Fri, 15 Mar 2013 10:38:20 +0000 (19:38 +0900)]
added caller appid bundle key
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 13 Mar 2013 08:58:39 +0000 (17:58 +0900)]
added preload list
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 13 Mar 2013 05:23:43 +0000 (14:23 +0900)]
modified aul_send_result
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jinkun Jang [Tue, 12 Mar 2013 16:46:32 +0000 (01:46 +0900)]
Tizen 2.1 base
Jaeho Lee [Sat, 9 Mar 2013 04:11:53 +0000 (13:11 +0900)]
Merge
1. fixed socket send bug
2. fixed aul_app_get_appid_bypid bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Maciej Wereski [Mon, 4 Mar 2013 15:13:09 +0000 (16:13 +0100)]
[systemd] Fix Smack labels for systemd units
systemd unit files should be labeled as "_" Smack label, just as
traditional sysvinit scripts.
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: Ibeb90dcf810c8bcd4e91d7bc142c1883ae6a0449
Jaeho Lee [Mon, 4 Mar 2013 12:51:59 +0000 (21:51 +0900)]
added permission feature
Change-Id: I3813a09b4c68101c739de6a6376f31f5e4c6a9d4
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Sat, 2 Mar 2013 10:15:39 +0000 (19:15 +0900)]
modifed service application prepare exec
Change-Id: I1c547543848a4eb06070604903a76d733b11dc43
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 12 Feb 2013 10:16:47 +0000 (19:16 +0900)]
modified ac.service file
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Wed, 6 Feb 2013 11:53:55 +0000 (20:53 +0900)]
support emulator configuration
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
junsuk77.oh [Thu, 31 Jan 2013 00:13:56 +0000 (09:13 +0900)]
Merge "add new api to enable on external memory using pkgid"
Jaeho Lee [Wed, 30 Jan 2013 11:03:10 +0000 (20:03 +0900)]
changed smack manifest
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
junsuk77.oh [Wed, 30 Jan 2013 06:42:11 +0000 (15:42 +0900)]
add new api to enable on external memory using pkgid
Jaeho Lee [Mon, 28 Jan 2013 04:03:22 +0000 (13:03 +0900)]
changed boilerplate
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Chengwei Yang [Tue, 15 Jan 2013 08:11:07 +0000 (16:11 +0800)]
Check pointer before unreference to avoid crash
Change-Id: If8a28f1e89aef4f33b25aea2337fbd18cc1f7399
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Chengwei Yang [Fri, 12 Oct 2012 06:57:32 +0000 (14:57 +0800)]
Fix initialization flag
preexec_initialized should be reset to zero when preexec got freed
Also define __preexec_list_free() as empty to avoid undefined error.
Change-Id: Ied5712d3e57c955541683af58d6d25b8bd9619db
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Thu, 24 Jan 2013 11:05:56 +0000 (20:05 +0900)]
fixed prevent issue
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Tue, 22 Jan 2013 11:08:50 +0000 (20:08 +0900)]
fixed first booting bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
KunHoon Baik [Tue, 22 Jan 2013 10:54:56 +0000 (19:54 +0900)]
Merge "[systemd] Bug fix regarding launchpad_dameon systemd 'ExecStart' command"
Chengwei Yang [Tue, 15 Jan 2013 05:00:11 +0000 (13:00 +0800)]
Don't update running list and running history for invalid app
Currently, the app-checker check app launch privilege after the real
launch, and then if it has no privilege to launch, it will be killed by
app-checker immediately. However, seems this isn't a good design because
use may notice a UI blink.
This patch doesn't try to resolve the above issue but another thing, it
don't add the invalid app into running list and running history list.
Change-Id: Ie91f3f41849ef9d1d4551e7bb24810c9dd7fa4c0
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Jaeho Lee [Tue, 15 Jan 2013 06:51:12 +0000 (15:51 +0900)]
fixed build error
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Taejeong Lee [Tue, 15 Jan 2013 03:39:39 +0000 (12:39 +0900)]
[systemd] Bug fix regarding launchpad_dameon systemd 'ExecStart' command
* launchpad_daemon required a blank long string argument.
Jaeho Lee [Tue, 15 Jan 2013 01:00:02 +0000 (10:00 +0900)]
fixed prevent issues
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Mon, 14 Jan 2013 05:52:24 +0000 (14:52 +0900)]
remove checking userid
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
Jaeho Lee [Fri, 11 Jan 2013 09:13:27 +0000 (18:13 +0900)]
fixed double free bug
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>