From: Sunmin Lee Date: Wed, 21 Sep 2016 04:29:24 +0000 (+0900) Subject: Enable setting support container value X-Git-Tag: submit/tizen/20160922.045944^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dd3013b130a8065333e79ce28c5c86a076b4923;p=platform%2Fadaptation%2Fsystem-plugin.git Enable setting support container value Change-Id: I81384cbe1ef460b92fb1931338e2b09451753951 Signed-off-by: Sunmin Lee --- diff --git a/src/systemd-user-helper/systemd-user-helper.c b/src/systemd-user-helper/systemd-user-helper.c index 2bffce6..a5e22e0 100644 --- a/src/systemd-user-helper/systemd-user-helper.c +++ b/src/systemd-user-helper/systemd-user-helper.c @@ -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) {