Move init of SmackAuditLog to security-server.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 25 Nov 2013 10:24:46 +0000 (11:24 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:13:23 +0000 (17:13 +0100)
commitfcb9a3bc5a1772ab51368db9e59c83f89d77aea3
tree74a7c499140dad2674980d14ff8e5bedb8f459f5
parent66338a9ad316152fa2f2be6a064467dc22dbcf39
Move init of SmackAuditLog to security-server.

In old implementation SmackAuditLog was always added to provider list
and it cause problem inside security-server-client library because
process that loaded this library was not allowed to access smack log
files.

[Issue#]      N/A
[Problem/Bug] Lots of SMACK deny logs in audit files.
[Cause]       Unecessary initialization of SmackAuditLog inside client-library.
[Solution]    Remove SmackAuditLog from client.

[Verification] Build, run tests.

Change-Id: I08b5bcfe0a539d73f8c38b0fe234476b5c679631
src/server/dpl/log/src/log.cpp
src/server/main/server2-main.cpp