Fixed typo in common profile

Shawn Wells shawn at redhat.com
Tue Jul 29 18:15:57 UTC 2014


On 7/28/14, 3:55 PM, Shawn Wells wrote:
>
> On 7/28/14, 9:55 AM, Kordell, Luke T wrote:
>> From 1d3e274936e72b351982849db3b4c9ab82bfc6e0 Mon Sep 17 00:00:00 2001
>> From: root <root at lukek.home>
>
> You're coding as root? ;)
>
> Consider setting some git variables:
>
> $ git config --global user.name "Luke Kordell"
> $ git config --global user.email "luke.t.kordell at lmco.com"
>
>
> Here is my master gitconfig:
> $ cat ~/.gitconfig
> [user]
>     name = Shawn Wells
>     email = shawn at redhat.com
> [sendemail]
>     from = Shawn Wells <shawn at redhat.com>
>     smtpserver = smtp.corp.redhat.com
>     chainreplyto = false
> [sendemail "ssgcommit"]
>     to = scap-security-guide at lists.fedorahosted.org
>     from = Shawn Wells <shawn at redhat.com>
>     smtpserver = smtp.corp.redhat.com
>
> When I submit patches, I only have to do:
> git send-email --identity=ssgcommit --annotate --cover-letter 
> --signoff origin
>
> Note this requires the git-email package to be installed (avail on RHEL).
>
>
>
>
>> Date: Sun, 27 Jul 2014 10:47:30 -0400
>> Subject: [PATCH] Fixed typo in common.xml profile
>>
>> ---
>>  RHEL/6/input/profiles/common.xml |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/RHEL/6/input/profiles/common.xml 
>> b/RHEL/6/input/profiles/common.xml
>> index d3ec71b..93f81d0 100644
>> --- a/RHEL/6/input/profiles/common.xml
>> +++ b/RHEL/6/input/profiles/common.xml
>> @@ -94,7 +94,7 @@
>>  <select idref="service_ip6tables_enabled" selected="true"/>
>>  <select idref="service_iptables_enabled" selected="true"/>
>>  <select idref="set_iptables_default_rule" selected="true"/>
>> -<select idref="set_ip6tables_default_rule" selected="ture" />
>> +<select idref="set_ip6tables_default_rule" selected="true" />
>>  <select idref="kernel_module_dccp_disabled" selected="true"/>
>>  <select idref="kernel_module_sctp_disabled" selected="true"/>
>>  <select idref="kernel_module_rds_disabled" selected="true"/>
>> -- 
>> 1.7.1
>
>
> Nice - thanks!
>
> ack

Hey Luke - I ran into this issue today, so I went ahead and pushed this 
patch (it should automerge when you git pull && git push on your side)


-- 
Shawn Wells
Director, Innovation Programs
shawn at redhat.com | 443.534.0130
@shawndwells



More information about the scap-security-guide mailing list