summaryrefslogtreecommitdiffstats
path: root/src/secmgr-wrap.c
diff options
context:
space:
mode:
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));
+}
+