Merge "Add a new vconfkey (VCONFKEY_STC_FIREWALL_LOCK_STATE)" into tizen submit/tizen/20180920.053526
authorDonghun Kwak <dh0128.kwak@samsung.com>
Thu, 20 Sep 2018 05:31:55 +0000 (05:31 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 20 Sep 2018 05:31:55 +0000 (05:31 +0000)
data/vconf-internal-stc-keys.xml

index f1d10c3..b5c99fd 100644 (file)
@@ -8,4 +8,16 @@
     <email>hyunuk.tak@samsung.com</email>
     <comment><![CDATA[ ]]></comment>
   </vconfkey>
+  <vconfkey type="int32" name="db/stc/firewall_lock_state" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
+    <header>VCONFKEY_STC_FIREWALL_LOCK_STATE</header>
+    <val>-1</val>
+    <creator>Hyunuk Tak</creator>
+    <email>hyunuk.tak@samsung.com</email>
+    <comment><![CDATA[ ]]></comment>
+    <enumlist>
+      <enumdata value="0">STC_FIREWALL_LOCK_STATE_INIT</enumdata>
+      <enumdata value="1">STC_FIREWALL_LOCK_STATE_UNSET</enumdata>
+      <enumdata value="2">STC_FIREWALL_LOCK_STATE_SET</enumdata>
+    </enumlist>
+  </vconfkey>
 </vconfkeylists>