aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openwbem/openwbem/novell-openwbem-root-acl.mof
blob: c9970c79e96372cc39d9e5124c3f6b0bc520f521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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";
};