Add API for install antivirus (app_register_av API function). Add abstract layer...
authorJanusz Kozerski <j.kozerski@samsung.com>
Mon, 8 Apr 2013 09:31:22 +0000 (11:31 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 17 Apr 2013 19:34:38 +0000 (21:34 +0200)
commit3e017c7eab512d46418b203c84c9caf4a59d8c11
treeff21b4c4e504b0d7c79d194588f577224fcde62d
parent4f6e4100ab7f8178c9152be0697b92c317ae15e6
Add API for install antivirus (app_register_av API function). Add abstract layer to libprivilege database.

[Issue#]       SSDWSSP-176
[Feature]      New function: int app_register_av(const char* app_av_id)
[Cause]        Needed to grant an anti virus access to all others app installed in system.
[Solution]     N/A
[Verification] Build, install, reboot, run libprivilege-control tests.

Change-Id: Iaf95c89fc6a7f40240f0ba3c86bce106424935a9
.privilege_control_all_apps_id.db [new file with mode: 0644]
.privilege_control_all_avs_id.db [new file with mode: 0644]
CMakeLists.txt
include/access-db.h [new file with mode: 0644]
include/privilege-control.h
packaging/libprivilege-control-conf.manifest
packaging/libprivilege-control.spec
src/access-db.c [new file with mode: 0644]
src/privilege-control.c