Remove the smack_fsetlabel for system::use_internet 68/46268/1 accepted/tizen/mobile/20150819.072249 accepted/tizen/tv/20150819.072302 accepted/tizen/wearable/20150819.072331 submit/tizen/20150819.025736
authorhyunuktak <hyunuk.tak@samsung.com>
Wed, 19 Aug 2015 01:20:17 +0000 (10:20 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Wed, 19 Aug 2015 01:20:42 +0000 (10:20 +0900)
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Iae03c564dfba3b9fd35ca751856aecbfcc58d7fc

packaging/connman.spec
src/dnsproxy.c

index f78e0a6..9abc7a3 100755 (executable)
@@ -1,6 +1,6 @@
 Name:           connman
 Version:        1.26
-Release:        2
+Release:        3
 License:        GPL-2.0+
 Summary:        Connection Manager
 Url:            http://connman.net
index 185d6f1..948433d 100755 (executable)
@@ -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;