add security api which uses cynara 85/278185/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:58:36 +0000 (14:58 +0900)
commitfc468ef9c026c6fc4910de018f81d90cb905d617
tree2fe0fa2545bb99f9f27a584a094e1e7d390949c6
parent6c6e5e02b50d4c1855981f6bd8df71754f71db40
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: I6086e60e9d611de219b05856da6668bd7510cdc4
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]