aws-samples / aws-samples/amazon-eks-custom-amis
TCP Wrappers deprecated
Open
- Dominant language
- Shell
- Stars
- 190
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
If i read: https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrappers
TCP Wrappers is deprecated on redhat.
But it's installed:
```
echo "3.3.1 - ensure TCP Wrappers is installed"
yum install -y tcp_wrappers
```
Is it a good idea to install it?
Contributor guide
Assessment
This issue has not been assessed yet.