Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| centos7:3:4:1 [2017/05/04 17:29] – created Piotr Kłoczewski | centos7:3:4:1 [2017/05/04 17:29] (current) – [Remediation] Piotr Kłoczewski | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| =====Audit===== | =====Audit===== | ||
| - | Run the following command and verify tcp_wrappers is installed: | + | Run the following command and verify |
| < | < | ||
| # rpm -q tcp_wrappers | # rpm -q tcp_wrappers | ||
| tcp_wrappers-< | tcp_wrappers-< | ||
| </ | </ | ||
| - | Run the following command and verify libwrap.so is installed: | + | Run the following command and verify |
| < | < | ||
| # rpm -q tcp_wrappers-libs | # rpm -q tcp_wrappers-libs | ||
| Line 24: | Line 24: | ||
| </ | </ | ||
| =====Remediation===== | =====Remediation===== | ||
| - | Run the following command to install tcp_wrappers: | + | Run the following command to install |
| < | < | ||
| # yum install tcp_wrappers | # yum install tcp_wrappers | ||