On 3/29/13 2:27 PM, Brian Millett wrote:
On Fri, 29 Mar 2013 12:48:04 -0400
Shawn Wells<[email protected]> wrote:
>On 3/29/13 9:54 AM, Brian Millett wrote:
> >Signed-off-by: Brian Millett<[email protected]>
> >---
> > RHEL6/input/fixes/bash/disable_vsftpd.sh | 3 +++
> > 1 file changed, 3 insertions(+)
> > create mode 100644 RHEL6/input/fixes/bash/disable_vsftpd.sh
> >
> >diff --git a/RHEL6/input/fixes/bash/disable_vsftpd.sh
> >b/RHEL6/input/fixes/bash/disable_vsftpd.sh new file mode 100644
> >index 0000000..a9d4d72
> >--- /dev/null
> >+++ b/RHEL6/input/fixes/bash/disable_vsftpd.sh
> >@@ -0,0 +1,3 @@
> >+if service vsftpd status >/dev/null; then
> >+ service vsftpd stop
> >+fi
>
>
>As OVAL performs a conditional check already there's no need for the
>bash scripts to repeat one. In the long run we'll want to remove the
>conditional checks... but for now, Ack
Ok, I was wondering about that. I guess I'm paranoid.
I pushed the changes, hope I didn't screw up.
Changes show up in my repo after a git pull, and fixes showup in the
XCCDF. All looks well. Thanks for the patches!
_______________________________________________
scap-security-guide mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide