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>
Thu, 6 Feb 2014 16:09:35 +0000 (17:09 +0100)
commit59c8d0e47b83cf503f581cf25d2ab79b72eb2641
treec7adea0fc3369449b88b41a18c50e98bd3017023
parent92baa6303b3900f004c04430e52e7d154fa3a588
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