-
Notifications
You must be signed in to change notification settings - Fork 1
/
compliancePolicy.json
88 lines (88 loc) · 2.87 KB
/
compliancePolicy.json
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
{
"Rules":[
{
"SettingName":"msedge",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"Running",
"MoreInfoUrl":"https://www.microsoftedgeinsider.com/en-us/download/?platform=linux",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "Microsoft Edge Not Running",
"Description": "Please ensure that Microsoft Edge is running at all times"
}
]
},
{
"SettingName":"gnome-shell",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"Running",
"MoreInfoUrl":"https://www.gnome.org/",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "Gnome Shell Not Running",
"Description": "Please ensure that Gnome Shell is running"
}
]
},
{
"SettingName":"pro-Subscription",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"attached",
"MoreInfoUrl":"https://ubuntu.com/pro/",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "Ubuntu Pro is not enabled",
"Description": "Please attach an Ubuntu Pro subscription to the machine"
}
]
},
{
"SettingName":"livepatch",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"enabled",
"MoreInfoUrl":"https://ubuntu.com/security/livepatch/",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "Livepatch not enabled",
"Description": "Please enable the Livepatch security service"
}
]
},
{
"SettingName":"esm-apps",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"enabled",
"MoreInfoUrl":"https://ubuntu.com/pro",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "esm-apps not enabled",
"Description": "Please enable the esm-apps security service"
}
]
},
{
"SettingName":"esm-infra",
"Operator":"IsEquals",
"DataType":"String",
"Operand":"enabled",
"MoreInfoUrl":"https://ubuntu.com/pro",
"RemediationStrings":[
{
"Language": "en_US",
"Title": "esm-apps not enabled",
"Description": "Please enable the esm-infra security service"
}
]
}
]
}