Cleanup security context after application termination. 08/166408/3
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 10 Jan 2018 05:33:55 +0000 (14:33 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 10 Jan 2018 23:05:36 +0000 (08:05 +0900)
commit38e9524a303fed2373c4b48258ebefe4fd9c83a1
treee491014e6c2a7f7a606d5b1f121c22c603ec4e1c
parent75105f9683e2f4665edc7c73fd2f3775caec05d4
Cleanup security context after application termination.

security_manager_prepare_app() and security_manager_cleanup_app()
are a pair of functions to setup/clean security context of application.

Each application is launched in a separate mount namespace and
linked to this namespace.
Such design allows to change privacy privilege status at app runtime.
After application termination this link should be removed.

Change-Id: I96bb6b88d3822d736e2985c750ec5697165abef2
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad.c