X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsecmgr-wrap.c;h=996f924cfbdc5b8737f2f6b9c8a639187e0b581b;hb=f4c7d5544f91dc10539439e59e622cc40decda1a;hp=40c06b0846b0a41e98e937b777530c7d494495a6;hpb=e2de563d1ecb4585ce68521bd42f3ef45ac79f16;p=src%2Fapp-framework-main.git diff --git a/src/secmgr-wrap.c b/src/secmgr-wrap.c index 40c06b0..996f924 100644 --- a/src/secmgr-wrap.c +++ b/src/secmgr-wrap.c @@ -17,7 +17,6 @@ #include #include #include -#include #include @@ -114,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)); +} +