All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] Fix a typo in support/genhomedircon.
@ 2010-04-23  7:17 Justin P. Mattock
  2010-05-03 13:25 ` Justin P. Mattock
  0 siblings, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2010-04-23  7:17 UTC (permalink / raw)
  To: refpolicy

Fix a typo in support/genhomedircon.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
---
 support/genhomedircon |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/support/genhomedircon b/support/genhomedircon
index 7c4c44c..01ef91d 100644
--- a/support/genhomedircon
+++ b/support/genhomedircon
@@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
 
         #the idea is that we need to find all of the home_root_t directories we do this by just accepting
         #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
-        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
+        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
         #the defined homedir for all users with UID > STARTING_UID.  This list of possible root homedirs
         #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
         #is any regex that would match it which does not end with .*$ or .+$ since those are general
-- 
1.6.5.GIT

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [refpolicy] [PATCH] Fix a typo in support/genhomedircon.
  2010-04-23  7:17 [refpolicy] [PATCH] Fix a typo in support/genhomedircon Justin P. Mattock
@ 2010-05-03 13:25 ` Justin P. Mattock
  2010-05-03 15:06   ` Daniel J Walsh
  2010-05-03 15:48   ` Christopher J. PeBenito
  0 siblings, 2 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-05-03 13:25 UTC (permalink / raw)
  To: refpolicy

On 04/23/2010 12:17 AM, Justin P. Mattock wrote:
> Fix a typo in support/genhomedircon.
>
> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
> ---
>   support/genhomedircon |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/support/genhomedircon b/support/genhomedircon
> index 7c4c44c..01ef91d 100644
> --- a/support/genhomedircon
> +++ b/support/genhomedircon
> @@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
>
>           #the idea is that we need to find all of the home_root_t directories we do this by just accepting
>           #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
> -        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
> +        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
>           #the defined homedir for all users with UID>  STARTING_UID.  This list of possible root homedirs
>           #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
>           #is any regex that would match it which does not end with .*$ or .+$ since those are general

I have not received a response
is this fame or shame?

Justin P. Mattock

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [refpolicy] [PATCH] Fix a typo in support/genhomedircon.
  2010-05-03 13:25 ` Justin P. Mattock
@ 2010-05-03 15:06   ` Daniel J Walsh
  2010-05-03 15:50     ` Justin P. Mattock
  2010-05-03 15:48   ` Christopher J. PeBenito
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel J Walsh @ 2010-05-03 15:06 UTC (permalink / raw)
  To: refpolicy

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/03/2010 09:25 AM, Justin P. Mattock wrote:
> On 04/23/2010 12:17 AM, Justin P. Mattock wrote:
>> Fix a typo in support/genhomedircon.
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>> ---
>>   support/genhomedircon |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/support/genhomedircon b/support/genhomedircon
>> index 7c4c44c..01ef91d 100644
>> --- a/support/genhomedircon
>> +++ b/support/genhomedircon
>> @@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
>>
>>           #the idea is that we need to find all of the home_root_t directories we do this by just accepting
>>           #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
>> -        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
>> +        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
>>           #the defined homedir for all users with UID>  STARTING_UID.  This list of possible root homedirs
>>           #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
>>           #is any regex that would match it which does not end with .*$ or .+$ since those are general
> 
> I have not received a response
> is this fame or shame?
> 
> Justin P. Mattock
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy
Wrong list, You should send to the selinux developers
list.selinux at tycho.nsa.go
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkve5ocACgkQrlYvE4MpobMLJwCg4SR9kzleKE+a9YXC4iGHvWf1
P78AoMZZiOkK6gmZ6t/vxltJjr90fWYq
=5K3q
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [refpolicy] [PATCH] Fix a typo in support/genhomedircon.
  2010-05-03 13:25 ` Justin P. Mattock
  2010-05-03 15:06   ` Daniel J Walsh
@ 2010-05-03 15:48   ` Christopher J. PeBenito
  2010-05-03 16:00     ` Justin P. Mattock
  1 sibling, 1 reply; 6+ messages in thread
From: Christopher J. PeBenito @ 2010-05-03 15:48 UTC (permalink / raw)
  To: refpolicy

On Mon, 2010-05-03 at 06:25 -0700, Justin P. Mattock wrote:
> On 04/23/2010 12:17 AM, Justin P. Mattock wrote:
> > Fix a typo in support/genhomedircon.
> >
> > Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
> > ---
> >   support/genhomedircon |    2 +-
> >   1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/support/genhomedircon b/support/genhomedircon
> > index 7c4c44c..01ef91d 100644
> > --- a/support/genhomedircon
> > +++ b/support/genhomedircon
> > @@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
> >
> >           #the idea is that we need to find all of the home_root_t directories we do this by just accepting
> >           #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
> > -        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
> > +        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
> >           #the defined homedir for all users with UID>  STARTING_UID.  This list of possible root homedirs
> >           #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
> >           #is any regex that would match it which does not end with .*$ or .+$ since those are general
> 
> I have not received a response
> is this fame or shame?

