forked from ComplianceAsCode/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oval.config.in
54 lines (53 loc) · 1.93 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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
#
# OVAL Schema version
#
[Schema Version]
# The default OVAL content version for RHEL/7, Fedora, Debian/8 and
# OpenStack/RHEL-OSP/7 products is OVAL-5.10! (To support portion of the
# benchmark not using OVAL-5.11 language constructs successfully to build also
# with older oscap versions).
#
# But if during building the content we detect underlying oscap version on the
# system supports OVAL-5.11 language version already, we increase the produced
# OVAL document version to "5.11". See 'make checks' target in Makefiles for
# these products for further details.
rhel7_oval_version = 5.10
fedora_oval_version = 5.10
debian8_oval_version = 5.10
ubuntu1604_oval_version = 5.11
ubuntu1404_oval_version = 5.10
wrlinux_oval_version = 5.10
oval_version = 5.10