platform/core/appfw/vconf.git
9 years agoutil-linux required for /usr/bin/getopt 57/34857/1 accepted/tizen_common accepted/tizen_wearable tizen accepted/tizen/common/20150204.192545 accepted/tizen/wearable/20150209.054501 submit/tizen/20150204.094943 submit/tizen_mobile/20150209.050815 submit/tizen_tv/20150209.050801 submit/tizen_wearable/20150206.045525
Vyacheslav Barinov [Tue, 3 Feb 2015 13:53:25 +0000 (16:53 +0300)]
util-linux required for /usr/bin/getopt

Unless it's installed a lot of messages:

/bin/vconftool: line 273: getopt: command not found
ERROR: vconftool set: bad arguments

during firmware build

Change-Id: Iebba7a8106e11f44637e313d6a7779fd61aa5db2
Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
9 years agoFix script for yocto service 47/28147/1
Ronan Le Martret [Fri, 26 Sep 2014 16:04:12 +0000 (18:04 +0200)]
Fix script for yocto service

Change-Id: Ib58176a70e4f81c2f0367e1bb3e8a34565792b58
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoReplace hard coded path /var/run by the tizen-platform-config macro 76/27676/3
Ronan Le Martret [Wed, 17 Sep 2014 10:29:20 +0000 (12:29 +0200)]
Replace hard coded path /var/run by the tizen-platform-config macro

 - mandatory for yocto image

Change-Id: Ic32f272e950ead95dbf37800aae3592a511192fe
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoFixed TC-1693. Added missing slash for vconf dirs 79/27979/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140924.074022 accepted/tizen/ivi/20140927.153331 submit/tizen/20140923.230805 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
John L. Whiteman [Tue, 23 Sep 2014 20:39:52 +0000 (13:39 -0700)]
Fixed TC-1693.  Added missing slash for vconf dirs

Change-Id: I223451b8449dd2f7b973519244c5e8b6944c01dd
Signed-off-by: John L. Whiteman <john.l.whiteman@intel.com>
9 years agoSmack labeling for TZ_SYS_CONFIG 86/23386/1 tizen_3.0.m14.2_ivi accepted/tizen/common/20140629.213857 accepted/tizen/ivi/20140701.103253 submit/tizen/20140627.173312 submit/tizen_ivi/20140630.140424 tizen_3.0.m14.2_ivi_release
Casey Schaufler [Tue, 24 Jun 2014 16:55:30 +0000 (09:55 -0700)]
Smack labeling for TZ_SYS_CONFIG

Use chsmack instead of sed on the .manifest.
Get additional directories.

Change-Id: Ie04562481b58b35f2911d39885a334b9bd4a9cbc
Signed-off-by: Casey Schaufler <casey.schaufler@intel.com>
9 years agoAdd writing right on vconf directory for group 83/20283/3
Jean-Benoit MARTIN [Wed, 30 Apr 2014 12:07:58 +0000 (14:07 +0200)]
Add writing right on vconf directory for group

Change-Id: Ib7f019f528aa7a247cd517e8e83b5214d4e29e34
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
10 years agoRemove hardcoded path for multiuser support 22/17322/1 accepted/tizen_ivi_panda tizen_ivi_panda accepted/tizen/ivi/20140626.112346 accepted/tizen/ivi/panda/20140403.015113 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.064230 submit/tizen_ivi/20140626.125712 submit/tizen_ivi_panda/20140403.011840
Jean-Benoit MARTIN [Thu, 6 Mar 2014 10:16:24 +0000 (11:16 +0100)]
Remove hardcoded path for multiuser support

Bug-Tizen: PTREL-356

Change-Id: Ie9f53d5c8c52e76dab93297a2f7214fdd3b0bb5f
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
10 years agoImprovement of listing 17/15917/1
José Bollo [Mon, 20 Jan 2014 16:15:51 +0000 (17:15 +0100)]
Improvement of listing

This patch makes the output of "vconftool get -r ..."
more readable.

Change-Id: I14b48fb3743bae8e850bde51c115d48bc159f13d
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
10 years agoFix a bug in search of keys 94/15394/1
José Bollo [Mon, 20 Jan 2014 14:58:20 +0000 (15:58 +0100)]
Fix a bug in search of keys

The function '_vconf_keylist_lookup' coulded return a node
that was not matching the requested 'keyname'. For example,
searching the key "acl" in a list containing "aclxxxx", "acl"
would return the node "aclxxx" instead of "acl".

Also compute the length to be compared only one time, not
at each turn of the loop.

