summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/connman.spec2
-rwxr-xr-xsrc/dnsproxy.c7
2 files changed, 1 insertions, 8 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index f78e0a6c..9abc7a32 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -1,6 +1,6 @@
Name: connman
Version: 1.26
-Release: 2
+Release: 3
License: GPL-2.0+
Summary: Connection Manager
Url: http://connman.net
diff --git a/src/dnsproxy.c b/src/dnsproxy.c
index 185d6f17..948433df 100755
--- a/src/dnsproxy.c
+++ b/src/dnsproxy.c
@@ -3918,13 +3918,6 @@ static GIOChannel *get_listener(int family, int protocol, int index)
}
#if defined TIZEN_EXT
- if (smack_fsetlabel(sk, "system::use_internet", SMACK_LABEL_IPOUT) != 0)
- connman_error("Failed to label system::use_internet");
-
- if (smack_fsetlabel(sk, "system::use_internet", SMACK_LABEL_IPIN) != 0)
- connman_error("Failed to label system::use_internet");
-#endif
-#if defined TIZEN_EXT
/* When ConnMan crashed,
* probably DNS listener cannot bind existing address */
option = 1;