Modify read permission of VCONFKEY_SETAPPL_TIMEZONE_INT 38/298438/2 accepted/tizen/8.0/unified/20231005.093131 accepted/tizen/unified/20230912.013609 tizen_8.0_m2_release
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 7 Sep 2023 03:34:26 +0000 (12:34 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 11 Sep 2023 03:42:45 +0000 (12:42 +0900)
In the previous, the platform privilege is needed to read.
The needed privilege of VCONFKEY_SETAPPL_TIMEZONE is the public privilege.
This patch changes the privilege level to 'public' from 'privilege'.

Change-Id: I55866b6225652895b966a70a6c8312e512c6444d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
data/vconf-internal-setting-keys.xml
packaging/vconf-internal-keys.spec

index 9b987eb..fcbd605 100644 (file)
@@ -848,7 +848,7 @@ echo "Do Nothing on Wearable"
 echo "Do Nothing on TV"
 ]]></script>
   </vconfkey>
-  <vconfkey type="string" name="db/setting/timezone" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
+  <vconfkey type="string" name="db/setting/timezone" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SETAPPL_TIMEZONE_INT</header>
     <val>+9:00</val>
     <creator> Myoungjune Park </creator>
index 05cb2fa..f180403 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.187
+Version:    0.0.188
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0