diff options
author | Dongsun Lee <ds73.lee@samsung.com> | 2024-06-19 15:49:31 +0900 |
---|---|---|
committer | Dongsun Lee <ds73.lee@samsung.com> | 2024-06-19 15:53:02 +0900 |
commit | e5e552bc73743a5bcf65a064ddb7371a9a4c7cb0 (patch) | |
tree | fd7d5fba75d955d36e2e8fd92deb6c0d0aaf3269 /generic/model-config-iot.xml | |
parent | 62cbacfb28b0ddb6fd3a74a0386051cbb86bb79b (diff) | |
download | unified-model-config-e5e552bc73743a5bcf65a064ddb7371a9a4c7cb0.tar.gz unified-model-config-e5e552bc73743a5bcf65a064ddb7371a9a4c7cb0.tar.bz2 unified-model-config-e5e552bc73743a5bcf65a064ddb7371a9a4c7cb0.zip |
[ACR-1843] Fix webauthn feature valuesaccepted/tizen/unified/x/asan/20240625.091648accepted/tizen/unified/x/20240624.031855accepted/tizen/unified/toolchain/20240624.121226accepted/tizen/unified/dev/20240701.072750accepted/tizen/unified/20240621.010401
- Remove tizen.org/feature/security.webauthn from model-config-hal.xml.
- Change value to false in model-config-iot.xml.
The feature value will be true by the following building block commit
for headed.
https://review.tizen.org/gerrit/#/c/tools/building-blocks/+/313026/
Change-Id: I82e32d1fcd99f6549d1860ea10d9c981b0af0629
Diffstat (limited to 'generic/model-config-iot.xml')
-rw-r--r-- | generic/model-config-iot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml index 8e713bb..78a5e95 100644 --- a/generic/model-config-iot.xml +++ b/generic/model-config-iot.xml @@ -302,7 +302,7 @@ <key name="tizen.org/feature/vision.3d.pointcloud" type="bool">false</key> <key name="tizen.org/feature/vulkan.version.1_0" type="bool">true</key> <key name="tizen.org/feature/watch_app" type="bool">false</key> - <key name="tizen.org/feature/security.webauthn" type="bool">true</key> + <key name="tizen.org/feature/security.webauthn" type="bool">false</key> <key name="tizen.org/feature/web.ime" type="bool">false</key> <key name="tizen.org/feature/web.service" type="bool">false</key> <key name="tizen.org/feature/websetting" type="bool">true</key> |