aboutsummaryrefslogtreecommitdiffstats
path: root/src/secmgr-wrap.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-16 11:46:06 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-16 11:46:06 +0100
commitf4c7d5544f91dc10539439e59e622cc40decda1a (patch)
tree4a0b4111b56e66b9bb985820d69e4f58a27100a7 /src/secmgr-wrap.c
parent494dce9b223d39571ec031bb66d118807ae917d1 (diff)
renamed API
Change-Id: I16752b327d5ee2be64d554d5ea1fa8d241644e51
Diffstat (limited to 'src/secmgr-wrap.c')
-rw-r--r--src/secmgr-wrap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/secmgr-wrap.c b/src/secmgr-wrap.c
index 87aa5a5..996f924 100644
--- a/src/secmgr-wrap.c
+++ b/src/secmgr-wrap.c
@@ -113,3 +113,8 @@ int secmgr_path_read_write(const char *pathname)
return addpath(pathname, SECURITY_MANAGER_PATH_RW);
}
+int secmgr_prepare_exec(const char *appid)
+{
+ return retcode(security_manager_prepare_app(appid));
+}
+