Implemet data control solution for OSP apps.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 22 Apr 2013 15:02:45 +0000 (17:02 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 25 Apr 2013 12:51:43 +0000 (14:51 +0200)
commitdaa4869d994d7d5de822debcbaff7f1e671f18ef
treee6860cadb9a88ea6780cd69a959ec144b9ce4f38
parent8bdb8466737abbbf2e19f2cbab3b858a18be49aa
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