Security-Mode ONOS BUCK

Change-Id: I72ef80d84665049c738eaa89394b95b699b33b6b
diff --git a/features/BUCK b/features/BUCK
index bb87afc..7291d53 100644
--- a/features/BUCK
+++ b/features/BUCK
@@ -133,14 +133,13 @@
   ]
 )
 
-#FIXME
-# osgi_feature (
-#   name = 'onos-security',
-#   title="Security-Mode ONOS",
-#   required_features = ['onos-api'],
-#   included_bundles = [
-#     'org.onosproject/org.apache.felix.framework.security/2.2.0.onos',
-#     'org.onosproject/onos-security/@ONOS-VERSION',
-#   ]
-# )
+osgi_feature (
+  name = 'onos-security',
+  title="Security-Mode ONOS",
+  required_features = ['onos-api'],
+  included_bundles = [
+    '//lib:org.apache.felix.framework.security',
+    '//core/security:onos-security',
+  ]
+)