From: Dariusz Michaluk Date: Fri, 17 May 2024 11:32:22 +0000 (+0200) Subject: Add core privilege: keymanager.extended X-Git-Tag: accepted/tizen/8.0/unified/20240614.162125~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6748d2edccd5ac177bd5d935d60c85f06ce2ec6;p=platform%2Fcore%2Fsecurity%2Fprivilege-checker.git Add core privilege: keymanager.extended - keymanager.extended (platform level): app can use extended CKMC API Change-Id: I567fe10fbcc62a2a09b3171f23caed8a5161e579 --- diff --git a/capi/res/dbspace/core_privilege_info.csv b/capi/res/dbspace/core_privilege_info.csv index b32d281..a51e4ab 100644 --- a/capi/res/dbspace/core_privilege_info.csv +++ b/capi/res/dbspace/core_privilege_info.csv @@ -67,6 +67,7 @@ core,public,yes,http://tizen.org/privilege/internet,,IDS_TPLATFORM_BODY_ACCESSIN core,platform,yes,http://tizen.org/privilege/keygrab,,IDS_TPLATFORM_HEADER_CAPTURING_SPECIAL_KEY_EVENTS,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_READ_ACTIONS_INVOLVING_SPECIAL_KEYS_SUCH_AS_THE_VOLUME_KEYS_MSG,IDS_TPLATFORM_BODY_HARDWARE_CONTROLS_ABB core,public,yes,http://tizen.org/privilege/keymanager,,IDS_TPLATFORM_BODY_USING_SECURE_REPOSITORY_M_NOUN,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_SAVE_KEYS_CERTIFICATES_AND_DATA_TO_AND_RETRIEVE_MSG,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB core,platform,yes,http://tizen.org/privilege/keymanager.admin,,IDS_TPLATFORM_BODY_LOCKING_UNLOCKING_SECURE_REPOSITORY_M_NOUN,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_LOCK_AND_UNLOCK_PASSWORD_PROTECTED_STORAGE_AND_MANAGE_PASSWORD_CHANGES_FOR_IT,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB +core,platform,yes,http://tizen.org/privilege/keymanager.extended,,IDS_TPLATFORM_BODY_USING_EXTENDED_SECURE_REPOSITORY_M_NOUN,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_USE_EXTENDED_SECURE_REPOSITORY,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB core,public,yes,http://tizen.org/privilege/led,,IDS_TPLATFORM_BODY_MANAGING_LEDS_M_NOUN,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_TURN_LEDS_ON_OR_OFF_SUCH_AS_THE_LED_ON_THE_FRONT_OF_THE_DEVICE_AND_THE_CAMERA_FLASH,IDS_TPLATFORM_BODY_HARDWARE_CONTROLS_ABB core,public,yes,http://tizen.org/privilege/location,,IDS_TPLATFORM_BODY_USING_USER_LOCATION,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_USE_YOUR_LOCATION_DATA,IDS_TPLATFORM_OPT_LOCATION_T_LBS core,public,yes,http://tizen.org/privilege/location.coarse,,IDS_TPLATFORM_HEADER_DETERMINING_APPROXIMATE_LOCATION,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_DETERMINE_YOUR_APPROXIMATE_LOCATION_INCLUDING_YOUR_DEVICES_MSG,IDS_TPLATFORM_OPT_LOCATION_T_LBS diff --git a/capi/res/dbspace/core_privilege_mapping.csv b/capi/res/dbspace/core_privilege_mapping.csv index 74a1e6e..1da175f 100644 --- a/capi/res/dbspace/core_privilege_mapping.csv +++ b/capi/res/dbspace/core_privilege_mapping.csv @@ -71,6 +71,7 @@ common,http://tizen.org/privilege/inputgenerator,2.3,99.9,http://tizen.org/privi common,http://tizen.org/privilege/internet,2.3,99.9,http://tizen.org/privilege/internet common,http://tizen.org/privilege/keygrab,2.3,99.9,http://tizen.org/privilege/keygrab common,http://tizen.org/privilege/keymanager,2.3,99.9,http://tizen.org/privilege/keymanager +common,http://tizen.org/privilege/keymanager.extended,2.3,99.9,http://tizen.org/privilege/keymanager.extended common,http://tizen.org/privilege/led,2.3,99.9,http://tizen.org/privilege/led common,http://tizen.org/privilege/location,2.3,99.9,http://tizen.org/privilege/location common,http://tizen.org/privilege/location,2.3,99.9,http://tizen.org/privilege/internal/buxton/location diff --git a/capi/res/string/en.po b/capi/res/string/en.po index 0a1e8d4..90bb711 100644 --- a/capi/res/string/en.po +++ b/capi/res/string/en.po @@ -400,6 +400,9 @@ msgstr "This application can install and uninstall application packages, and cle msgid "IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_LOCK_AND_UNLOCK_PASSWORD_PROTECTED_STORAGE_AND_MANAGE_PASSWORD_CHANGES_FOR_IT" msgstr "This application can lock and unlock password-protected storage, and manage password changes for it." +msgid "IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_USE_EXTENDED_SECURE_REPOSITORY" +msgstr "This application can use extended secure repository." + msgid "IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_LOCK_THE_DEVICE" msgstr "This application can lock the device." @@ -754,6 +757,9 @@ msgstr "Using NFC common features" msgid "IDS_TPLATFORM_BODY_USING_SECURE_REPOSITORY_M_NOUN" msgstr "Using secure repository" +msgid "IDS_TPLATFORM_BODY_USING_EXTENDED_SECURE_REPOSITORY_M_NOUN" +msgstr "Using extended secure repository" + msgid "IDS_TPLATFORM_BODY_USING_UNRESTRICTED_BLUETOOTH_SERVICES_M_NOUN" msgstr "Using unrestricted Bluetooth services"