forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oval.config.in
34 lines (33 loc) · 1.19 KB
/
oval.config.in
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
# This file contains variables that are settings for OVAL checks such as
# OVAL Schema version, i.e. 5.10, or the operating system version
# that the OVAL check currently supports, i.e. Red Hat Enterprise Linux 7.
#
# As OVAL checks support multiple operating system verions, the use of the
# multi_platform_ variables allow developers to easily specify the multiple
# operating system versions supported by a specific OVAL check. For example:
#
# <platform>Fedora 22</platform>
# <platform>Fedora 23</platform>
# <platform>Fedora 24</platform>
#
# would be written in the OVAL check as:
#
# <platform>multi_platform_fedora</platform>
#
# with the multi_platform_fedora variable set as the following in this file:
#
# multi_platform_fedora = 24,23,22
#
# Note: this file uses .ini style formatting
#
[Platform]
multi_platform_oval = multi_platform_fedora, multi_platform_rhel, multi_platform_debian, multi_platform_buntu, multi_platform_wrlinux
multi_platform_fedora = 24,23
multi_platform_debian = 8
multi_platform_ubuntu = 1604,1404
multi_platform_wrlinux = 8
multi_platform_rhel = 6,7
multi_platform_openstack =
multi_platform_opensuse = 42.0,42.1
multi_platform_rhev =
multi_platform_sle = 11,12