summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/access_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/access_control.h b/include/access_control.h
index 58f8de99..04a49993 100755
--- a/include/access_control.h
+++ b/include/access_control.h
@@ -27,7 +27,7 @@
#define INHOUSE_UID tzplatform_getuid(TZ_USER_NAME);
static inline int __set_access(const char* pkg_name, const char* pkg_type, const char* app_path)
{
- return set_app_privilege(pkg_name, pkg_type, app_path);
+ return perm_app_set_privilege(pkg_name, pkg_type, app_path);
}
#else