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