Its merged.  Things like whitespace and typo fixes are low priority, and
can easily get buried under the avalanche of Fedora patches.

-- 
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [refpolicy] [PATCH] Fix a typo in support/genhomedircon.
  2010-05-03 15:06   ` Daniel J Walsh
@ 2010-05-03 15:50     ` Justin P. Mattock
  0 siblings, 0 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-05-03 15:50 UTC (permalink / raw)
  To: refpolicy

On 05/03/2010 08:06 AM, Daniel J Walsh wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 05/03/2010 09:25 AM, Justin P. Mattock wrote:
>> On 04/23/2010 12:17 AM, Justin P. Mattock wrote:
>>> Fix a typo in support/genhomedircon.
>>>
>>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>> ---
>>>    support/genhomedircon |    2 +-
>>>    1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/support/genhomedircon b/support/genhomedircon
>>> index 7c4c44c..01ef91d 100644
>>> --- a/support/genhomedircon
>>> +++ b/support/genhomedircon
>>> @@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
>>>
>>>            #the idea is that we need to find all of the home_root_t directories we do this by just accepting
>>>            #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
>>> -        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
>>> +        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
>>>            #the defined homedir for all users with UID>   STARTING_UID.  This list of possible root homedirs
>>>            #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
>>>            #is any regex that would match it which does not end with .*$ or .+$ since those are general
>>
>> I have not received a response
>> is this fame or shame?
>>
>> Justin P. Mattock
>> _______________________________________________
>> refpolicy mailing list
>> refpolicy at oss.tresys.com
>> http://oss.tresys.com/mailman/listinfo/refpolicy
> Wrong list, You should send to the selinux developers
> list.selinux at tycho.nsa.go
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.14 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkve5ocACgkQrlYvE4MpobMLJwCg4SR9kzleKE+a9YXC4iGHvWf1
> P78AoMZZiOkK6gmZ6t/vxltJjr90fWYq
> =5K3q
> -----END PGP SIGNATURE-----
>

man!! thought this was refpolicy specific..
I'll resend to SELinux.

thanks..

Justin P. Mattock

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [refpolicy] [PATCH] Fix a typo in support/genhomedircon.
  2010-05-03 15:48   ` Christopher J. PeBenito
@ 2010-05-03 16:00     ` Justin P. Mattock
  0 siblings, 0 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-05-03 16:00 UTC (permalink / raw)
  To: refpolicy

On 05/03/2010 08:48 AM, Christopher J. PeBenito wrote:
> On Mon, 2010-05-03 at 06:25 -0700, Justin P. Mattock wrote:
>> On 04/23/2010 12:17 AM, Justin P. Mattock wrote:
>>> Fix a typo in support/genhomedircon.
>>>
>>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>> ---
>>>    support/genhomedircon |    2 +-
>>>    1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/support/genhomedircon b/support/genhomedircon
>>> index 7c4c44c..01ef91d 100644
>>> --- a/support/genhomedircon
>>> +++ b/support/genhomedircon
>>> @@ -154,7 +154,7 @@ def oldgenhomedircon(filecontextdir, filecontext):
>>>
>>>            #the idea is that we need to find all of the home_root_t directories we do this by just accepting
>>>            #any default home directory defined by either /etc/libuser.conf or /etc/default/useradd
>>> -        #we then get the potential home directory roots from /etc/passwd or nis or whereever and look at
>>> +        #we then get the potential home directory roots from /etc/passwd or nis or wherever and look at
>>>            #the defined homedir for all users with UID>   STARTING_UID.  This list of possible root homedirs
>>>            #is then checked to see if it has an explicite context defined in the file_contexts.  Explicit
>>>            #is any regex that would match it which does not end with .*$ or .+$ since those are general
>>
>> I have not received a response
>> is this fame or shame?
>
> Its merged.  Things like whitespace and typo fixes are low priority, and
> can easily get buried under the avalanche of Fedora patches.
>

alright.. so it's fame on this on!!

As for the avalanche of patches,
that's a good thing(means lots of work),
in regards to being stressed by it,
I can understand!!

Justin P. Mattock

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-03 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23  7:17 [refpolicy] [PATCH] Fix a typo in support/genhomedircon Justin P. Mattock
2010-05-03 13:25 ` Justin P. Mattock
2010-05-03 15:06   ` Daniel J Walsh
2010-05-03 15:50     ` Justin P. Mattock
2010-05-03 15:48   ` Christopher J. PeBenito
2010-05-03 16:00     ` Justin P. Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.