Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ severity: medium
identifiers:
cce@rhel7: CCE-80258-7
cce@rhel8: CCE-80878-2
cce@sle12: CCE-83105-7

references:
stigid@ol7: OL07-00-021300
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'Mount Remote Filesystems with noexec'

Expand All @@ -16,6 +16,7 @@ severity: medium

identifiers:
cce@rhel7: CCE-80436-9
cce@sle12: CCE-83103-2

references:
stigid@ol7: OL07-00-021021
Expand All @@ -29,6 +30,7 @@ references:
cobit5: APO01.06,DSS05.04,DSS05.07,DSS06.02
iso27001-2013: A.10.1.1,A.11.1.4,A.11.1.5,A.11.2.1,A.13.1.1,A.13.1.3,A.13.2.1,A.13.2.3,A.13.2.4,A.14.1.2,A.14.1.3,A.6.1.2,A.7.1.1,A.7.1.2,A.7.3.1,A.8.2.2,A.8.2.3,A.9.1.1,A.9.1.2,A.9.2.3,A.9.4.1,A.9.4.4,A.9.4.5
cis-csc: 12,13,14,15,16,18,3,5
stigid@sle12: SLES-12-010820

ocil_clause: 'the setting does not show'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'Mount Remote Filesystems with nosuid'

Expand All @@ -14,6 +14,7 @@ severity: medium

identifiers:
cce@rhel7: CCE-80240-5
cce@sle12: CCE-83102-4

references:
stigid@ol7: OL07-00-021020
Expand All @@ -27,6 +28,7 @@ references:
cobit5: APO01.06,DSS05.04,DSS05.07,DSS06.02
iso27001-2013: A.10.1.1,A.11.1.4,A.11.1.5,A.11.2.1,A.13.1.1,A.13.1.3,A.13.2.1,A.13.2.3,A.13.2.4,A.14.1.2,A.14.1.3,A.6.1.2,A.7.1.1,A.7.1.2,A.7.3.1,A.8.2.2,A.8.2.3,A.9.1.1,A.9.1.2,A.9.2.3,A.9.4.1,A.9.4.4,A.9.4.5
cis-csc: 12,13,14,15,16,18,3,5
stigid@sle12: SLES-12-010810

ocil_clause: 'the setting does not show'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ severity: medium
identifiers:
cce@rhel7: CCE-27445-6
cce@rhel8: CCE-80901-2
cce@sle12: CCE-83035-6

references:
stigid@ol7: OL07-00-040370
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Red Hat Enterprise Linux 7,Oracle Linux 7
# platform = Red Hat Enterprise Linux 7,Oracle Linux 7,multi_platform_sle
# reboot = false
# strategy = restrict
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ severity: medium
identifiers:
cce@rhel7: CCE-27455-5
cce@rhel8: CCE-82198-3
cce@sle12: CCE-83036-4

references:
stigid@ol7: OL07-00-040400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'User Initialization Files Must Not Run World-Writable Programs'

Expand All @@ -20,17 +20,19 @@ severity: medium

identifiers:
cce@rhel7: CCE-80523-4
cce@sle12: CCE-83099-2

references:
stigid@ol7: OL07-00-020730
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020730
stigid@sle12: SLES-12-010780

ocil_clause: 'files are executing world-writable programs'

ocil: |-
To verify that local initialization files do not execute world-writable programs,
execute the following command:
<pre>$ sudo find /home -perm -002 -type f -exec ls -ld {} -name ".[^.]*" \;</pre>
<pre>$ sudo find /home -perm -002 -type f -name ".[^.]*" -exec ls -ld {} \;</pre>
There should be no output.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'Ensure that Users Path Contains Only Local Directories'

Expand All @@ -24,12 +24,14 @@ severity: medium

identifiers:
cce@rhel7: CCE-80524-2
cce@sle12: CCE-83098-4

references:
stigid@ol7: OL07-00-020720
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020720
stigid@sle12: SLES-12-010770

ocil_clause: 'paths contain more than local home directories'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'All Interactive Users Must Have A Home Directory Defined'

Expand All @@ -16,12 +16,14 @@ severity: medium

identifiers:
cce@rhel7: CCE-80528-3
cce@sle12: CCE-83075-2

references:
stigid@ol7: OL07-00-020600
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020600
stigid@sle12: SLES-12-010710

ocil_clause: 'users home directory is not defined'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'All Interactive Users Home Directories Must Exist'

Expand All @@ -22,13 +22,15 @@ severity: medium
identifiers:
cce@rhel7: CCE-80529-1
cce@rhel8: CCE-83424-2
cce@sle12: CCE-83074-5

