diff options
author | Krzysztof Jackiewicz <k.jackiewicz@samsung.com> | 2024-06-17 16:41:38 +0200 |
---|---|---|
committer | Krzysztof Jackiewicz <k.jackiewicz@samsung.com> | 2024-06-19 12:20:26 +0200 |
commit | 1a863cd029238801bd4c5a992ce2a5b8dc79ba5f (patch) | |
tree | e94fa513fb5cae087867fe2e88688d2d90401500 | |
parent | ecbc62cccf5fd67de47ecf92313531c1dee8a70c (diff) | |
download | building-blocks-tizen_7.0.tar.gz building-blocks-tizen_7.0.tar.bz2 building-blocks-tizen_7.0.zip |
[ACR-1843] Update WebAuthn subdomainaccepted/tizen/7.0/unified/20240628.105700tizen_7.0accepted/tizen_7.0_unified
Add feature: http://tizen.org/feature/security.webauthn
Conflict with headless preset
Change-Id: I283ada86b4d4fc976037c73c41db19311b8fcf24
-rw-r--r-- | packaging/domain-apis-security.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/domain-apis-security.inc b/packaging/domain-apis-security.inc index d5e63c7..dc68c9e 100644 --- a/packaging/domain-apis-security.inc +++ b/packaging/domain-apis-security.inc @@ -94,6 +94,9 @@ The Privacy Privilege Manager provides functions for privacy privileged app. It Summary: WebAuthn Requires: libwebauthn-client Requires: webauthn-ble +Conflicts: %{name}-root-Preset_iot_headless %description sub2-domain_API-Security-WebAuthn The WebAuthn provides APIs for accessing public key credentials. It allows an app to authenticate an user without password. %files sub2-domain_API-Security-WebAuthn +%posttrans sub2-domain_API-Security-WebAuthn +%tizen_feature tizen.org/feature/security.webauthn true |