Skip to content

Commit 4df8db3

Browse files
Merge pull request #11005 from vojtapolasek/add_audit_to_anssi
ANSSI: add rules to enable auditing service
2 parents cafafee + 468b1b4 commit 4df8db3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

controls/anssi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@ controls:
817817
- sshd_disable_root_login
818818
- package_sudo_installed
819819
- audit_rules_privileged_commands_sudo
820+
- service_auditd_enabled
821+
- package_audit_installed
820822

821823
- id: R34
822824
title: Deactivation of service accounts
@@ -1427,6 +1429,8 @@ controls:
14271429
- audit_rules_privileged_commands_kmod
14281430

14291431
- audit_rules_immutable
1432+
- service_auditd_enabled
1433+
- package_audit_installed
14301434

14311435
- id: R74
14321436
title: Configuring the local messaging service

linux_os/guide/system/auditing/package_audit_installed/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ identifiers:
1717
cce@sle15: CCE-85612-0
1818

1919
references:
20-
anssi: BP28(R50)
20+
anssi: BP28(R33),BP28(R73)
2121
cis@alinux3: 4.1.1.1
2222
cis@rhel7: 4.1.1.1
2323
cis@rhel8: 4.1.1.1

linux_os/guide/system/auditing/service_auditd_enabled/rule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ identifiers:
3232
cce@sle15: CCE-85581-7
3333

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

0 commit comments

Comments
 (0)