From e2f8425e2d806e511489694ec338c6299eddcddd Mon Sep 17 00:00:00 2001 From: Li xin Date: Fri, 12 Dec 2014 13:15:32 +0800 Subject: openwbem: add new recipe OpenWBEM is a set of software components that help facilitate deployment of the Common Information Model (CIM) and Web-Based Enterprise Management (WBEM) technologies of the Distributed Management Task Force (DMTF). Signed-off-by: Li Xin Signed-off-by: Martin Jansa --- .../openwbem/openwbem/novell-openwbem-root-acl.mof | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support/openwbem/openwbem/novell-openwbem-root-acl.mof (limited to 'meta-oe/recipes-support/openwbem/openwbem/novell-openwbem-root-acl.mof') diff --git a/meta-oe/recipes-support/openwbem/openwbem/novell-openwbem-root-acl.mof b/meta-oe/recipes-support/openwbem/openwbem/novell-openwbem-root-acl.mof new file mode 100644 index 0000000000..c9970c79e9 --- /dev/null +++ b/meta-oe/recipes-support/openwbem/openwbem/novell-openwbem-root-acl.mof @@ -0,0 +1,21 @@ +#pragma namespace("root/security") + +instance of OpenWBEM_NamespaceACL +{ + nspace = "root"; + capability = ""; +}; + +instance of OpenWBEM_NamespaceACL +{ + nspace = "root/cimv2"; + capability = ""; +}; + +instance of OpenWBEM_UserACL +{ + nspace = "root/cimv2"; + username = "root"; + capability = "rw"; +}; + -- cgit 1.2.3-korg