Add SMACK_LOG in client_has_access.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 8 May 2013 14:29:05 +0000 (16:29 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 13 May 2013 10:06:49 +0000 (12:06 +0200)
commit9783bd337c47329124d6cac28cd6b95e47657be4
tree5e8c507430a4b0e93e6cf3f78b190e8b23693759
parent0c53ed4bc172d359384d1c113169123efa657533
Add SMACK_LOG in client_has_access.

Security-server must inform that client does not have access to
some service provided by him.

Fix problem with random pid client in security-server logs.

[Issue#]   SSDWSSP-226
[Bug]      Security server shows rundom value as client pid.
[Cause]    Function responsible for client pid extraction wass comment out.
[Solution] N/A

[Verification] Run test. Check logs. Pid of client process should be
shown correctly.

Change-Id: Ifdb0712b1d6f22a71a3e90b2264666f0ec7146da
src/communication/security-server-comm.c
src/server/security-server-main.c