Created
August 1, 2018 23:08
-
-
Save rms1000watt/7812c06177f03f47e0ccce547c50c2cc to your computer and use it in GitHub Desktop.
Turn off McAfee & OSSec on RHEL
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
| #!/usr/bin/env bash | |
| /var/ossec/bin/ossec-control start | |
| /var/ossec/bin/ossec-control stop | |
| /opt/isec/ens/threatprevention/bin/isectpdControl.sh stop | |
| /opt/isec/ens/esp/bin/isecespdControl.sh stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment