New path types for application installation in security-manager
[platform/core/security/security-manager.git] / src / cmd / security-manager-cmd.cpp
index 0f4b85f..4b8fb91 100644 (file)
@@ -40,9 +40,8 @@ namespace po = boost::program_options;
 IMPLEMENT_SAFE_SINGLETON(SecurityManager::Log::LogSystem);
 
 static std::map <std::string, enum app_install_path_type> app_install_path_type_map = {
-    {"private", SECURITY_MANAGER_PATH_PRIVATE},
-    {"public", SECURITY_MANAGER_PATH_PUBLIC},
-    {"public_ro", SECURITY_MANAGER_PATH_PUBLIC_RO}
+    {"writable", SECURITY_MANAGER_PATH_RW},
+    {"readable", SECURITY_MANAGER_PATH_RO}
 };
 
 static std::map <std::string, enum security_manager_user_type> user_type_map = {