add security api which uses cynara 71/278071/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 11 May 2022 07:45:58 +0000 (16:45 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:08:26 +0000 (14:08 +0900)
commitaf46916b1a5db03b296ca4584587801becf071c5
tree7c6c9818a81925dab3eedd435133d8b5c1ddd000
parent6e434dd626e719af2ef4a311a1ff610a3f0c3455
add security api which uses cynara

The keyrouter and devicemgr has to check the privilege when display
server gets the requests from these extensions. For this, security api
support the previlege check with cynara.

Change-Id: I0daba1b5c8dc5e0e7e5fb4e145d9d720fbf3ee38
src/libds-tizen/meson.build
src/libds-tizen/util.h [new file with mode: 0644]
src/libds-tizen/util/meson.build [new file with mode: 0644]
src/libds-tizen/util/security.c [new file with mode: 0644]