From 4557ca00f12613a47824f7c81d81c03773ea1cbf Mon Sep 17 00:00:00 2001 From: Huang Huang Date: Fri, 15 May 2020 00:44:43 +0800 Subject: [PATCH] Fix a typo in 1.1.11 of cis-1.5 (#605) Co-authored-by: Liz Rice --- cfg/cis-1.5/master.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cfg/cis-1.5/master.yaml b/cfg/cis-1.5/master.yaml index 07845dc..080fb79 100644 --- a/cfg/cis-1.5/master.yaml +++ b/cfg/cis-1.5/master.yaml @@ -169,7 +169,8 @@ groups: remediation: | On the etcd server node, get the etcd data directory, passed as an argument --data-dir, from the below command: - ps -ef | grep etcd Run the below command (based on the etcd data directory found above). For example, + ps -ef | grep etcd + Run the below command (based on the etcd data directory found above). For example, chmod 700 /var/lib/etcd scored: true