summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Integration of the function 'tzplatform_isadmin'tizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_mobile/20141023.020242submit/tizen_ivi/20141009.999999submit/tizen_ivi/20141007.333333submit/tizen_common/20141006.073826accepted/tizen/mobile/20141023.022216accepted/tizen/ivi/20141010.005650accepted/tizen/common/20141006.142644tizen_3.0_ivitizen_3.0.m14.3_ivitizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonJosé Bollo1-1/+3
Change-Id: I777a68d6b30b38b36f6496b9a8411922ebb57fad Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-10-06Add TZ_SYS_ADMIN_GROUP=system :Stephen Clymans1-0/+1
Store the name of the privileged user group Currently named "system" Usefull for is_admin() feature Change-Id: I94457bda103edfe430e1ab39de001fe527b43a7a Signed-off-by: Stephen Clymans <stephen.clymans@open.eurogiciel.org>
2014-10-02TZ_SYS_DEFAULT_USER changed to 'guest'submit/tizen_common/20141002.171337accepted/tizen/common/20141002.171512Stephane Desneux1-1/+1
platform/upstream/setup now removed 'app' user. So TZ_SYS_DEFAULT_USER must be defined to an existing user. 'guest' seems appropriate for this. Change-Id: I27c7eb1862be43e154349615930a8d1ada35202d Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-02rpm/macros.tizen-platform: replace known paths by rpm macrosStephane Desneux1-1/+12
This is needed for Yocto builds: * /usr/share/man => %{_mandir} * /usr/share/info => %{_infodir} * /usr/share => %{_datadir} * /usr/bin => %{_bindir} * /usr/sbin => %{_sbindir} * /usr/include => %{_includedir} * /usr/lib => %{_libdir} * /usr => %{_prefix} * /etc => %{_sysconfdir} * /var => %{_var} Change-Id: Ic9b01d7ff4a13160175e6f8696d035a21979dccc Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-09-23Merge "Adding signature checking" into tizensubmit/tizen_ivi/20140924.063121submit/tizen_common/20141002.152605submit/tizen_common/20140926.081551accepted/tizen/common/20141002.152637accepted/tizen/common/20140926.081712Stéphane Desneux (sdx)4-14/+42
2014-09-23Adding signature checkingsubmit/tizen_ivi/20140926.000000submit/tizen_common/20140924.073135submit/tizen_common/20140923.154519accepted/tizen/ivi/20140927.095039accepted/tizen/common/20140924.112649José Bollo4-14/+42
The couple tizen-platform-wrapper/tizen-platform-config is intended to be a foundation of what is the tizen configuration. As such, each change of the set of keys SHOULD implies a full rebuild of tizen. It is what normally happens via the set of build dependencies. But some developper encountered problems because they were taking part of the system, having different versions of configuration. Especially, it happened was installing a fresh rpm built with GBS on an old image. This problem is reported in the following file: Bug-Tizen: TC-1626 This commit modify the behaviour of the generated library but doesn't modify its API. The new principle is to add a signup that it linked to the client and checked by the shared library. If the client's signup misfits library's one, a critical error is printed to using syslog and the program is aborted. Change-Id: If234efbcf998049c51246f58e94c06f706b40983 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-09-17add macro for run dir paths used by vconf.Ronan Le Martret1-0/+1
* for yocto compliance we add a definition for /var/run: TZ_SYS_RUN=/var/run It is mandatory for image creation. Change-Id: Ief553c6dc96f634391c8ed0811dc4cd9e9488062 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-09-10Define TZ_SYS_DEFAULT_USER for appfwsubmit/tizen_ivi/20140924.150732submit/tizen_ivi/20140924.000000submit/tizen_ivi/20140919.000000submit/tizen_common/20140916.203010accepted/tizen/ivi/20140925.212653accepted/tizen/common/20140917.103351Stephane Desneux1-0/+4
TZ_SYS_DEFAULT_USER defines the user to use when AMD must launch applications requested by system daemons running as root Change-Id: I48531b73a941d8e8ab32003fdfb5d1e6943b224f Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-09-02Merge "add TZ_SYS_GLOBALAPP_USER=tizenglobalapp" into tizensubmit/tizen_ivi/20140909.000000submit/tizen_common/20140902.141637accepted/tizen/ivi/20140909.103723accepted/tizen/common/20140902.160913Stéphane Desneux (sdx)1-1/+1
2014-09-02add TZ_SYS_GLOBALAPP_USER=tizenglobalappSabera Djelti (sdi2)1-1/+1
Change-Id: Iab065a30e68972c07c854142bc5df74e77926dec Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
2014-08-28Fix AUTHORSStephane Desneux1-0/+1
Change-Id: Iffe9bc2853cc784618cd2481f2ebbf62496f55e6 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-06-20add TZ_SYS_APP_PREINSTALL to support preinstallation process from IVI profiletizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi/20140626.144348submit/tizen_ivi/20140626.130032submit/tizen_ivi/20140626.125712submit/tizen_ivi/20140624.064036submit/tizen_ivi/20140623.000001submit/tizen_ivi/20140623.000000submit/tizen_common/20140621.113950accepted/tizen/common/20140621.114042tizen_3.0.m14.2_iviBaptiste DURAND1-0/+1
Change-Id: I6ed308939ef65fbc98b7f3c5bcf975854ed5581a Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
2014-06-16Add TZ_SYS_RO_ICONS TZ_SYS_Rw_ICONS TZ_USER_ICONSsubmit/tizen_ivi/20140622.000000submit/tizen_ivi/20140619.000000submit/tizen_ivi/20140618.000001submit/tizen_ivi/20140618.000000submit/tizen_common/20140616.165559accepted/tizen/common/20140616.170342Sabera Djelti (sdi2)1-0/+5
Change-Id: I4dc62c517f0d7196200ac2c42ffe718fccece0da Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
2014-06-13Multi Usersubmit/tizen_common/20140613.093136Baptiste DURAND1-1/+3
Add specific User directories For Desktop File For Manifest File Change-Id: I70c3731fa78074b1d564d735a0091b028501e5de Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org>
2014-06-13Merge "Add System Variable (TZ_SYS_RW_UG, TZ_SYS_RO_UG) and User Variable ↵Stéphane Desneux (sdesneux)1-0/+6
(TZ_USER_UG) in tizen-platform.meta file." into tizen
2014-06-13Merge "use pkgconfig on tizen-platform-wrapper" into tizenStéphane Desneux (sdesneux)3-18/+17
2014-06-12Add System Variable (TZ_SYS_RW_UG, TZ_SYS_RO_UG) and User Variable ↵Christophe Moreau1-0/+6
(TZ_USER_UG) in tizen-platform.meta file. Change-Id: I270691b4db512a9257d35e54b078a3bcdb7e982a Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
2014-05-26Merge "Enable Multiuser environment" into tizensubmit/tizen_common/20140602.071652submit/tizen_common/20140530.021300submit/tizen_common/20140529.194900submit/tizen_common/20140528.183233submit/tizen_common/20140527.145440Semun Lee1-66/+70
2014-05-26Merge "Clean spec file" into tizenSemun Lee1-17/+16
2014-05-16Enable Multiuser environmentsubmit/tizen_common/20140526.094642sandbox/sdx/develJean-Benoit MARTIN1-66/+70
Change-Id: I7ff4580348f10bef84e0f1469ba365c5e965cd22 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-05-14use pkgconfig on tizen-platform-wrapperRonan Le Martret3-18/+17
Change-Id: Iee4a980ed41c192d7f1861f8eb2f4e0312c04331 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-05-14Clean spec fileKévin THIERRY1-17/+16
* Use %reconfigure instead of %autogen * Replace tabs with spaces Change-Id: Ia35bb22912aae207acdfd63eb98ca590a65cc470 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-02-26Change path of TZ_SYS_SMACKsubmit/tizen/20140321.134107submit/tizen/20140303.142108accepted/tizen/mobile/20140702.070343accepted/tizen/ivi/panda/20140321.210812accepted/tizen/ivi/20140321.175133accepted/tizen/ivi/20140303.181331accepted/tizen/generic/20140321.134346accepted/tizen/generic/20140303.142201accepted/tizen_ivi_pandaaccepted/tizen_genericJean-Benoit MARTIN1-1/+1
/etc/smack -> /opt/etc/smack Change-Id: I2429c495b6402511f2afdf90f95575237e635904 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-01-22Update definition for groupesubmit/tizen_ivi_release/20140312.071119submit/tizen/20140312.070646submit/tizen/20140303.233643submit/tizen/20140124.130332accepted/tizen/mobile/20140304.031606accepted/tizen/mobile/20140124.175717accepted/tizen/ivi/release/20140312.121231accepted/tizen/ivi/panda/20140312.112212accepted/tizen/ivi/20140304.035058accepted/tizen/ivi/20140124.193535accepted/tizen/generic/20140312.094819accepted/tizen/generic/20140124.133523tizen_ivi_releaseaccepted/tizen_ivi_releaseaccepted/tizen/mobileaccepted/tizen/iviaccepted/tizen/genericJean-Benoit MARTIN1-1/+1
TZ_USER_GROUP -> TZ_SYS_USER_GROUP Change-Id: I352f7328de66e11a0e109afc5e811d8eb6f54a3f Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-01-22Add TZ_USER_LIVE variableJean-Benoit MARTIN1-0/+1
Change-Id: I4a61eda29de30be7846381fe75ef11c64a24a87e Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2014-01-16Updated definitions for APPssubmit/tizen/20140116.152725accepted/tizen/mobile/20140116.161511accepted/tizen/ivi/20140117.182030accepted/tizen/generic/20140116.153205José Bollo1-6/+6
Were renamed: TZ_USER_RW_APP -> TZ_USER_APP (/opt/usr/apps) TZ_USER_RO_APP -> TZ_SYS_RO_APP (/usr/apps) TZ_SYS_APP -> TZ_SYS_RW_APP (/opt/apps) Change-Id: I73c0718a2bd5c87f590fa27d1075ba283e7785f2 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2013-12-19add TZ_USER_DATA and TZ_USER_ETC variablessubmit/tizen/20131219.152240accepted/tizen/mobile/20131219.213108accepted/tizen/ivi/20131220.223139accepted/tizen/generic/20140106.140131Jean-Benoit MARTIN1-0/+2
Change-Id: I6637836f4dc9eb27e5207bf238b27e978155a6bf Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2013-12-18add TZ_SYS_WRT_CONF ,TZ_SDK_TOOLS and change value of TZ_SDK_HOMEJean-Benoit MARTIN1-1/+3
Change-Id: Icc7241f8e45012b144a2c582e8290154841b86f2 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2013-12-16adding TZ_SYS_STORAGE to metaJosé Bollo1-0/+1
Scanning code we found /opt/storage/sdcard. We are thinking that the it matches a need for the mount points of removable devices. Then we add here the variable TZ_SYS_STORAGE=/opt/storage. Change-Id: Ibdd8ba0b5b3df0798ddedad4a143eaa28cfbd9be Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2013-12-16Add TZ_SYS_APP_PREINSTALL for pre-install applicationJean-Benoit MARTIN1-0/+1
Change-Id: Ie909f51c82f26b4be2d1907f2234614ca20b4f9b Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2013-12-12Add new variables to metaJean-Benoit MARTIN1-0/+16
TZ_SYS_BIN TZ_SYS_SMACK TZ_SYS_RW_WIDGET TZ_SYS_RO_WIDGET TZ_SYS_RW_WRT_ENGINE TZ_SYS_RO_WRT_ENGINE TZ_SYS_RW_PACKAGES TZ_SYS_RO_PACKAGES Change-Id: I94177cda55d150e3672a12aa2eef07d24aac9827 Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
2013-12-09version 1.0submit/tizen/20131209.095907accepted/tizen/20131210.210032accepted/tizen/20131209.172540Stephane Desneux16-0/+813
Change-Id: I7d21bbc1374d64e83dc15884fe55c0403896f9af Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2013-12-04initial empty repoStephane Desneux1-0/+1
Change-Id: I30f20cf94f2ee9e7eff177d196e4fe6d3aa768d9 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>