Add new functions to security-server API.
authorPawel Polawski <p.polawski@partner.samsung.com>
Fri, 25 Jan 2013 10:52:21 +0000 (11:52 +0100)
committerPawel Polawski <p.polawski@partner.samsung.com>
Thu, 31 Jan 2013 15:23:53 +0000 (16:23 +0100)
commite751d050febd183016497eeb6d4ef2a558bb3669
tree708f5d16403ac5880c931f2328ef0f95fdad9fba
parent9bc1614b789168b5b17a0d977ce0f08d809acf0d
Add new functions to security-server API.

[Issue#]        SSDWSSP-45
[Cause]         Implement new APIs for getting SMACK label
                of peer in security-server
[Problem]       Two new function needed in API. Both returns
                SMACK labels but ttaking another parameters.
                First uses cookie, second socked descriptor.
[Solution]      New functions added
[Verification]  Tests should not fail

Change-Id: I4ca044230f1cba1174b61abae6b7641e1bbfcdbc
src/security-srv/client/security-server-client.c
src/security-srv/communication/security-server-comm.c
src/security-srv/include/security-server-comm.h
src/security-srv/include/security-server.h
src/security-srv/server/security-server-main.c