Waive rpcbind (beakerlib dependency) and world writable files (beakerlib issue)
This commit is contained in:
parent
43fa6078e8
commit
fd0fd94d12
2 changed files with 12 additions and 2 deletions
|
|
@ -18,11 +18,16 @@ TIMESTAMP_FILE="/test_timestamp"
|
|||
# removed. The accounts_password_set_max_life_existing rule requires password
|
||||
# change after hardening, skip it unselect mount_option as we can't remediate it.
|
||||
# Rsync is required by tmt, don't remove it from machine.
|
||||
# rpcbind is required by beakerlib.
|
||||
# World writable files are created after reboot by beakerlib - remove when https://github.com/beakerlib/beakerlib/issues/149 is fixed.
|
||||
EXTENDED_LIST="xccdf_org.ssgproject.content_rule_package_nfs-utils_removed
|
||||
xccdf_org.ssgproject.content_rule_package_gssproxy_removed
|
||||
xccdf_org.ssgproject.content_rule_accounts_password_set_max_life_existing
|
||||
xccdf_org.ssgproject.content_rule_mount_option_.*
|
||||
xccdf_org.ssgproject.content_rule_package_rsync_removed"
|
||||
xccdf_org.ssgproject.content_rule_package_rsync_removed
|
||||
xccdf_org.ssgproject.content_rule_package_rpcbind_removed
|
||||
xccdf_org.ssgproject.content_rule_dir_perms_world_writable_sticky_bits
|
||||
xccdf_org.ssgproject.content_rule_file_permissions_unauthorized_world_writable"
|
||||
|
||||
# On CentOS, exclude rules that check if OS is FIPS certified
|
||||
if rlIsCentOS; then
|
||||
|
|
|
|||
|
|
@ -18,11 +18,16 @@ TIMESTAMP_FILE="/test_timestamp"
|
|||
# removed. The accounts_password_set_max_life_existing rule requires password
|
||||
# change after hardening, skip it unselect mount_option as we can't remediate it.
|
||||
# Rsync is required by tmt, don't remove it from machine.
|
||||
# rpcbind is required by beakerlib.
|
||||
# World writable files are created after reboot by beakerlib - remove when https://github.com/beakerlib/beakerlib/issues/149 is fixed.
|
||||
EXTENDED_LIST="xccdf_org.ssgproject.content_rule_package_nfs-utils_removed
|
||||
xccdf_org.ssgproject.content_rule_package_gssproxy_removed
|
||||
xccdf_org.ssgproject.content_rule_accounts_password_set_max_life_existing
|
||||
xccdf_org.ssgproject.content_rule_mount_option_.*
|
||||
xccdf_org.ssgproject.content_rule_package_rsync_removed"
|
||||
xccdf_org.ssgproject.content_rule_package_rsync_removed
|
||||
xccdf_org.ssgproject.content_rule_package_rpcbind_removed
|
||||
xccdf_org.ssgproject.content_rule_dir_perms_world_writable_sticky_bits
|
||||
xccdf_org.ssgproject.content_rule_file_permissions_unauthorized_world_writable"
|
||||
|
||||
# On CentOS, exclude rules that check if OS is FIPS certified
|
||||
if rlIsCentOS; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue