Implemet data control solution for OSP apps.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 22 Apr 2013 15:02:45 +0000 (17:02 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 6 Feb 2014 16:05:08 +0000 (17:05 +0100)
commit64fc8e6fb763ed1a1267ae14e00bb4d431d8a07b
treef14f77724b016cf11c47b6dd61a6b3d25502709a
parent7642fa2a7b130674cea200dbf35c380e38254d55
Implemet data control solution for OSP apps.

Function security_server_app_give_access may be called only by
priviledge process (process must have "rw" access to
"security-server::api-data-share"). In current implemnetation security
check is made in user space. It should be moved to kernel space by
creating separate socket with "security-server::api-data-share" label.

[Issue#]   SSDWSSP-177
[Bug]      N/A
[Cause]    OPS application need to share memory.
[Solution] Add cross rules between OSP application.

[Verification] Build.

Change-Id: Ie6bad6e924bbcd1b37af58cb7650f65bebd5d57c
src/server/security-server-main.c