[Release] security-server_0.0.73
authorBumjin Im <bj.im@samsung.com>
Sat, 27 Apr 2013 05:50:41 +0000 (14:50 +0900)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 29 Apr 2013 09:48:21 +0000 (11:48 +0200)
* Removed authentication of middleware

Change-Id: I430da7b68dc2f2645082e6e82b1e35a9f8e23bbc

packaging/security-server.spec
src/communication/security-server-comm.c

index 610f18d..c1d8d56 100644 (file)
@@ -1,7 +1,7 @@
 #sbs-git:slp/pkgs/s/security-server security-server 0.0.37
 Name:       security-server
 Summary:    Security server and utilities
-Version:    0.0.72
+Version:    0.0.73
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Apache License, Version 2.0
index 6706ad6..682fb0e 100644 (file)
@@ -2314,6 +2314,8 @@ error:
  * pre listed for authentication to succeed */
 int authenticate_client_middleware(int sockfd, int *pid)
 {
+       return SECURITY_SERVER_SUCCESS;
+#if 0
        int retval = SECURITY_SERVER_SUCCESS;
        struct ucred cr;
        unsigned int cl = sizeof(cr);
@@ -2375,6 +2377,7 @@ error:
                free(exe);
 
        return retval;
+#endif
 }
 
 /* Get app PID from socked and read its privilege (GID) list