From bb427620eb6e2945d94f0f7d201ba3862723a88f Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Wed, 23 Mar 2016 14:36:51 +0900 Subject: [PATCH] Add core privilege: vpnservice, vpnservice.admin Change-Id: I0dfa280dfc4de1bfee89cf9b1f9d4a2a518df6ef Signed-off-by: Yunjin Lee --- capi/res/dbspace/core_privilege_info.csv | 2 ++ capi/res/dbspace/core_privilege_mapping.csv | 2 ++ 2 files changed, 4 insertions(+) diff --git a/capi/res/dbspace/core_privilege_info.csv b/capi/res/dbspace/core_privilege_info.csv index 62b2d50..ed2ad98 100644 --- a/capi/res/dbspace/core_privilege_info.csv +++ b/capi/res/dbspace/core_privilege_info.csv @@ -122,6 +122,8 @@ mobile,core,platform,2.3,9.9,yes,http://tizen.org/privilege/tethering.admin,no,N common,core,public,3,9.9,yes,http://tizen.org/privilege/use_ir,no,N/A,,IDS_ST_HEADER_USING_INFRARED_TRANSMITTER,IDS_ST_BODY_THIS_APPLICATION_CAN_USE_THE_INFRARED_TRANSMITTER,IDS_TPLATFORM_BODY_HARDWARE_CONTROLS_ABB,, mobile,core,public,2.3,9.9,yes,http://tizen.org/privilege/volume.set,no,N/A,,IDS_TPLATFORM_HEADER_ADJUSTING_VOLUME,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_ADJUST_THE_VOLUME_FOR_DIFFERENT_FEATURES_SUCH_AS_NOTIFICATION_ALERTS_RINGTONES_AND_MEDIA,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB,, wearable,core,public,2.3.1,9.9,yes,http://tizen.org/privilege/volume.set,no,N/A,,IDS_TPLATFORM_HEADER_ADJUSTING_VOLUME,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_ADJUST_THE_VOLUME_FOR_DIFFERENT_FEATURES_SUCH_AS_NOTIFICATION_ALERTS_RINGTONES_AND_MEDIA,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB,, +common,core,public,3,9.9,yes,http://tizen.org/privilege/vpnservice,no,N/A,,IDS_TPLATFORM_HEADER_MANAGING_VPN_HVIRTUAL_PRIVATE_NETWORK,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_MANAGE_THE_VPN_HVIRTUAL_PRIVATE_NETWORK_AND_CHANGE_ITS_SETTINGS,IDS_TPLATFORM_BODY_NETWORK_CONNECTIONS_ABB,, +common,core,platform,3,9.9,yes,http://tizen.org/privilege/vpnservice.admin,no,N/A,,IDS_TPLATFORM_HEADER_ENABLING_DISABLING_VPN_HVIRTUAL_PRIVATE_NETWORK_FUNCTIONS,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_ENABLE_AND_DISABLE_THE_VPN_HVIRTUAL_PRIVATE_NETWORK_FUNCTIONS,IDS_TPLATFORM_BODY_NETWORK_CONNECTIONS_ABB,, mobile,core,platform,2.3,9.9,yes,http://tizen.org/privilege/web-history.admin,yes,USERHISTORY,,IDS_TPLATFORM_HEADER_MANAGING_INTERNET_HISTORY,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_MANAGE_YOUR_INTERNET_HISTORY,IDS_TPLATFORM_BODY_PERSONAL_INFORMATION_ABB,, common,core,public,2.3.1,9.9,yes,http://tizen.org/privilege/widget.viewer,no,N/A,,IDS_TPLATFORM_HEADER_SHOWING_WIDGETS,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_SHOW_WIDGETS_AND_INFORMATION_FROM_THEIR_ASSOCIATED_APPLICATIONS_ON_THE_HOME_SCREEN,IDS_TPLATFORM_BODY_SYSTEM_SETTINGS_ABB,, mobile,core,public,2.3,9.9,yes,http://tizen.org/privilege/wifidirect,no,N/A,,IDS_TPLATFORM_HEADER_MANAGING_WI_FI_DIRECT_INFORMATION,IDS_TPLATFORM_BODY_THIS_APPLICATION_CAN_ENABLE_AND_DISABLE_WI_FI_DIRECT_MANAGE_WI_FI_DIRECT_CONNECTIONS_AND_CHANGE_WI_FI_DIRECT_SETTINGS,IDS_TPLATFORM_BODY_HARDWARE_CONTROLS_ABB,, diff --git a/capi/res/dbspace/core_privilege_mapping.csv b/capi/res/dbspace/core_privilege_mapping.csv index a930bdb..573b8ce 100644 --- a/capi/res/dbspace/core_privilege_mapping.csv +++ b/capi/res/dbspace/core_privilege_mapping.csv @@ -150,6 +150,8 @@ wearable,http://tizen.org/privilege/telephony.admin,2.3.1,9.9,http://tizen.org/p mobile,http://tizen.org/privilege/tethering.admin,2.3,9.9,http://tizen.org/privilege/tethering.admin common,http://tizen.org/privilege/use_ir,3,9.9,http://tizen.org/privilege/use_ir mobile,http://tizen.org/privilege/volume.set,2.3,9.9,http://tizen.org/privilege/volume.set +common,http://tizen.org/privilege/vpnservice,3,9.9,http://tizen.org/privilege/vpnservice +common,http://tizen.org/privilege/vpnservice.admin,3,9.9,http://tizen.org/privilege/vpnservice.admin wearable,http://tizen.org/privilege/volume.set,2.3.1,9.9,http://tizen.org/privilege/volume.set mobile,http://tizen.org/privilege/web-history.admin,2.3,9.9,http://tizen.org/privilege/web-history.admin common,http://tizen.org/privilege/widget.viewer,2.3.1,9.9,http://tizen.org/privilege/widget.viewer -- 2.7.4