diff options
author | jooseong.lee <jooseong.lee@samsung.com> | 2014-05-09 19:10:46 +0900 |
---|---|---|
committer | jooseong lee <jooseong.lee@samsung.com> | 2014-05-09 03:10:46 -0700 |
commit | 9e04f2ef28b40e54ff9420e9843b8e516db25ad3 (patch) | |
tree | 775639457daf334add842be323f18bca165ecbe7 | |
parent | f51e42a8bf83ca796d866d1ceed833977da6158e (diff) | |
download | aul-1-9e04f2ef28b40e54ff9420e9843b8e516db25ad3.tar.gz aul-1-9e04f2ef28b40e54ff9420e9843b8e516db25ad3.tar.bz2 aul-1-9e04f2ef28b40e54ff9420e9843b8e516db25ad3.zip |
Modification about smack label of db file belong to process.submit/tizen/20140516.061434accepted/tizen/mobile/20140602.132704accepted/tizen/ivi/20140521.203120accepted/tizen/common/20140519.230419
[Problem]
Most db files have 'floor' label. Because these are created during image creation time.
Therefore no process can write the dbs (since 'floor' label allows only read and execute)
[Solution]
Modify smack label of the db files based on condition below referring three domain model
Condition1. Assign domain of process which creates db files
Condition2. Assign domain of process accesses db files.
Change-Id: I705b4f646ad3f9e41f014573c8cebfbabc8bdcd8
Signed-off-by: jooseong.lee <jooseong.lee@samsung.com>
-rw-r--r-- | packaging/aul.manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/aul.manifest b/packaging/aul.manifest index 57d60b8e..61e005cb 100644 --- a/packaging/aul.manifest +++ b/packaging/aul.manifest @@ -4,5 +4,6 @@ </request> <assign> <filesystem path="/usr/bin/launchpad_preloading_preinitializing_daemon" exec_label="User" /> + <filesystem path="/opt/dbspace/.mida.db*" label="User" /> </assign> </manifest> |