X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsecmgr-wrap.c;h=996f924cfbdc5b8737f2f6b9c8a639187e0b581b;hb=f4c7d5544f91dc10539439e59e622cc40decda1a;hp=87aa5a5387b49effd1377e228755ca36c658f39b;hpb=41e3ea4dbae634ca13941d134e990d953b741c4b;p=src%2Fapp-framework-main.git 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)); +} +