references:
stigid@ol7: OL07-00-020620
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020620
cis@rhel8: 6.2.20
stigid@sle12: SLES-12-010730

ocil_clause: 'users home directory does not exist'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'All Interactive User Home Directories Must Be Group-Owned By The Primary User'

Expand All @@ -21,13 +21,15 @@ severity: medium
identifiers:
cce@rhel7: CCE-80532-5
cce@rhel8: CCE-83434-1
cce@sle12: CCE-83096-8

references:
stigid@ol7: OL07-00-020650
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020650
cis@rhel8: 6.2.8
stigid@sle12: SLES-12-010750

ocil_clause: 'the group ownership is incorrect'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'Ensure All User Initialization Files Have Mode 0740 Or Less Permissive'

Expand All @@ -18,12 +18,14 @@ severity: medium

identifiers:
cce@rhel7: CCE-80525-9
cce@sle12: CCE-83097-6

references:
stigid@ol7: OL07-00-020710
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020710
stigid@sle12: SLES-12-010760

ocil_clause: 'they are not 0740 or more permissive'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'All Interactive User Home Directories Must Have mode 0750 Or Less Permissive'

Expand All @@ -18,12 +18,14 @@ severity: medium

identifiers:
cce@rhel7: CCE-80530-9
cce@sle12: CCE-83076-0

references:
stigid@ol7: OL07-00-020630
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227
stigid@rhel7: RHEL-07-020630
stigid@sle12: SLES-12-010740

ocil_clause: 'they are more permissive'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ identifiers:
cce@rhel7: CCE-27339-1
cce@rhel8: CCE-80685-1
cce@rhcos4: CCE-82556-2
cce@sle12: CCE-83106-5

references:
stigid@ol7: OL07-00-030410
Expand All @@ -45,6 +46,7 @@ references:
srg: SRG-OS-000064-GPOS-00033,SRG-OS-000392-GPOS-00172,SRG-OS-000458-GPOS-00203
vmmsrg: SRG-OS-000458-VMM-001810,SRG-OS-000474-VMM-001940
stigid@rhel7: RHEL-07-030410
stigid@sle12: SLES-12-020600
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ identifiers:
cce@rhel7: CCE-80385-8
cce@rhel8: CCE-80751-1
cce@rhcos4: CCE-82621-4
cce@sle12: CCE-83092-7

references:
stigid@ol7: OL07-00-030500
Expand All @@ -50,6 +51,7 @@ references:
srg: SRG-OS-000064-GPOS-00033,SRG-OS-000458-GPOS-00203,SRG-OS-000461-GPOS-00205,SRG-OS-000392-GPOS-00172
vmmsrg: SRG-OS-000458-VMM-001810,SRG-OS-000461-VMM-001830
stigid@rhel7: RHEL-07-030500
stigid@sle12: SLES-12-020520
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ identifiers:
cce@rhel7: CCE-80390-8
cce@rhel8: CCE-80752-9
cce@rhcos4: CCE-82629-7
cce@sle12: CCE-83091-9

references:
stigid@ol7: OL07-00-030550
Expand All @@ -53,6 +54,7 @@ references:
srg: SRG-OS-000064-GPOS-00033,SRG-OS-000458-GPOS-00203,SRG-OS-000461-GPOS-00205,SRG-OS-000392-GPOS-00172
vmmsrg: SRG-OS-000458-VMM-001810,SRG-OS-000461-VMM-001830
stigid@rhel7: RHEL-07-030550
stigid@sle12: SLES-12-020510
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ identifiers:
cce@rhel7: CCE-80388-2
cce@rhel8: CCE-80755-2
cce@rhcos4: CCE-82640-4
cce@sle12: CCE-83094-3

references:
stigid@ol7: OL07-00-030530
Expand All @@ -50,6 +51,7 @@ references:
srg: SRG-OS-000064-GPOS-00033,SRG-OS-000458-GPOS-00203,SRG-OS-000461-GPOS-00205,SRG-OS-000392-GPOS-00172
vmmsrg: SRG-OS-000458-VMM-001810,SRG-OS-000461-VMM-001830
stigid@rhel7: RHEL-07-030530
stigid@sle12: SLES-12-020540
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ identifiers:
cce@rhel7: CCE-80387-4
cce@rhel8: CCE-80754-5
cce@rhcos4: CCE-82634-7
cce@sle12: CCE-83093-5

