Add smack directory
authorHyunbin Lee <hyunbin.lee@samsung.com>
Mon, 15 Apr 2013 07:42:08 +0000 (16:42 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Mon, 15 Apr 2013 10:22:04 +0000 (19:22 +0900)
Change-Id: Ica3c9fb1db5415c50ee85ae9973074a85977816c
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
src/io/FIo_FileImpl.cpp

index ce3749f..86cab34 100644 (file)
@@ -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 },