config: change the location of socket file sandbox/upgrade/efl120
authorJongmin Lee <jm105.lee@samsung.com>
Mon, 18 Jun 2018 01:58:05 +0000 (10:58 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 21 Jun 2018 22:26:36 +0000 (07:26 +0900)
Change-Id: I9639677cfbb0c2ef407d8bedfb5635eba92d8522

src/efl_extension_config.c

index ad0564731bdde6dd058cb7676e21b4e06e1637b4..faaf4b9b73309fa234a3a6775d58bc4d97614401 100644 (file)
@@ -8,7 +8,7 @@
 #include <sys/un.h>
 #include <fcntl.h>
 
-#define EFL_CONFIG_SOCK_PATH "/run/user_ext/%d/system_share"
+#define EFL_CONFIG_SOCK_PATH "/run/user/%d/system_share"
 #define EFL_CONFIG_SOCKET_FILE ".efl-config.sock"
 
 Eina_Bool _is_in_system_session()