Updated connman to version 1.35
[platform/upstream/connman.git] / vpn / plugins / openvpn.c
old mode 100644 (file)
new mode 100755 (executable)
index e339509..d115df6
@@ -421,8 +421,10 @@ static int ov_connect(struct vpn_provider *provider,
 
        connman_task_add_argument(task, "--persist-tun", NULL);
 
+#if !defined TIZEN_EXT
        connman_task_add_argument(task, "--route-noexec", NULL);
        connman_task_add_argument(task, "--ifconfig-noexec", NULL);
+#endif
 
        /*
         * Disable client restarts because we can't handle this at the