From 8690a16580f97bd7c15b50ebf598a3da0b4c4a3a Mon Sep 17 00:00:00 2001 From: ByeonJungHun Date: Thu, 11 Jan 2024 16:28:14 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=80=EC=82=AC=20=ED=95=AD=EB=AA=A9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/security_check/README.md | 2 +- ansible/security_check/roles/security_check/files/rocky.sh | 2 +- ansible/security_check/roles/security_check/files/ubuntu.sh | 2 +- ansible/security_check/test | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/security_check/README.md b/ansible/security_check/README.md index ed64053..c324840 100644 --- a/ansible/security_check/README.md +++ b/ansible/security_check/README.md @@ -1,3 +1,3 @@ | 이름 | 아이피 | 상태 요약 | 상세 보기 | | --- | --- | --- | --- | -| datasaker | 10.10.43.99 | 양호 | http://10.10.43.42:8080/datasaker.10.10.43.99.txt | +| datasaker | 10.10.43.109 | 양호 | http://10.10.43.42:8080/datasaker.10.10.43.109.txt | diff --git a/ansible/security_check/roles/security_check/files/rocky.sh b/ansible/security_check/roles/security_check/files/rocky.sh index 48ae9f3..069e7e1 100644 --- a/ansible/security_check/roles/security_check/files/rocky.sh +++ b/ansible/security_check/roles/security_check/files/rocky.sh @@ -3692,7 +3692,7 @@ U_05 # root 홈, 패스 디렉터리 권한 및 패스 설정 U_07 # /etc/passwd 파일 소유자 및 권한 설정 U_08 # /etc/shadow 파일 소유자 및 권한 설정 U_09 # /etc/hosts 파일 소유자 및 권한 설정 -U_10 # /etc/(x)inetd.conf 파일 소유자 및 권한 설정 +#U_10 # /etc/(x)inetd.conf 파일 소유자 및 권한 설정 U_11 # /etc/syslog.conf 파일 소유자 및 권한 설정 U_12 # /etc/services 파일 소유자 및 권한 설정 #U_13 # kubernetes 사용에 의한 어쩔 수 없음 제외 diff --git a/ansible/security_check/roles/security_check/files/ubuntu.sh b/ansible/security_check/roles/security_check/files/ubuntu.sh index 216ce4f..6ad7dd5 100644 --- a/ansible/security_check/roles/security_check/files/ubuntu.sh +++ b/ansible/security_check/roles/security_check/files/ubuntu.sh @@ -3626,7 +3626,7 @@ U_05 # root 홈, 패스 디렉터리 권한 및 패스 설정 U_07 # /etc/passwd 파일 소유자 및 권한 설정 U_08 # /etc/shadow 파일 소유자 및 권한 설정 U_09 # /etc/hosts 파일 소유자 및 권한 설정 -U_10 # /etc/(x)inetd.conf 파일 소유자 및 권한 설정 +#U_10 # /etc/(x)inetd.conf 파일 소유자 및 권한 설정 U_11 # /etc/syslog.conf 파일 소유자 및 권한 설정 U_12 # /etc/services 파일 소유자 및 권한 설정 #U_13 # kubernetes 사용에 의한 어쩔 수 없음 제외 diff --git a/ansible/security_check/test b/ansible/security_check/test index 9409a8f..6669eb7 100644 --- a/ansible/security_check/test +++ b/ansible/security_check/test @@ -3,7 +3,7 @@ server nas [server] -10.10.43.99 ansible_user=datasaker ansible_port=2222 +10.10.43.109 ansible_user=datasaker ansible_port=2222 [nas] 10.10.43.42 ansible_port=2222 ansible_user=exemdev2