It seems like WRT_SMACK_LABEL has been introduced accidentally in
commit
d264166d27f34c13f3b043876e3d1bb0b3b6cf50 which made WRT_SMACK_ENABLED
optional in cmake.
Change-Id: If0b3b1d6b74511bfa3577d847275d4f74532c8f3
Signed-off-by: Jacek Bukarewicz <j.bukarewicz@samsung.com>
bool TaskSmack::setLabelForSharedDir()
{
-#ifdef WRT_SMACK_LABEL
+#ifdef WRT_SMACK_ENABLED
/* /shared directory */
if(SECURITY_MANAGER_SUCCESS != security_manager_app_inst_req_add_path(m_p_req,
m_context.locations->getSharedRootDir().c_str(), SECURITY_MANAGER_PATH_PUBLIC_RO)) {