platform/core/appfw/aul-1.git
11 years agoMerge branch 'for-rsa-systemd'
Jacek Migacz [Fri, 23 Nov 2012 12:48:42 +0000 (13:48 +0100)]
Merge branch 'for-rsa-systemd'

Conflicts:
packaging/ac.service
packaging/aul.spec
packaging/launchpad-preload@.service

11 years agoadd app2ext mount handle when app which is located at sd card is mounted
junsuk77.oh [Thu, 22 Nov 2012 00:20:22 +0000 (09:20 +0900)]
add app2ext mount handle when app which is located at sd card is mounted

Change-Id: Ia499908f55aaf424f0f5d03ae677d52d15e82ce0

11 years agoHACK: to make sure amd started after xorg server
Yin Kangkai [Mon, 19 Nov 2012 09:10:05 +0000 (17:10 +0800)]
HACK: to make sure amd started after xorg server

As said in previous commits, we have to move back ac.service from user session
to system. However since ac.service depends on xorg, and xorg is in user
session, we have to use *busy* checking /tmp/.X0-lock before we starts. This
is ugly, but at least a reasonable fix for now.

(If anyone has better solution, please go ahead to fix this.)

Also, both launchpad-preload@.service and ac.service are actually part of
graphical.target, not multi-user.target.

Change-Id: I37703578871c507d2d4c3c6d9e705e7784109396
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
11 years agoRevert "Run ac_daemon from user-session as it requires X to function properly"
Yin Kangkai [Mon, 19 Nov 2012 08:59:37 +0000 (16:59 +0800)]
Revert "Run ac_daemon from user-session as it requires X to function properly"

This reverts commit 7dd6b68dd1006e2fa77f94bb4af8d5879ad2f062.

Conflicts:

packaging/aul.spec

We will move back ac.service/amd from user session to system.

From the aul maintainer, /usr/bin/amd has to be run as root, reasons:

1. /usr/bin/amd sets app privilege.
2. /usr/bin/amd mounts cgroup subsystem.
3. When handling some command packets, caller's privilege should be checked.
   (Only amd can request terminate  and reset to applications)

Change-Id: Ie7b58f8b5ad6295c0321bb5d8ca9cfb3facdc50a
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
11 years agoRevert "Make sure ac_daemon isn't started before X"
Yin Kangkai [Mon, 19 Nov 2012 08:52:43 +0000 (16:52 +0800)]
Revert "Make sure ac_daemon isn't started before X"

This reverts commit da44f5ed91a7757baa083364c9b4e765b4f36540.

We will move back ac.service/amd from user session to system.

From the aul maintainer, /usr/bin/amd has to be run as root, reasons:

1. /usr/bin/amd sets app privilege.
2. /usr/bin/amd mounts cgroup subsystem.
3. When handling some command packets, caller's privilege should be checked.
   (Only amd can request terminate  and reset to applications)

Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
11 years agoRemoved /usr/bin/systemctl dependency
Sewook Park [Fri, 16 Nov 2012 09:53:34 +0000 (18:53 +0900)]
Removed /usr/bin/systemctl dependency

11 years agoFix build: ac_daemon renamed to amd
Chengwei Yang [Thu, 15 Nov 2012 09:11:29 +0000 (17:11 +0800)]
Fix build: ac_daemon renamed to amd

Change-Id: I9d1853c05bd4673c6f805ee98b8442e9bdb07060
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years agoupdated preload list
Jaeho Lee [Thu, 15 Nov 2012 06:39:50 +0000 (15:39 +0900)]
updated preload list

11 years ago1. apply systemd
Jaeho Lee [Thu, 15 Nov 2012 05:03:35 +0000 (14:03 +0900)]
1. apply systemd

2. add a function of aul_test : update running list

11 years agoMerge branch 'master' into systemd
Chengwei Yang [Thu, 15 Nov 2012 02:47:20 +0000 (10:47 +0800)]
Merge branch 'master' into systemd

Conflicts:
packaging/aul.spec

Change-Id: I9872c73c66563ea74ed3a8412595d3984d8bb479
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years ago1. fixed package handler bug
Jaeho Lee [Tue, 13 Nov 2012 10:29:19 +0000 (19:29 +0900)]
1. fixed package handler bug