references:
stigid@ol7: OL07-00-030520
Expand All @@ -53,6 +54,7 @@ references:
srg: SRG-OS-000064-GPOS-00033,SRG-OS-000458-GPOS-00203,SRG-OS-000461-GPOS-00205,SRG-OS-000392-GPOS-00172
vmmsrg: SRG-OS-000458-VMM-001810,SRG-OS-000461-VMM-001830
stigid@rhel7: RHEL-07-030520
stigid@sle12: SLES-12-020530
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ identifiers:
cce@rhel7: CCE-80389-0
cce@rhel8: CCE-80756-0
cce@rhcos4: CCE-82651-1
cce@sle12: CCE-83085-1

references:
stigid@ol7: OL07-00-030540
Expand All @@ -53,6 +54,7 @@ references:
srg: SRG-OS-000064-GPOS-00033,SRG-OS-000458-GPOS-00203,SRG-OS-000461-GPOS-00205,SRG-OS-000392-GPOS-00172
vmmsrg: SRG-OS-000458-VMM-001810,SRG-OS-000461-VMM-001830
stigid@rhel7: RHEL-07-030540
stigid@sle12: SLES-12-020500
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ identifiers:
cce@rhel7: CCE-80384-1
cce@rhel8: CCE-80719-8
cce@rhcos4: CCE-82584-4
cce@sle12: CCE-83108-1

references:
cis@rhel7: 4.1.8
Expand All @@ -43,6 +44,7 @@ references:
srg: SRG-OS-000392-GPOS-00172,SRG-OS-000470-GPOS-00214,SRG-OS-000473-GPOS-00218
vmmsrg: SRG-OS-000473-VMM-001930,SRG-OS-000470-VMM-001900
stigid@rhel7: RHEL-07-030620
stigid@sle12: SLES-12-020660
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ identifiers:
cce@rhel7: CCE-80994-7
cce@rhel8: CCE-80720-6
cce@rhcos4: CCE-82585-1
cce@sle12: CCE-83107-3

references:
cis: 5.2.8
Expand All @@ -41,6 +42,7 @@ references:
srg: SRG-OS-000392-GPOS-00172,SRG-OS-000470-GPOS-00214,SRG-OS-000473-GPOS-00218
vmmsrg: SRG-OS-000473-VMM-001930,SRG-OS-000470-VMM-001900
stigid@rhel7: RHEL-07-030600
stigid@sle12: SLES-12-020650
isa-62443-2013: 'SR 1.13,SR 2.10,SR 2.11,SR 2.12,SR 2.6,SR 2.8,SR 2.9,SR 3.1,SR 3.5,SR 3.8,SR 4.1,SR 4.3,SR 5.1,SR 5.2,SR 5.3,SR 6.1,SR 6.2,SR 7.1,SR 7.6'
isa-62443-2009: 4.2.3.10,4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.3.6.6,4.3.4.4.7,4.3.4.5.6,4.3.4.5.7,4.3.4.5.8,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,APO12.06,APO13.01,BAI03.05,BAI08.02,DSS01.03,DSS01.04,DSS02.02,DSS02.04,DSS02.07,DSS03.01,DSS03.05,DSS05.02,DSS05.03,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: fedora,rhcos4,ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019
prodtype: fedora,rhcos4,ol7,ol8,rhel7,rhel8,rhv4,wrlinux1019,sle12

title: 'Ensure auditd Collects Information on the Use of Privileged Commands - chage'

Expand Down Expand Up @@ -34,6 +34,7 @@ identifiers:
cce@rhel7: CCE-80398-1
cce@rhel8: CCE-80725-5
cce@rhcos4: CCE-82591-9
cce@sle12: CCE-83110-7

references:
stigid@ol7: OL07-00-030660
Expand All @@ -45,6 +46,7 @@ references:
srg: SRG-OS-000042-GPOS-00020,SRG-OS-000392-GPOS-00172,SRG-OS-000471-GPOS-00215
vmmsrg: SRG-OS-000471-VMM-001910
stigid@rhel7: RHEL-07-030660
stigid@sle12: SLES-12-020690
isa-62443-2013: 'SR 2.10,SR 2.11,SR 2.12,SR 2.8,SR 2.9,SR 6.1,SR 6.2'
isa-62443-2009: 4.3.2.6.7,4.3.3.3.9,4.3.3.5.8,4.3.4.4.7,4.4.2.1,4.4.2.2,4.4.2.4
cobit5: APO10.01,APO10.03,APO10.04,APO10.05,APO11.04,BAI03.05,DSS01.03,DSS03.05,DSS05.02,DSS05.04,DSS05.05,DSS05.07,MEA01.01,MEA01.02,MEA01.03,MEA01.04,MEA01.05,MEA02.01
Expand Down
Loading