summaryrefslogtreecommitdiff
path: root/src/dnsproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dnsproxy.c')
-rwxr-xr-xsrc/dnsproxy.c7
1 files changed, 0 insertions, 7 deletions
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;