Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11005 from vojtapolasek/add_audit…
Browse files Browse the repository at this point in the history
…_to_anssi

ANSSI: add rules to enable auditing service
  • Loading branch information
marcusburghardt authored Aug 22, 2023
2 parents cafafee + 468b1b4 commit 4df8db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions controls/anssi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,8 @@ controls:
- sshd_disable_root_login
- package_sudo_installed
- audit_rules_privileged_commands_sudo
- service_auditd_enabled
- package_audit_installed

- id: R34
title: Deactivation of service accounts
Expand Down Expand Up @@ -1427,6 +1429,8 @@ controls:
- audit_rules_privileged_commands_kmod

- audit_rules_immutable
- service_auditd_enabled
- package_audit_installed

- id: R74
title: Configuring the local messaging service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ identifiers:
cce@sle15: CCE-85612-0

references:
anssi: BP28(R50)
anssi: BP28(R33),BP28(R73)
cis@alinux3: 4.1.1.1
cis@rhel7: 4.1.1.1
cis@rhel8: 4.1.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ identifiers:
cce@sle15: CCE-85581-7

references:
anssi: BP28(R33),BP28(R73)
cis-csc: 1,11,12,13,14,15,16,19,2,3,4,5,6,7,8,9
cis@alinux2: 4.1.2
cis@alinux3: 4.1.1.2
Expand Down

0 comments on commit 4df8db3

Please sign in to comment.