From 25df676cb4e280989b182b733165609d320fc7bb Mon Sep 17 00:00:00 2001 From: Hyunbin Lee Date: Mon, 15 Apr 2013 16:42:08 +0900 Subject: [PATCH] Add smack directory Change-Id: Ica3c9fb1db5415c50ee85ae9973074a85977816c Signed-off-by: Hyunbin Lee --- src/io/FIo_FileImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/io/FIo_FileImpl.cpp b/src/io/FIo_FileImpl.cpp index ce3749f..86cab34 100644 --- a/src/io/FIo_FileImpl.cpp +++ b/src/io/FIo_FileImpl.cpp @@ -796,6 +796,7 @@ _FileImpl::FinalizeDataCaging(const String& appRootPath) // for 2.0 app //{ "./packaging" }, { "./proc" }, { "./sbin" }, + { "./smack" }, { "./srv" }, { "./sys/kernel/debug" }, { "./sys" }, @@ -1176,6 +1177,7 @@ _FileImpl::CreateSlpDirectories(void) //{ "./packaging", 0000, false }, { "./proc", 0000, false }, { "./sbin", 0000, false }, + { "./smack", 0000, false }, { "./srv", 0000, false }, { "./sys", 0000, false }, { "./tmp", 0000, false }, -- 2.7.4