[Ode] Fix wrong privilege 94/99594/1
authorSeok Hong <seok85.hong@samsung.com>
Wed, 23 Nov 2016 09:41:59 +0000 (18:41 +0900)
committerSeok Hong <seok85.hong@samsung.com>
Wed, 23 Nov 2016 10:24:24 +0000 (19:24 +0900)
Change-Id: I577bc4f6622bd1bb642f3a2c4cf183fd2bd22d14
Signed-off-by: Seok Hong <seok85.hong@samsung.com>
data/vconf-internal-ode-keys.xml

index e139dce..cfda489 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <vconfkeylists>
   <filedef name="__VCONF_INTERNAL_ODE_KEYS_H__"/>
-  <vconfkey type="string" name="db/sde/crypto_state" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/sde/crypto_state" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SDE_CRYPTO_STATE</header>
     <val>unencrypted</val>
     <creator>Seok Hong</creator>
@@ -13,7 +13,7 @@
     "error_partially_encrypted" : Error during encryption need wipe
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/sde/crypto_type" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/sde/crypto_type" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SDE_CRYPTO_TYPE</header>
     <val>none</val>
     <creator>Seok Hong</creator>
@@ -25,7 +25,7 @@
     "none" : No function
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/sde/encrypt_progress" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/sde/encrypt_progress" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SDE_ENCRYPT_PROGRESS</header>
     <val>0</val>
     <creator>Seok Hong</creator>
@@ -35,7 +35,7 @@
     0 to 100: As a String
     ]]></comment>
   </vconfkey>
-  <vconfkey type="bool" name="db/sde/encrypt_newfile" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="bool" name="db/sde/encrypt_newfile" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SDE_ENCRYPT_NEWFILE</header>
     <val>0</val>
     <creator>Seok Hong</creator>
@@ -46,7 +46,7 @@
     1 - New file encryption Enable
     ]]></comment>
   </vconfkey>
-  <vconfkey type="bool" name="db/sde/exclude_mediafile" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="bool" name="db/sde/exclude_mediafile" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SDE_EXCLUDE_MEDIAFILE</header>
     <val>0</val>
     <creator>Seok Hong</creator>
@@ -57,7 +57,7 @@
     1 - Exclude media file Enable.
     ]]></comment>
   </vconfkey>
-  <vconfkey type="int32" name="db/sde/encrypt_size" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="int32" name="db/sde/encrypt_size" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ENCRYPT_NEEDED_SIZE</header>
     <val>0</val>
     <creator>Seok Hong</creator>
@@ -67,7 +67,7 @@
     size - needed space
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/ode/crypto_state" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/ode/crypto_state" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ODE_CRYPTO_STATE</header>
     <val>unencrypted</val>
     <creator>Seok Hong</creator>
@@ -79,7 +79,7 @@
     "error_partially_encrypted" : Error during encryption need wipe
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/ode/crypto_type" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/ode/crypto_type" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ODE_CRYPTO_TYPE</header>
     <val>none</val>
     <creator>Seok Hong</creator>
@@ -91,7 +91,7 @@
     "none" : No function
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/ode/crypto_blkdev" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/ode/crypto_blkdev" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ODE_CRYPTO_BLKDEV</header>
     <val>nodev</val>
     <creator>Seok Hong</creator>
     /dev/dm-0 - crypto block dev as an example
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="db/ode/encrypt_progress" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="db/ode/encrypt_progress" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ODE_ENCRYPT_PROGRESS</header>
     <val>0</val>
     <creator>Seok Hong</creator>
     0 to 100: As a String
     ]]></comment>
   </vconfkey>
-  <vconfkey type="bool" name="db/ode/fast_encryption" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="bool" name="db/ode/fast_encryption" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ODE_FAST_ENCRYPTION</header>
     <val>0</val>
     <creator>Seok Hong</creator>
     1 - Fast Encryption Enable
     ]]></comment>
   </vconfkey>
-  <vconfkey type="string" name="memory/ode/secure_erase" readPriv="http://tizen.org/privilege/internal/buxton" writePriv="http://tizen.org/privilege/internal/buxton">
+  <vconfkey type="string" name="memory/ode/secure_erase" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_ODE_ERASE_PROGRESS</header>
     <val>0</val>
     <creator>Seok Hong</creator>