summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
SeungYeup Kim [Thu, 4 Apr 2013 07:06:01 +0000 (16:06 +0900)]
merge from master
Jinkun Jang [Tue, 12 Mar 2013 16:46:55 +0000 (01:46 +0900)]
Tizen 2.1 base
SeungYeup Kim [Wed, 6 Feb 2013 04:34:34 +0000 (13:34 +0900)]
Disable sqlfs mounting
SeungYeup Kim [Wed, 30 Jan 2013 10:09:00 +0000 (19:09 +0900)]
Set smack label for booting script
Change-Id: I1dc3f4a113e9e055a40e56eafc8066376b5bcc0c
wonguk.jeong [Tue, 8 Jan 2013 11:51:04 +0000 (20:51 +0900)]
[systemd] put "DefaultDependencies=no" since this service is executed during early boot
Change-Id: I9bdba042064556bfd2420c0872a67e600e6d04c9
baik [Mon, 10 Dec 2012 02:04:54 +0000 (11:04 +0900)]
[systemd] migrate from kickstart
Change-Id: Ic7c53b40a13b78508f98360742674a2bdb65a32c
Chengwei Yang [Mon, 29 Oct 2012 02:28:10 +0000 (10:28 +0800)]
Fix invalid usage of variable in spec file
Change-Id: I129cad36835337509c396d405d005e5e33eeaf91
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Karol Lewandowski [Tue, 4 Dec 2012 15:29:16 +0000 (16:29 +0100)]
[systemd] Add missing opt-var-kdb-db-smack-labels.service
Change-Id: Ibad127ca7e8599eac7e0d9d46a5249ee7af3a90f
Jacek Migacz [Fri, 23 Nov 2012 14:09:18 +0000 (15:09 +0100)]
Merge branch 'for-rsa-systemd'
Change-Id: I8418fe0d05c5bc7814465a51d0228ca5e1e18139
SeungYeup Kim [Wed, 21 Nov 2012 07:18:02 +0000 (16:18 +0900)]
Only when smack is enabled, run chsmack
Chengwei Yang [Thu, 15 Nov 2012 06:56:05 +0000 (14:56 +0800)]
Fix build: remove duplicate file
Change-Id: Iea08624ce8ddcb813758316f9d442342bc5a859b
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Yin Kangkai [Thu, 15 Nov 2012 06:05:16 +0000 (14:05 +0800)]
spec: fix the merge mistake.
Change-Id: Ibbceee2815380efbe0d5173ee0cb610f81503b78
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
William Douglas [Wed, 14 Nov 2012 20:32:11 +0000 (12:32 -0800)]
Merge branch 'master' into systemd
Conflicts:
packaging/libsqlfs.spec
Update and add smack labels in a systemd unit file to mirror changes in
the sqlfs-mount sysv init script.
Signed-off-by: William Douglas <william.douglas@intel.com>
SeungYeup Kim [Fri, 2 Nov 2012 12:10:48 +0000 (21:10 +0900)]
Add smack manifest
Install license info into /usr/share/license
Karol Lewandowski [Thu, 4 Oct 2012 11:08:35 +0000 (13:08 +0200)]
Get rid of db-preinialization routines from normal bootup for systemd case
This has been moved image creation stage.
Merged-and-mangled-by: Lukasz Stelmach <l.stelmach@samsung.com>
Change-Id: I9888559be973f57536a28db0f7934f198a5b857e
Karol Lewandowski [Sun, 29 Jul 2012 09:44:20 +0000 (18:44 +0900)]
Introduce systemd support
This commit consists of following changes squeezed together:
- Add/install systemd service files
[ Author: Patrick McCarty <patrick.mccarty@linux.intel.com> ]
- Use libsqlfs_mount to mount the sqlfs
A systemd .mount file will not work with busybox mount, so we must
resort to using libsqlfs_mount instead.
[ Author: Patrick McCarty <patrick.mccarty@linux.intel.com> ]
- Remove chmod for kdb/db files being copied on firstboot.
Due to changes in default file permissions and libsqlfs being able to
handle cp -a correctly, we no longer need to recursively chmod the
sqlfs settings db. Regardless, busybox chmod doesn't support the option
we were using and we needed to change due to that anyway.
Also fix the libsqlfs.service to require the setup package and update
the setup.service to no longer fail if modprobe fuse doesn't work.
Signed-off-by: William Douglas <william.douglas@intel.com>
- Fix directory permissions of sqlfs mount point after mounting
Without doing a chmod here, the mounted sqlfs has permissions 0700,
which is too restrictive (user applications cannot read or write keys to
the sqlfs).
Modify the permissions to 1777, equivalent to permissions set in the sqlfs
initscript with the addition of the sticky bit.
Now applications are able to read/write to the sqlfs as before.
Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
- Fix incorrect db file permissions on IA
On IA(S10-3t), cp kdb/db doesn't preserve permissions so need chmod
after copy.
Incorrect db file permissions causes apps can't launch by user 'app'.
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Signed-off-by: William Douglas <william.douglas@intel.com>
Conflicts:
packaging/libsqlfs.spec
Bastardized-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Merged-and-mangled-by: Lukasz Stelmach <l.stelmach@samsung.com>
Change-Id: I8dbce1ec319eb9e8fb203a57324a7fef8e2abd4d
SeungYeup Kim [Tue, 21 Aug 2012 10:48:18 +0000 (19:48 +0900)]
tizen 2.0 merge
Kim Kibum [Sun, 29 Apr 2012 08:01:30 +0000 (17:01 +0900)]
upload tizen1.0 source
Yan Yin [Wed, 14 Mar 2012 06:01:11 +0000 (14:01 +0800)]
update for beta universally
Kibum Kim [Fri, 6 Jan 2012 15:48:54 +0000 (00:48 +0900)]
Git init
Eunkyoung Kim [Fri, 6 Jan 2012 13:00:00 +0000 (22:00 +0900)]
Initial empty repository