diff options
author | seong.chung <seong.chung@samsung.com> | 2014-04-11 22:25:03 +0900 |
---|---|---|
committer | Seongwook Chung <seong.chung@samsung.com> | 2014-04-11 06:26:16 -0700 |
commit | 431641c7cc071341f66c5929972a59c1da7327ab (patch) | |
tree | 7d5b2a90390a7de0b3b508006aaf42d562e68178 /main | |
parent | 0d810c23615ec3fc0f5f6efbe59ab241e99a0f94 (diff) | |
download | message-app-431641c7cc071341f66c5929972a59c1da7327ab.tar.gz message-app-431641c7cc071341f66c5929972a59c1da7327ab.tar.bz2 message-app-431641c7cc071341f66c5929972a59c1da7327ab.zip |
Remove SMACK rule file(.rule) according three domain modelHEADsubmit/tizen/20140429.223830accepted/tizen/mobile/20141022.101745tizenaccepted/tizen_mobile
Since SMACK only allows three labels, "_"(floor), "User", "System"
The labels of current rule file are not appropriate
Solution:
- Remove rule file (org.tizen.message.rule)
- Remove install statement about installing rule file described in CMakeLists.txt
- Remove file path and name declaration of spec file (packaging/org.tizen.message.spec)
Reference site
https://wiki.tizen.org/wiki/Security:SmackThreeDomainModel
Change-Id: I76e60023ebb1c5ca748885cbb3e1e625cdc8d632
Signed-off-by: seong.chung <seong.chung@samsung.com>
Diffstat (limited to 'main')
-rwxr-xr-x | main/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 4787995..33203c9 100755 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -65,7 +65,6 @@ INSTALL(FILES ${CMAKE_SOURCE_COMMON_DIR}/data/image/${PKGNAME}.png DESTINATION / INSTALL(DIRECTORY ${CMAKE_SOURCE_COMMON_DIR}/data/image/ DESTINATION ${IMGDIR} FILES_MATCHING PATTERN "*.png") INSTALL(DIRECTORY ${CMAKE_SOURCE_COMMON_DIR}/data/image/ DESTINATION ${IMGDIR} FILES_MATCHING PATTERN "*.PNG") INSTALL(DIRECTORY DESTINATION ${DATADIR}) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/${PKGNAME}.rule DESTINATION /etc/smack/accesses.d/) #INSTALL(FILES ${CMAKE_SOURCE_MAIN_DIR}/${PROJECT_NAME}.ini DESTINATION share/process-info/ ) #Install license file. |