Set Smack label "*" for /tmp and /var/tmp. 60/23060/1 accepted/tizen/common/20140723.152647 submit/tizen/20140703.162317
authorRafal Krypa <r.krypa@samsung.com>
Mon, 16 Jun 2014 15:39:00 +0000 (17:39 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 16 Jun 2014 15:39:43 +0000 (17:39 +0200)
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>
packaging/filesystem.manifest

index 36d435c..3cfcd1e 100644 (file)
@@ -5,5 +5,7 @@
  <assign>
     <filesystem path="/etc" label="System::Shared" type="transmutable" />
     <filesystem path="/var/log" label="System::Log" type="transmutable" />
+    <filesystem path="/tmp" label="*" />
+    <filesystem path="/var/tmp" label="*" />
  </assign>
 </manifest>