From c0c88f3fc5ba1f05193d6aba47c87719f10ddb87 Mon Sep 17 00:00:00 2001 From: Henrik Holmboe Date: Thu, 20 Oct 2016 03:59:03 +0200 Subject: [PATCH] Add missing gid and mode --- hubblestack_nova_profiles/cis/centos-7-level-1-scored-v2.yaml | 4 ++++ hubblestack_nova_profiles/cis/rhels-7-level-1-scored-v1.yaml | 4 ++++ hubblestack_nova_profiles/cis/rhelw-7-level-1-scored-v1.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/hubblestack_nova_profiles/cis/centos-7-level-1-scored-v2.yaml b/hubblestack_nova_profiles/cis/centos-7-level-1-scored-v2.yaml index 6ba7e42..4213e92 100644 --- a/hubblestack_nova_profiles/cis/centos-7-level-1-scored-v2.yaml +++ b/hubblestack_nova_profiles/cis/centos-7-level-1-scored-v2.yaml @@ -905,7 +905,9 @@ stat: data: CentOS Linux-7: - /etc/passwd: + gid: 0 group: root + mode: 644 tag: CIS-6.1.2 uid: 0 user: root @@ -947,7 +949,9 @@ stat: data: CentOS Linux-7: - /etc/passwd-: + gid: 0 group: root + mode: 644 tag: CIS-6.1.6 uid: 0 user: root diff --git a/hubblestack_nova_profiles/cis/rhels-7-level-1-scored-v1.yaml b/hubblestack_nova_profiles/cis/rhels-7-level-1-scored-v1.yaml index 95490ee..3b2d7f7 100644 --- a/hubblestack_nova_profiles/cis/rhels-7-level-1-scored-v1.yaml +++ b/hubblestack_nova_profiles/cis/rhels-7-level-1-scored-v1.yaml @@ -904,7 +904,9 @@ stat: data: Red Hat Enterprise Linux Server-7: - /etc/passwd: + gid: 0 group: root + mode: 644 tag: CIS-6.1.2 uid: 0 user: root @@ -946,7 +948,9 @@ stat: data: Red Hat Enterprise Linux Server-7: - /etc/passwd-: + gid: 0 group: root + mode: 644 tag: CIS-6.1.6 uid: 0 user: root diff --git a/hubblestack_nova_profiles/cis/rhelw-7-level-1-scored-v1.yaml b/hubblestack_nova_profiles/cis/rhelw-7-level-1-scored-v1.yaml index 7028f88..4c56a9b 100644 --- a/hubblestack_nova_profiles/cis/rhelw-7-level-1-scored-v1.yaml +++ b/hubblestack_nova_profiles/cis/rhelw-7-level-1-scored-v1.yaml @@ -884,7 +884,9 @@ stat: data: Red Hat Enterprise Linux Workstation-7: - /etc/passwd: + gid: 0 group: root + mode: 644 tag: CIS-6.1.2 uid: 0 user: root @@ -926,7 +928,9 @@ stat: data: Red Hat Enterprise Linux Workstation-7: - /etc/passwd-: + gid: 0 group: root + mode: 644 tag: CIS-6.1.6 uid: 0 user: root