11 years agoapply smack, fix bugs, clear rua history
Jaeho Lee [Mon, 12 Nov 2012 06:01:41 +0000 (15:01 +0900)]
apply smack, fix bugs, clear rua history

1. apply smack
2. call rua_clear_history when phone boot up
3. add amd_ready flag
4. check mount point
5. change installed path from /opt/apps/ to /opt/usr/apps
6. fix tpk type bug

11 years agoapply smack manifest
Jaeho Lee [Mon, 5 Nov 2012 05:26:01 +0000 (14:26 +0900)]
apply smack manifest

11 years agoMake sure ac_daemon isn't started before X
Karol Lewandowski [Tue, 30 Oct 2012 15:22:00 +0000 (16:22 +0100)]
Make sure ac_daemon isn't started before X

This is fixup to 7dd6b68dd1 ("Run ac_daemon from user-session as it
requires X to function properly)"

Change-Id: I5a83802c8e61546dfb25eb3b30c9304d3eaf02d1

11 years agoremove systemd dependecy
Jaeho Lee [Fri, 26 Oct 2012 04:30:20 +0000 (13:30 +0900)]
remove systemd dependecy

11 years ago1. apply systemd unit files
Jaeho Lee [Thu, 25 Oct 2012 10:34:11 +0000 (19:34 +0900)]
1. apply systemd unit files
2. apply application process management

11 years agoRun ac_daemon from user-session as it requires X to function properly
Karol Lewandowski [Wed, 22 Aug 2012 06:06:41 +0000 (15:06 +0900)]
Run ac_daemon from user-session as it requires X to function properly

Change-Id: Ie9cb5579817be94b75f1a2e9b96d252f3ba9a951

11 years agoConvert launchpad-preload systemd service to instantiated unit
Karol Lewandowski [Tue, 14 Aug 2012 01:13:33 +0000 (10:13 +0900)]
Convert launchpad-preload systemd service to instantiated unit

Applications launched from lauchpad (aul_ utility functions) expect
to see the same environment as in user-session@app.service.

This commit brings launchpad's environment in line with user-session@.

Change-Id: Idc928505aff139fc664b8209c53ad51ddadc67b4

11 years agoRemoving sysd CPU and IO prio
Brad Peters [Mon, 2 Jul 2012 23:18:16 +0000 (16:18 -0700)]
Removing sysd CPU and IO prio

Change-Id: Ie25505c045ab9e46c76b81d72bd1dee1ce5e62c2

11 years agoAdd systemd unit files.
William Douglas [Wed, 1 Aug 2012 03:28:14 +0000 (12:28 +0900)]
Add systemd unit files.

Also create db in install instead of post.

Signed-off-by: William Douglas <william.douglas@intel.com>
Merged-and-mangled-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Change-Id: Ib04abd8114b4505a6138c9e8ffce7acc9f7ad4e8

12 years agoremove key initialize in i386 2.0alpha master 2.0_alpha accepted/tizen/20130520.102709 submit/master/20120920.151038 submit/tizen/20130517.015325
Jaeho Lee [Tue, 11 Sep 2012 09:31:05 +0000 (18:31 +0900)]
remove key initialize in i386

12 years agoUpload Tizen2.0 beta source
Sewook Park [Thu, 30 Aug 2012 12:30:26 +0000 (21:30 +0900)]
Upload Tizen2.0 beta source

Change-Id: I0ff7419a84eaa6e71af31c60f5c2ca196d847ffd

12 years agotizen 2.0 build
Jaeho Lee [Mon, 27 Aug 2012 08:27:23 +0000 (17:27 +0900)]
tizen 2.0 build

12 years agoUpload Tizen2.0 source
Sewook Park [Tue, 21 Aug 2012 10:23:38 +0000 (19:23 +0900)]
Upload Tizen2.0 source

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 07:59:40 +0000 (16:59 +0900)]
upload tizen1.0 source

12 years agoupdate for beta universally
Yan Yin [Wed, 14 Mar 2012 06:01:29 +0000 (14:01 +0800)]
update for beta universally

12 years agotizen beta release
Kibum Kim [Mon, 27 Feb 2012 04:32:57 +0000 (13:32 +0900)]
tizen beta release

12 years agoGit init
Kibum Kim [Fri, 6 Jan 2012 15:43:34 +0000 (00:43 +0900)]
Git init

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:35 +0000 (21:59 +0900)]
Initial empty repository