Enable setting support container value 73/88873/2 accepted/tizen/common/20160922.120837 accepted/tizen/ivi/20160923.085806 accepted/tizen/mobile/20160923.085719 accepted/tizen/tv/20160923.085734 accepted/tizen/wearable/20160923.085749 submit/tizen/20160922.045944
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 21 Sep 2016 04:29:24 +0000 (13:29 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Wed, 21 Sep 2016 04:40:03 +0000 (13:40 +0900)
Change-Id: I81384cbe1ef460b92fb1931338e2b09451753951
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
src/systemd-user-helper/systemd-user-helper.c

index 2bffce6..a5e22e0 100644 (file)
@@ -186,7 +186,7 @@ int main(int argc, char *argv[])
        }
 
        /* If container supports below funcs, below line should be enabled. */
-       /* support_container = (access(CONTAINER_LIB, F_OK) == 0) ? 1 : 0; */
+       support_container = (access(CONTAINER_LIB, F_OK) == 0) ? 1 : 0;
        if (support_container) {
                r = container_preprocess(argv[1]);
                if (r < 0) {