Blame SOURCES/scap-security-guide-0.1.55-update_metadata_for_minimal_intermediary-PR_6549.patch

618a7c
From ce6a307518c55b333897f5c130f5372dee9eeae8 Mon Sep 17 00:00:00 2001
618a7c
From: Watson Sato <wsato@redhat.com>
618a7c
Date: Mon, 18 Jan 2021 11:18:43 +0100
618a7c
Subject: [PATCH] Update metadata for a few miminal and intermediary
618a7c
 requirements
618a7c
618a7c
---
618a7c
 controls/anssi.yml | 20 +++++++++++++++++---
618a7c
 1 file changed, 17 insertions(+), 3 deletions(-)
618a7c
618a7c
diff --git a/controls/anssi.yml b/controls/anssi.yml
618a7c
index dec9d68c99..9288ac1663 100644
618a7c
--- a/controls/anssi.yml
618a7c
+++ b/controls/anssi.yml
618a7c
@@ -506,7 +506,10 @@ controls:
618a7c
   - id: R27
618a7c
     title: Disabling service accounts
618a7c
     level: intermediary
618a7c
-    # rules: TBD
618a7c
+    notes: >-
618a7c
+      It is difficult to generally identify the system's service accounts.
618a7c
+      Assisting rules could list users which are not disabled for manual review.
618a7c
+    automated: no
618a7c
 
618a7c
   - id: R28
618a7c
     level: enhanced
618a7c
@@ -530,7 +533,10 @@ controls:
618a7c
   - id: R30
618a7c
     level: minimal
618a7c
     title: Applications using PAM
618a7c
-    # rules: TBD
618a7c
+    notes: >-
618a7c
+      Manual review is necessary to decide if the list of applications using PAM is minimal.
618a7c
+      Asssising rules could be created to list all applications using PAM for manual review.
618a7c
+    automated: no
618a7c
 
618a7c
   - id: R31
618a7c
     title: Securing PAM Authentication Network Services
618a7c
@@ -580,6 +586,7 @@ controls:
618a7c
   - id: R36
618a7c
     title: Rights to access sensitive content files
618a7c
     level: intermediary
618a7c
+    automated: yes
618a7c
     rules:
618a7c
     - file_owner_etc_shadow
618a7c
     - file_permissions_etc_shadow
618a7c
@@ -637,7 +644,10 @@ controls:
618a7c
   - id: R42
618a7c
     level: minimal
618a7c
     title: In memory services and daemons
618a7c
-    # rules: TBD
618a7c
+    notes: >-
618a7c
+      Manual review is necessary to decide if the list of resident daemons is minimal.
618a7c
+      Asssising rules could be created to list sevices listening on the network for manual review.
618a7c
+    automated: no
618a7c
 
618a7c
   - id: R43
618a7c
     title: Hardening and configuring the syslog
618a7c
@@ -709,6 +719,7 @@ controls:
618a7c
   - id: R48
618a7c
     level: intermediary
618a7c
     title: Configuring the local messaging service
618a7c
+    automated: yes
618a7c
     rules:
618a7c
     - postfix_network_listening_disabled
618a7c
 
618a7c
@@ -825,6 +836,7 @@ controls:
618a7c
     level: intermediary
618a7c
     title: Privileges of target sudo users
618a7c
     description: The targeted users of a rule should be, as much as possible, non privileged users.
618a7c
+    automated: yes
618a7c
     rules:
618a7c
     - sudoers_no_root_target
618a7c
 
618a7c
@@ -840,12 +852,14 @@ controls:
618a7c
     level: intermediary
618a7c
     title: Good use of negation in a sudoers file
618a7c
     description: The sudoers configuration rules should not involve negation.
618a7c
+    automated: yes
618a7c
     rules:
618a7c
     - sudoers_no_command_negation
618a7c
 
618a7c
   - id: R63
618a7c
     level: intermediary
618a7c
     title: Explicit arguments in sudo specifications
618a7c
+    automated: yes
618a7c
     rules:
618a7c
     - sudoers_explicit_command_args
618a7c