Change-Id: Id26e9d0eace311e5537fbce075f912d0a263f31d
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
10 years agoPTREL 471:Merge from tizen2.2 branch from git repository framework/appfw/vconf 08/13608/1
Baptiste DURAND [Tue, 10 Dec 2013 14:03:01 +0000 (15:03 +0100)]
PTREL 471:Merge from tizen2.2 branch from git repository framework/appfw/vconf

- Vconf Keys for HID and PAN Devices
- Rework Event management (don't copy list for all events)
- /tmp/vconf-init mechanism is conditional to VCONF_CHECK_IS_INITIALIZED

Change-Id: I288a9d47d84fdbec9b6dabef30334103fe5eb660
Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
10 years agoRemove /tmp/vconf-init mechanism 49/10749/2 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_generic tizen_ivi_genivi accepted/tizen/20131010.224906 accepted/tizen/20131010.232841 accepted/tizen/20131010.232904 accepted/tizen/20131011.050107 accepted/tizen/ivi/genivi/20140131.060202 accepted/tizen_ivi_stable/20131116.105959 ivi_oct_m2 submit/tizen/20131010.224337 submit/tizen_ivi_genivi/20140131.060243 submit/tizen_ivi_stable/20131116.100255
Rusty Lynch [Thu, 10 Oct 2013 22:19:55 +0000 (15:19 -0700)]
Remove /tmp/vconf-init mechanism

The vconf code has a left over, racey and broken, workaround to
have all vconf set operations attempt to wait for a file called
/tmp/vconf-initialized.  If a set for an in-memory key was
attempted when the file did not exist, then after nearly two
seconds of trying the end result is the backup key file was
created, but containing no data.

Because of this, and because vconf initialization does not happen
at image creation time, then all images are created with many
in-memory backup items containing empty files.  This results in
many subtle hard to debug bugs throughout the stack.

Change-Id: I3f9a4e1aa0f8267ccc07631c0eae2e2315ab2d17
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
10 years agofix changelog accepted/tizen/20130926.131030 accepted/tizen/20130926.165203 accepted/tizen/20130926.225240 submit/tizen/20130926.044732
Anas Nashif [Thu, 26 Sep 2013 04:47:08 +0000 (00:47 -0400)]
fix changelog

Change-Id: I7c4d09cc5e98d75929af583b2bb13c32cc1b8f2d

10 years agoFix can not write memory backend key at image creation stage 28/10228/3 submit/tizen/20130926.043935
Chengwei Yang [Thu, 26 Sep 2013 01:55:53 +0000 (09:55 +0800)]
Fix can not write memory backend key at image creation stage

Whenever vconf to write the memory backend key, it first check if
vconf was initialized, /tmp/vconf-initialized exists, which will be
created by vconf-init at system boot up. However, this is not true at
image creation stage, so all the afterwards installed packages will
created *empty* memory backend keys. And the whole image broken.

This is a temporary workaround, which creates /tmp/vconf-initialized in
%post script, a later fix which remove the initialized check will be
merged later.

Change-Id: Ifd2de38c3d31a025fa6c7ea6047d1c376468af37
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
10 years agoupdate change log accepted/tizen/20130920.181533 accepted/tizen/20130920.181728 accepted/tizen/20130920.205023 accepted/tizen/20130920.213515 submit/tizen/20130920.081642
Anas Nashif [Fri, 20 Sep 2013 08:16:28 +0000 (04:16 -0400)]
update change log

Change-Id: Ieba4dceebc227848370a01580382da0e536b6532

10 years agocleanup spec and changelog 57/10057/3
Anas Nashif [Mon, 16 Sep 2013 10:49:19 +0000 (06:49 -0400)]
cleanup spec and changelog

- Fixed changelog order
- Fixed license
- Fixed groups
- Do not install files into /tmp
- Do not install sysvinit scripts

Change-Id: I14b805f3a6a803b271c508ace0f74707ac5153fc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 years agoinstall script into /usr/bin 56/10056/1
Anas Nashif [Mon, 16 Sep 2013 18:02:07 +0000 (14:02 -0400)]
install script into /usr/bin

Change-Id: I31388c6a73a5f1208fc24802697e970e728b7361
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 years ago[systemd upgrade] merge from devel_systemd branch of RSA 58/7858/2 accepted/tizen/20130912.185258 accepted/tizen/20130912.193529 accepted/tizen/20130913.063407 submit/tizen/20130912.080523 submit/tizen/20130912.090821
Maciej Wereski [Tue, 25 Jun 2013 15:32:05 +0000 (17:32 +0200)]
[systemd upgrade] merge from devel_systemd branch of RSA
Improve path dependency

According to manual RequiresMountsFor "Automatically adds dependencies
of type Requires= and After= for all mount units required to access the
specified path." Current solution will fail, if mount units are changed.

Conflicts:
packaging/vconf-setup.service
packaging/vconf.changes

Change-Id: I12a65bfbf5042b45d6f62862da20c9818db8af98
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoMerge "resetting manifest requested domain to floor" into tizen accepted/tizen/20130717.201354 submit/tizen/20130717.194001 submit/tizen/20130717.200254
Ryan Ware [Mon, 8 Jul 2013 17:07:15 +0000 (10:07 -0700)]
Merge "resetting manifest requested domain to floor" into tizen

10 years agoMerge "resetting manifest requested domain to floor" into tizen
Ryan Ware [Mon, 8 Jul 2013 16:37:49 +0000 (09:37 -0700)]
Merge "resetting manifest requested domain to floor" into tizen

10 years agoMerge "removing chsmack" into tizen
Ryan Ware [Mon, 8 Jul 2013 16:36:22 +0000 (09:36 -0700)]
Merge "removing chsmack" into tizen

10 years agomake vconf-setup service after local-fs.target 33/5533/2 accepted/tizen/20130705.112431 submit/tizen/20130705.055135
Junfeng Dong [Thu, 4 Jul 2013 07:18:56 +0000 (15:18 +0800)]
make vconf-setup service after local-fs.target

   This is to avoid writing files before /var (and rootfs) is RW.

Change-Id: I0d4120ec672896ba872668d13292faafb7f53c0e
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
10 years agoremoving chsmack 38/5438/1
Alexandru Cornea [Wed, 3 Jul 2013 09:21:27 +0000 (12:21 +0300)]
removing chsmack

10 years agoresetting manifest requested domain to floor 62/5162/1
Alexandru Cornea [Mon, 1 Jul 2013 15:38:21 +0000 (18:38 +0300)]
resetting manifest requested domain to floor

10 years agoresetting manifest requested domain to floor 93/4493/1
Alexandru Cornea [Fri, 28 Jun 2013 14:15:00 +0000 (17:15 +0300)]
resetting manifest requested domain to floor

10 years agoRemove ghost ref to nonexisting var-run.mount 36/4336/1 accepted/tizen/20130627.194918 submit/tizen/20130627.192454
Rusty Lynch [Thu, 27 Jun 2013 19:05:25 +0000 (12:05 -0700)]
Remove ghost ref to nonexisting var-run.mount

Fix the systemd service file to not depend on a phantom mount

Change-Id: Iee58582fdd8b0c9f5e1d94a36034a98fcb8c0a7c

10 years agoAdd changelog 73/3973/1 submit/tizen/20130620.090141 submit/tizen/20130628.134615
Victor Hakoun [Wed, 12 Jun 2013 15:04:43 +0000 (17:04 +0200)]
Add changelog

10 years agoFix possible memory leak 72/3972/1
Victor Hakoun [Wed, 12 Jun 2013 15:01:06 +0000 (17:01 +0200)]
Fix possible memory leak

- see realloc man :
The realloc() function returns a pointer to the newly allocated memory, which is suitably aligned for any kind of variable and may be different from ptr, or NULL if the request fails.  If size was equal to 0, either NULL or a pointer suitable to be passed to free() is returned.  If realloc() fails the original block is left untouched; it is not freed or moved.

10 years agoFix string manipulation in x86_64 runtime 71/3971/1
Victor Hakoun [Wed, 12 Jun 2013 14:52:49 +0000 (16:52 +0200)]
Fix string manipulation in x86_64 runtime

10 years agoChanges : Fix rpmlint issue 00/3800/1 accepted/tizen/20130604.123334 submit/tizen/20130604.095624
Xavier Roche [Tue, 4 Jun 2013 09:54:11 +0000 (11:54 +0200)]
Changes : Fix rpmlint issue

10 years agoFix rpmlint issue 99/3799/1
Xavier Roche [Tue, 4 Jun 2013 09:52:41 +0000 (11:52 +0200)]
Fix rpmlint issue

  - Summary not capitalized

10 years agoAdd Changelog 67/3767/1 accepted/tizen/20130530.131259 submit/tizen/20130530.131328
Baptiste DURAND [Thu, 30 May 2013 13:02:11 +0000 (15:02 +0200)]
Add Changelog

10 years agoFix lib path in pc file and use _unitdir macro in spec file 66/3766/1
Baptiste DURAND [Thu, 30 May 2013 13:00:02 +0000 (15:00 +0200)]
Fix lib path in pc file and use _unitdir macro in spec file

11 years agoFix type error tizen_2.1 2.1b_release accepted/tizen/20130520.100940 accepted/tizen_2.1/20130425.035419 submit/tizen/20130517.044831 submit/tizen_2.1/20130424.230940
SeungYeup Kim [Fri, 22 Mar 2013 04:11:55 +0000 (13:11 +0900)]
Fix type error

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

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

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