From 613e33a194a4c5f8eeb1022073e73248afcf6c77 Mon Sep 17 00:00:00 2001 From: "jooseong.lee" Date: Fri, 9 May 2014 18:05:49 +0900 Subject: [PATCH] Modification about smack label of db file belong to process. [Problem] Most db files have 'floor' label. Because these are created when binary is built. No process can write db (since 'floor' label allows only read and execute) [Solution] Modify smack label based on below condition and three domain model Condition1. Assign domain of process creates db files Condition2. Assign domain of process uses db files. Change-Id: I8668afceb84a1f1d68b2714e5d0ca6c64f23b6e4 Signed-off-by: jooseong.lee --- packaging/syspopup.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/syspopup.manifest b/packaging/syspopup.manifest index c00c25b..8a4d6e2 100644 --- a/packaging/syspopup.manifest +++ b/packaging/syspopup.manifest @@ -2,4 +2,7 @@ + + + -- 2.7.4