-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Implement CIS Level 1 for Ubuntu 20.04 #6416
Changes from all commits
72dc22a
d008eff
2a54f8f
9d97412
a69c580
9ccdf20
c14a60c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,7 @@ identifiers: | |
cce@rhel8: CCE-83324-4 | ||
|
||
references: | ||
cis@rhel7: 6.1.6 | ||
cis@rhel8: 6.1.6 | ||
cis: 6.1.6 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As above. |
||
|
||
ocil_clause: '{{{ ocil_clause_file_group_owner(file="/etc/passwd-", group="root") }}}' | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,7 @@ identifiers: | |
cce@rhel8: CCE-83415-0 | ||
|
||
references: | ||
cis@rhel7: 6.1.7 | ||
cis@rhel8: 6.1.7 | ||
cis: 6.1.7 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As above. |
||
|
||
ocil_clause: '{{{ ocil_clause_file_group_owner(file="/etc/shadow-", group=target_group) }}}' | ||
|
||
|
@@ -38,4 +37,5 @@ template: | |
filegid@debian10: '42' | ||
filegid@ubuntu1604: '42' | ||
filegid@ubuntu1804: '42' | ||
filegid@ubuntu2004: '42' | ||
missing_file_pass: 'true' |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,7 @@ identifiers: | |
cce@rhel8: CCE-83473-9 | ||
|
||
references: | ||
cis@rhel7: 6.1.8 | ||
cis@rhel8: 6.1.8 | ||
cis: 6.1.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same. |
||
|
||
ocil_clause: '{{{ ocil_clause_file_owner(file="/etc/group-", owner="root") }}}' | ||
|
||
|
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,sle15,ubuntu1804 | ||
prodtype: fedora,rhcos4,ol7,ol8,rhel7,rhel8,rhv4,sle15,ubuntu1804,ubuntu2004 | ||
|
||
title: 'Disable Mounting of cramfs' | ||
|
||
|
@@ -27,9 +27,7 @@ identifiers: | |
cce@rhcos4: CCE-82514-1 | ||
|
||
references: | ||
cis@rhel8: 1.1.1.1 | ||
cis@sle15: 1.1.1.1 | ||
cis@ubuntu1804: 1.1.1.1 | ||
cis: 1.1.1.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cramfs remains the same, but 1.1.1.x change between 18.04 and 20.04, so I'm inclined to leave these separate. |
||
cui: 3.4.6 | ||
nist: CM-7(a),CM-7(b),CM-6(a) | ||
nist-csf: PR.IP-1,PR.PT-3 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since other section
6.1.x
rules differ between RHEL and Ubuntu, I might suggest we keep these two separate for the time being.