summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Min Kang [Wed, 27 Jan 2016 04:46:36 +0000 (13:46 +0900)]
spec: change /var/run and /var/lock symlink
change /var/run and /var/lock symlink
for referencing correct path
/var/run -> /run
/var/lock -> /run/lock
Change-Id: I327f2d6c2b05403bd42f1dadce91645c0d3cba5d
Signed-off-by: Min Kang <min1023.kang@samsung.com>
Sangjung Woo [Thu, 29 Oct 2015 10:47:11 +0000 (19:47 +0900)]
Spec: Remove /usr/share/icons, /usr/apps & /usr/dbspace
This removes /usr/share/icons, /usr/apps & /usr/dbspace from package
since that is moved to tizen-platform-config package.
Change-Id: Ic6d06248f598441b9a198fd277b1cf0cc8a67860
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Yury Usishchev [Mon, 15 Sep 2014 10:35:59 +0000 (14:35 +0400)]
Revert "Enabling AArch64 directory structure"
This reverts commit
af883648637317923821d124520743299cf29394.
Change-Id: Id9acebc6990531fc801075ed2efc33c8c2ab031c
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
Vyacheslav Barinov [Tue, 5 Aug 2014 10:08:37 +0000 (14:08 +0400)]
Enabling AArch64 directory structure
We have only one libdir and set of symlinks:
/lib
/lib64
/usr/lib
/usr/lib64
point to one single directory
If some 32bit libraries are needed, they can be installed into
/lib32
/usr/lib32
which are also a single directory
Change-Id: I34dce8b5683aa3029a82eddba60a59d1fe23b070
Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
Rafal Krypa [Mon, 16 Jun 2014 15:39:00 +0000 (17:39 +0200)]
Set Smack label "*" for /tmp and /var/tmp.
Give full Smack permissions for public temp directories.
This actually doesn't matter as long as directory is a tmpfs mount point.
But /var/tmp isn't, at least on Tizen:Common emulator image. Before this
change it was inaccessible and Crosswalk needs to write there.
Change-Id: I22b904906c8563fc33bd1da357f63b3caff04282
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
Jean-Benoit MARTIN [Fri, 4 Apr 2014 07:52:02 +0000 (09:52 +0200)]
Remove hardcoded path for multiuser support
Bug-Tizen: PTREL-395
Change-Id: I001f5ce8145d058964c06534821a443842f9debb
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Jean-Benoit MARTIN [Fri, 4 Apr 2014 07:44:34 +0000 (09:44 +0200)]
build in a pure X or wayland
Change-Id: I7874fb9df20c4793d549cac557f5346332ecf47b
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Casey Schaufler [Thu, 27 Feb 2014 05:31:30 +0000 (21:31 -0800)]
Add manifest to the spec file
The manifest is added to the spec file.
This points out that there are illegal characters in the
manifest file, so those are corrected too.
Change-Id: Iebea7e6ebcaef549e5300803e0140754a232b26d
Signed-off-by: Casey Schaufler <casey.schaufler@intel.com>
Casey Schaufler [Mon, 13 Jan 2014 20:44:06 +0000 (12:44 -0800)]
Set the Smack labels on /etc and /var/log so they are shared properly.
The /etc directory contains files (e.g. resolv.conf) that are
updated by System processes but that are read by User processes.
Setting /etc to transmutable System::Shared allows this.
The /var/log directory is used for log files from System and
User services. It gets labeled transmutable System::Log. Note
that the access by System and User are not transmutable. It is
possible that he transmuting will be required by some other
domain in the future.
Change-Id: Iefb0ccce462764415258166e167e1de1d3c6460a
Signed-off-by: Casey Schaufler <casey.schaufler@intel.com>
Łukasz Stelmach [Wed, 4 Dec 2013 16:26:28 +0000 (17:26 +0100)]
Add directory for Tizen applications
Create /usr/apps directory to ensure it doesn't get a label from a random
application package.
Change-Id: I752af145b1832f31f97e8015cc8540cc5ce68892
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Rusty Lynch [Tue, 26 Nov 2013 15:54:05 +0000 (07:54 -0800)]
Update changelog
Change-Id: I6c353a6eab50b4b0de3aa2375eb4f3cbcc3004f4
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Corentin Lecouvey [Tue, 26 Nov 2013 15:11:24 +0000 (16:11 +0100)]
TIVI-2017: create media and share directories
app user now owns /opt/usr/media and /opt/usr/share directories
and so can create subdirectories (i.e. 'Documents' and/or 'Ringtones')
if needed.
Those paths are part of the virtual roots which are verified
when loading a widget that requires tizen filesystem API.
Change-Id: If2491df4062316f95447c42fc13929da7a904ed7
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@eurogiciel.fr>
Rusty Lynch [Wed, 30 Oct 2013 20:31:14 +0000 (13:31 -0700)]
TIVI-2052: Create tizen dbspace directories
There are several middleware packages all racing create the dbspace
directories, and a few that assume that one of the other packages
already created the directories. This is expressing itself in an
image creation race where the web runtime will sometimes be installed
with a set of critical database files not created.
Since the dbspace directory structure (with /opt/dbspace considered
read-only to all but the preinstalled apps, and /opt/usr/dbspace used
for read-write access) is a fundamental part of the existing tizen
middleware design, then the base filesystem package should be the
thing creating and owning the directores.
Once the new multiuser design has landed then these directories will
likely no longer exist in a shared area.
Change-Id: I0ad7e7f1b8a79a676ddaeb927a844afed9885d9d
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
Michael Demeter [Tue, 23 Jul 2013 19:36:05 +0000 (12:36 -0700)]
Add the creation of the app user home directory and soft link
Add the developer home directory
Change-Id: I4cbebed3f65c14a8af0ac8eaf2de52cfe02d2786
Signed-off-by: Michael Demeter <michael.demeter@intel.com>
Anas Nashif [Fri, 14 Jun 2013 19:35:00 +0000 (15:35 -0400)]
add pkgconfig
Anas Nashif [Wed, 29 May 2013 08:10:32 +0000 (04:10 -0400)]
add /etc/ld.so.conf.d to default file system
Anas Nashif [Wed, 29 May 2013 08:09:40 +0000 (04:09 -0400)]
add /etc/ld.so.conf.d to default file system
Anas Nashif [Fri, 22 Mar 2013 17:59:53 +0000 (10:59 -0700)]
Fixed package groups
Anas Nashif [Tue, 5 Mar 2013 07:59:48 +0000 (23:59 -0800)]
Create /usr/share/help/*
Anas Nashif [Wed, 7 Nov 2012 16:41:39 +0000 (08:41 -0800)]
initial import