TESTING:
[root@SSG-RHEL6 checks]# grep ^@ /etc/rsyslog.conf [root@SSG-RHEL6 checks]# ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghostiY1DX3.xml Writing results to : /tmp/rsyslog_remote_loghostiY1DX3.xml-results Definition oval:scap-security-guide.testing:def:192: false Evaluation done. [root@SSG-RHEL6 checks]# echo "*.* @@remote-host:514" >> /etc/rsyslog.conf ; ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghostxSskWm.xml Writing results to : /tmp/rsyslog_remote_loghostxSskWm.xml-results Definition oval:scap-security-guide.testing:def:192: true Evaluation done. [root@SSG-RHEL6 checks]# sed -i '$ d' /etc/rsyslog.conf ; ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghosts4KKRx.xml Writing results to : /tmp/rsyslog_remote_loghosts4KKRx.xml-results Definition oval:scap-security-guide.testing:def:192: false Evaluation done. [root@SSG-RHEL6 checks]# echo "*.* @@remote-host:514" > /etc/rsyslog.d/ilovetestingbugs ; ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghosttZ8ody.xml Writing results to : /tmp/rsyslog_remote_loghosttZ8ody.xml-results Definition oval:scap-security-guide.testing:def:192: true Evaluation done. [root@SSG-RHEL6 checks]# rm /etc/rsyslog.d/ilovetestingbugs rm: remove regular file `/etc/rsyslog.d/ilovetestingbugs'? y
Looks great! Please push.
On 10/25/2013 08:58 PM, Shawn Wells wrote:
TESTING:
[root@SSG-RHEL6 checks]# grep ^@ /etc/rsyslog.conf [root@SSG-RHEL6 checks]# ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghostiY1DX3.xml Writing results to : /tmp/rsyslog_remote_loghostiY1DX3.xml-results Definition oval:scap-security-guide.testing:def:192: false Evaluation done. [root@SSG-RHEL6 checks]# echo "*.* @@remote-host:514" >> /etc/rsyslog.conf ; ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghostxSskWm.xml Writing results to : /tmp/rsyslog_remote_loghostxSskWm.xml-results Definition oval:scap-security-guide.testing:def:192: true Evaluation done. [root@SSG-RHEL6 checks]# sed -i '$ d' /etc/rsyslog.conf ; ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghosts4KKRx.xml Writing results to : /tmp/rsyslog_remote_loghosts4KKRx.xml-results Definition oval:scap-security-guide.testing:def:192: false Evaluation done. [root@SSG-RHEL6 checks]# echo "*.* @@remote-host:514" > /etc/rsyslog.d/ilovetestingbugs ; ./testcheck.py rsyslog_remote_loghost.xml Evaluating with OVAL tempfile : /tmp/rsyslog_remote_loghosttZ8ody.xml Writing results to : /tmp/rsyslog_remote_loghosttZ8ody.xml-results Definition oval:scap-security-guide.testing:def:192: true Evaluation done. [root@SSG-RHEL6 checks]# rm /etc/rsyslog.d/ilovetestingbugs rm: remove regular file `/etc/rsyslog.d/ilovetestingbugs'? y
scap-security-guide mailing list scap-security-guide@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
On 10/25/13, 9:20 PM, Dave Smith wrote:
Looks great! Please push.
Pushed: $ git push Counting objects: 13, done. Delta compression using up to 2 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 1.11 KiB, done. Total 7 (delta 6), reused 0 (delta 0) To ssh://shawndwells@git.fedorahosted.org/git/scap-security-guide.git 8d47723..61ab560 master -> master
scap-security-guide@lists.fedorahosted.org