chmod img directory 57/47857/1
authorGukhwan Cho <gh78.cho@samsung.com>
Wed, 9 Sep 2015 11:01:56 +0000 (20:01 +0900)
committerGukhwan Cho <gh78.cho@samsung.com>
Wed, 9 Sep 2015 11:02:03 +0000 (20:02 +0900)
Change-Id: Ic15398f28119085681ef874dc6b196183e341331
Signed-off-by: Gukhwan Cho <gh78.cho@samsung.com>
server/ctsvc_server.c

index 6dc8d6b..81b0759 100644 (file)
@@ -211,12 +211,12 @@ int main(int argc, char *argv[])
 
        ctsvc_create_rep_set_permission(DATA_REPERTORY, 0755);
        ctsvc_create_rep_set_permission(CTSVC_NOTI_REPERTORY, 0775);
-       ctsvc_create_rep_set_permission(CTSVC_NOTI_IMG_REPERTORY, 0770);
+       ctsvc_create_rep_set_permission(CTSVC_NOTI_IMG_REPERTORY, 0750);
        ctsvc_create_rep_set_permission(CTSVC_VCARD_IMAGE_LOCATION, 0770);
-       ctsvc_create_rep_set_permission(CTS_MY_IMAGE_LOCATION, 0770);
-       ctsvc_create_rep_set_permission(CTS_GROUP_IMAGE_LOCATION, 0770);
-       ctsvc_create_rep_set_permission(CTS_LOGO_IMAGE_LOCATION, 0770);
-       ctsvc_create_rep_set_permission(CTSVC_CONTACT_IMG_FULL_LOCATION, 0770);
+       ctsvc_create_rep_set_permission(CTS_MY_IMAGE_LOCATION, 0750);
+       ctsvc_create_rep_set_permission(CTS_GROUP_IMAGE_LOCATION, 0750);
+       ctsvc_create_rep_set_permission(CTS_LOGO_IMAGE_LOCATION, 0750);
+       ctsvc_create_rep_set_permission(CTSVC_CONTACT_IMG_FULL_LOCATION, 0750);
 
        ctsvc_create_file_set_permission(CTSVC_NOTI_IPC_READY, 0660);
        ctsvc_create_file_set_permission(CTSVC_NOTI_ADDRESSBOOK_CHANGED, 0660);