Fixing bug with searching cookie and privileges in security-server.
authorPawel Polawski <p.polawski@partner.samsung.com>
Mon, 4 Feb 2013 16:50:45 +0000 (17:50 +0100)
committerPawel Polawski <p.polawski@partner.samsung.com>
Tue, 5 Feb 2013 08:08:42 +0000 (09:08 +0100)
commita5ac82e07f13ef170c6449ee7b2528605272f188
tree1c179b4b3407c82811e607660032dca1b066bbb2
parent07d51f2c6c0875c92a1dd70331f39a3ae9d8fb3a
Fixing bug with searching cookie and privileges in security-server.

[Issue#]        SSDWSSP-71
[Cause]         Fix bug with access to security-server API
                by some root processes.
[Problem]       Access to security server API returns error
                for alarm service.
[Solution]      Removed special treating root processes when searching
                cookies for caller.
[Verification]  Security-serwer should return no error while
                calling security_server_check_privilege()
                with correct parameters. Setting clock alarm should
                return no errors in DLOGUTIL.

Change-Id: I86a950afedd326c021ab00d7ba6a868034d647f9
src/security-srv/include/security-server-common.h
src/security-srv/server/security-server-cookie.c
src/security-srv/server/security-server-main.c