Created
January 7, 2019 22:04
-
-
Save tkuennen/742204b45ef675ca292d96c3da566432 to your computer and use it in GitHub Desktop.
Updates only packages relevant for security on RHEL based systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Update security packages via yum, then run rkhunter, and OSSEC checksum updates | |
| sudo yum update --security | |
| sudo rkhunter --update | |
| sudo rkhunter --propupd | |
| sudo rkhunter --check | |
| sudo /var/ossec/bin/ossec-syscheckd | |
| sudo /var/ossec/bin/syscheck_update -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment