Add user space access control 49/9849/3
authorDonghee Ye <donghee.ye@samsung.com>
Sat, 7 Sep 2013 12:09:43 +0000 (21:09 +0900)
committerDonghee Ye <donghee.ye@samsung.com>
Tue, 17 Sep 2013 05:57:24 +0000 (14:57 +0900)
commitd5248e51cd922ca070b2bcfb6b341943416269b2
tree3e5a64850cf18c485f31220fbf4f0b6c718a3a7b
parent16f4b745410c3965d403b415daacc94cd1d8971c
Add user space access control
Check resource access permission
Fix contacts_connect_on_thread
 - without calling contacts_connect2 module can use contacts APIs

Change-Id: I592ec0c9c0096e1e6ad57f687c24f0042ba89b41
38 files changed:
CMakeLists.txt
client/ctsvc_client_ipc.c
client/ctsvc_client_noti.c
client/ctsvc_client_service.c
common/ctsvc_inotify.c
common/ctsvc_internal.h
common/ctsvc_mutex.c
common/ctsvc_mutex.h
common/ctsvc_socket.c
contacts-service2.manifest
contacts-service2.rule [new file with mode: 0644]
native/CMakeLists.txt
native/ctsvc_activity.c
native/ctsvc_db_access_control.c [new file with mode: 0644]
native/ctsvc_db_access_control.h [new file with mode: 0644]
native/ctsvc_db_init.c
native/ctsvc_db_init.h
native/ctsvc_db_plugin_addressbook.c
native/ctsvc_db_plugin_company_helper.c
native/ctsvc_db_plugin_contact.c
native/ctsvc_db_plugin_contact_helper.c
native/ctsvc_db_plugin_contact_helper.h
native/ctsvc_db_plugin_group.c
native/ctsvc_db_plugin_image.c
native/ctsvc_db_plugin_image_helper.c
native/ctsvc_db_plugin_simple_contact.c
native/ctsvc_db_query.c
native/ctsvc_group.c
native/ctsvc_person.c
native/ctsvc_phonelog.c
native/ctsvc_service.c
native/ctsvc_setting.c
packaging/contacts-service.spec
server/CMakeLists.txt
server/ctsvc_ipc_server.c
server/ctsvc_server.c
server/ctsvc_server_bg.c
server/ctsvc_server_socket.c