All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] Fix-typo-in-policy-constraints.
@ 2009-10-22  4:31 Justin P. Mattock
  2009-10-22  4:31 ` [refpolicy] [PATCH] Fix a typo of SElinux to SELinux Justin P. Mattock
  0 siblings, 1 reply; 4+ messages in thread
From: Justin P. Mattock @ 2009-10-22  4:31 UTC (permalink / raw)
  To: refpolicy





Looking at policy/constraints I noticed
that SELinux is SElinux.
(dmesg | grep SE)

 policy/constraints |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

* [refpolicy] [PATCH] Fix a typo of SElinux to SELinux.
  2009-10-22  4:31 [refpolicy] Fix-typo-in-policy-constraints Justin P. Mattock
@ 2009-10-22  4:31 ` Justin P. Mattock
  2009-10-22 13:48   ` Christopher J. PeBenito
  0 siblings, 1 reply; 4+ messages in thread
From: Justin P. Mattock @ 2009-10-22  4:31 UTC (permalink / raw)
  To: refpolicy

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

diff --git a/policy/constraints b/policy/constraints
index 3245d44..155883b 100644
--- a/policy/constraints
+++ b/policy/constraints
@@ -67,7 +67,7 @@ exempted_ubac_constraint(sock_file, ubacfile)
 exempted_ubac_constraint(chr_file, ubacfile)
 exempted_ubac_constraint(blk_file, ubacfile)
 
-# SElinux object identity change constraint:
+# SELinux object identity change constraint:
 constrain dir_file_class_set { create relabelto relabelfrom } 
 (
 	u1 == u2
-- 
1.6.5.rc2

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

* [refpolicy] [PATCH] Fix a typo of SElinux to SELinux.
  2009-10-22  4:31 ` [refpolicy] [PATCH] Fix a typo of SElinux to SELinux Justin P. Mattock
@ 2009-10-22 13:48   ` Christopher J. PeBenito
  2009-10-22 14:37     ` Justin P. Mattock
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher J. PeBenito @ 2009-10-22 13:48 UTC (permalink / raw)
  To: refpolicy

On Wed, 2009-10-21 at 21:31 -0700, Justin P. Mattock wrote:
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

Merged.

> ---
>  policy/constraints |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/policy/constraints b/policy/constraints
> index 3245d44..155883b 100644
> --- a/policy/constraints
> +++ b/policy/constraints
> @@ -67,7 +67,7 @@ exempted_ubac_constraint(sock_file, ubacfile)
>  exempted_ubac_constraint(chr_file, ubacfile)
>  exempted_ubac_constraint(blk_file, ubacfile)
>  
> -# SElinux object identity change constraint:
> +# SELinux object identity change constraint:
>  constrain dir_file_class_set { create relabelto relabelfrom } 
>  (
>  	u1 == u2
-- 
Chris PeBenito
Tresys Technology, LLC
(410) 290-1411 x150

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

* [refpolicy] [PATCH] Fix a typo of SElinux to SELinux.
  2009-10-22 13:48   ` Christopher J. PeBenito
@ 2009-10-22 14:37     ` Justin P. Mattock
  0 siblings, 0 replies; 4+ messages in thread
From: Justin P. Mattock @ 2009-10-22 14:37 UTC (permalink / raw)
  To: refpolicy

Christopher J. PeBenito wrote:
> On Wed, 2009-10-21 at 21:31 -0700, Justin P. Mattock wrote:
>    
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>      
>
> Merged.
>
>    
>> ---
>>   policy/constraints |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/policy/constraints b/policy/constraints
>> index 3245d44..155883b 100644
>> --- a/policy/constraints
>> +++ b/policy/constraints
>> @@ -67,7 +67,7 @@ exempted_ubac_constraint(sock_file, ubacfile)
>>   exempted_ubac_constraint(chr_file, ubacfile)
>>   exempted_ubac_constraint(blk_file, ubacfile)
>>
>> -# SElinux object identity change constraint:
>> +# SELinux object identity change constraint:
>>   constrain dir_file_class_set { create relabelto relabelfrom }
>>   (
>>   	u1 == u2
>>      
Cool...
I'm thumbing around the policy at the moment,
if I see anything(not to drastic though) I'll let you know.

Justin P. Mattock

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

end of thread, other threads:[~2009-10-22 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22  4:31 [refpolicy] Fix-typo-in-policy-constraints Justin P. Mattock
2009-10-22  4:31 ` [refpolicy] [PATCH] Fix a typo of SElinux to SELinux Justin P. Mattock
2009-10-22 13:48   ` Christopher J. PeBenito
2009-10-22 14:37     ` 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.