Files
the-practical-linux-hardeni…/lib/post_install_tasks/package_management.md
trimstray d7f44ff54b added new chapter
- signed-off-by: trimstray <trimstray@gmail.com>
2019-02-20 13:57:16 +01:00

1.5 KiB
Raw Blame History

Post install tasks

Package management

Introduction

Package manager is a popular way to distribute software. It's also provide a privileged, central mechanism for the management of software on your operating system.

✴️ Check package signatures

RedHat/CentOS
# Edit '[main]' section in /etc/yum.conf
gpgcheck=1
Policy
Type Severity Reference Comment
OpenSCAP High Ensure gpgcheck Enabled In Main yum Configuration
STIG
CIS

✴️ Remove packages with known issues

RedHat/CentOS

Policy
Type Severity Reference Comment
OpenSCAP
STIG
CIS

✳️ Useful resources

☑️ Summary checklist

Item True False
🔲 🔲
🔲 🔲