X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsimulation%2Fsecurity-manager.h;h=9e70f221ac0e2ac0bdc2069c3765341c0c4cf8db;hb=3a2efc3143d89d036794f2d8274794482cb2c961;hp=36b1b3208189060153e9d9269c2bc3b2b39fab0a;hpb=7fe0c07848ae028f10e32bca777d05fbc404b152;p=src%2Fapp-framework-main.git diff --git a/src/simulation/security-manager.h b/src/simulation/security-manager.h index 36b1b32..9e70f22 100644 --- a/src/simulation/security-manager.h +++ b/src/simulation/security-manager.h @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016, 2017 IoT.bzh + Copyright (C) 2015-2020 IoT.bzh Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,9 +25,11 @@ enum lib_retcode { SECURITY_MANAGER_ERROR_ACCESS_DENIED }; enum app_install_path_type { + SECURITY_MANAGER_PATH_PRIVATE, + SECURITY_MANAGER_PATH_PUBLIC, SECURITY_MANAGER_PATH_PUBLIC_RO, + SECURITY_MANAGER_PATH_RW, SECURITY_MANAGER_PATH_RO, - SECURITY_MANAGER_PATH_RW }; typedef void app_inst_req; static int diese = 0;