From: Hyunbin Lee Date: Mon, 15 Apr 2013 07:42:08 +0000 (+0900) Subject: Add smack directory X-Git-Tag: accepted/tizen_2.1/20130425.034849~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25df676cb4e280989b182b733165609d320fc7bb;p=framework%2Fosp%2Fappfw.git Add smack directory Change-Id: Ica3c9fb1db5415c50ee85ae9973074a85977816c Signed-off-by: Hyunbin Lee --- 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 },