-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathBaseALT.admx
More file actions
140 lines (132 loc) · 6.65 KB
/
Copy pathBaseALT.admx
File metadata and controls
140 lines (132 loc) · 6.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2019 BaseALT, Ltd. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
revision="1.1" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="system" namespace="BaseALT.Policies.System" />
<using prefix="products" namespace="BaseALT.Policies.Products" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<supportedOn>
<definitions>
<!--ALT Sisyphus-->
<definition name="SUPPORTED_Sisyphus" displayName="$(string.SUPPORTED_Sisyphus)">
<or>
<reference ref="products:Branch"/>
</or>
</definition>
<!--ALT Sisyphus only-->
<definition name="SUPPORTED_SisyphusOnly" displayName="$(string.SUPPORTED_SisyphusOnly)">
<or>
<reference ref="products:Sisyphus"/>
</or>
</definition>
<!--ALT Platform 8-->
<definition name="SUPPORTED_AltP8" displayName="$(string.SUPPORTED_AltP8)">
<or>
<reference ref="products:BranchP8"/>
<reference ref="products:Branch" minVersionIndex="1"/>
</or>
</definition>
<!--ALT Platform 8 only-->
<definition name="SUPPORTED_AltP8_Only" displayName="$(string.SUPPORTED_AltP8_Only)">
<or>
<reference ref="products:BranchP8"/>
<reference ref="products:Branch" minVersionIndex="1" maxVersionIndex="1"/>
</or>
</definition>
<!--ALT Platform 9-->
<definition name="SUPPORTED_AltP9" displayName="$(string.SUPPORTED_AltP9)">
<or>
<reference ref="products:BranchP9"/>
<reference ref="products:Branch" minVersionIndex="2"/>
</or>
</definition>
<!--ALT Platform 9 only-->
<definition name="SUPPORTED_AltP9_Only" displayName="$(string.SUPPORTED_AltP9_Only)">
<or>
<reference ref="products:BranchP9"/>
<reference ref="products:Branch" minVersionIndex="2" maxVersionIndex="2"/>
</or>
</definition>
<!--ALT Platform 10-->
<definition name="SUPPORTED_AltP10" displayName="$(string.SUPPORTED_AltP10)">
<or>
<reference ref="products:BranchP10"/>
<reference ref="products:Branch" minVersionIndex="3"/>
</or>
</definition>
<!--ALT Platform 10 only-->
<definition name="SUPPORTED_AltP10_Only" displayName="$(string.SUPPORTED_AltP10_Only)">
<or>
<reference ref="products:BranchP10"/>
<reference ref="products:Branch" minVersionIndex="3" maxVersionIndex="3"/>
</or>
</definition>
</definitions>
</supportedOn>
<categories>
<category name="ALT_System" displayName="$(string.ALT_System)" explainText="$(string.ALT_System_Help)" />
<category name="ALT_Security" displayName="$(string.ALT_Security)" explainText="$(string.ALT_Security_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Services" displayName="$(string.ALT_Services)" explainText="$(string.ALT_Services_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_SSHD" displayName="$(string.ALT_SSHD)" explainText="$(string.ALT_SSHD_Help)">
<parentCategory ref="ALT_Services" />
</category>
<category name="ALT_SSSD" displayName="$(string.ALT_SSSD)" explainText="$(string.ALT_SSSD_Help)">
<parentCategory ref="ALT_Services" />
</category>
<category name="ALT_Systemd" displayName="$(string.ALT_Systemd)" explainText="$(string.ALT_Systemd_Help)">
<parentCategory ref="ALT_Services" />
</category>
<category name="ALT_Network" displayName="$(string.ALT_Network)" explainText="$(string.ALT_Network_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_CD_DVD" displayName="$(string.ALT_CD_DVD)" explainText="$(string.ALT_CD_DVD_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Mounting" displayName="$(string.ALT_Mounting)" explainText="$(string.ALT_Mounting_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Virtualization" displayName="$(string.ALT_Virtualization)" explainText="$(string.ALT_Virtualization_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Graphics" displayName="$(string.ALT_Graphics)" explainText="$(string.ALT_Graphics_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Hardware" displayName="$(string.ALT_Hardware)" explainText="$(string.ALT_Hardware_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Databases" displayName="$(string.ALT_Databases)" explainText="$(string.ALT_Databases_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="LinuxComponents" displayName="$(string.LinuxComponents)" explainText="$(string.LinuxComponents_Help)" />
<category name="ALT_Settings_Mate" displayName="$(string.ALT_Settings_Mate)" explainText="$(string.ALT_Settings_Mate_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Background_Mate" displayName="$(string.ALT_Background_Mate)" explainText="$(string.ALT_Background_Mate_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
<category name="ALT_Screensaver_Mate" displayName="$(string.ALT_Screensaver_Mate)" explainText="$(string.ALT_Screensaver_Mate_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
<category name="ALT_User_Restrictions_Mate" displayName="$(string.ALT_User_Restrictions_Mate)" explainText="$(string.ALT_User_Restrictions_Mate_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
<category name="ALT_Remote_Access_Vino_Gnome" displayName="$(string.ALT_Remote_Access_Vino_Gnome)" explainText="$(string.ALT_Remote_Access_Vino_Gnome_Help)">
<parentCategory ref="ALT_System" />
</category>
<category name="ALT_Windows_Manager_Marco" displayName="$(string.ALT_Windows_Manager_Marco)" explainText="$(string.ALT_Windows_Manager_Marco_Help)">
<parentCategory ref="ALT_Settings_Mate" />
</category>
<category name="ALT_Windows_Manager_Marco_Keyboard" displayName="$(string.ALT_Windows_Manager_Marco_Keyboard)" explainText="$(string.ALT_Windows_Manager_Marco_Keyboard_Help)">
<parentCategory ref="ALT_Windows_Manager_Marco" />
</category>
<category name="ALT_SambaOptions" displayName="$(string.ALT_SambaOptions)" explainText="$(string.ALT_SambaOptions_Help)" >
<parentCategory ref="ALT_Services" />
</category>
</categories>
</policyDefinitions>