New API for permission checking
authorMarcin Lis <m.lis@samsung.com>
Tue, 8 Oct 2013 09:41:06 +0000 (11:41 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 14 Nov 2013 13:19:51 +0000 (14:19 +0100)
commit5c0520bc674d47598d82eb5ce064ba5e402b5341
tree90aede4edcd4d7252fa6fea6f21ad9556acdb9ed
parentb99155c24f57ca1d2b7e7cd5c603b0837585a188
New API for permission checking

[Issue#]       SSDWSSP-527
[Feature]      Introduce new API function.
[Cause]        New API will improve the performance while checking
               app permissions. It is also needed by Security Server.
[Solution]     One new API function is added, which enables user to check
               whether an app with given label has enabled permission
               specified by name.
[Verification] Build, install & run tests.

Change-Id: I4c068f593c585d5a16e2ca9f72666aea79fafcab
include/privilege-control.h
include/rules-db-internals.h
include/rules-db.h
src/privilege-control.c
src/rules-db-internals.c
src/rules-db.c