2009-10-22 04:31:15

by Justin P. Mattock

[permalink] [raw]
Subject: [refpolicy] Fix-typo-in-policy-constraints.





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

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


2009-10-22 04:31:16

by Justin P. Mattock

[permalink] [raw]
Subject: [refpolicy] [PATCH] Fix a typo of SElinux to SELinux.

Signed-off-by: Justin P. Mattock <[email protected]>
---
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

2009-10-22 13:48:04

by cpebenito

[permalink] [raw]
Subject: [refpolicy] [PATCH] Fix a typo of SElinux to SELinux.

On Wed, 2009-10-21 at 21:31 -0700, Justin P. Mattock wrote:
> Signed-off-by: Justin P. Mattock <[email protected]>

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

2009-10-22 14:37:54

by Justin P. Mattock

[permalink] [raw]
Subject: [refpolicy] [PATCH] Fix a typo of SElinux to SELinux.

Christopher J. PeBenito wrote:
> On Wed, 2009-10-21 at 21:31 -0700, Justin P. Mattock wrote:
>
>> Signed-off-by: Justin P. Mattock<[email protected]>
>>
>
> 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