From: justinmattock@gmail.com (Justin P. Mattock) Date: Thu, 22 Oct 2009 07:37:54 -0700 Subject: [refpolicy] [PATCH] Fix a typo of SElinux to SELinux. In-Reply-To: <1256219286.28212.4.camel@gorn.columbia.tresys.com> References: <1256185876-520-1-git-send-email-justinmattock@gmail.com> <1256185876-520-2-git-send-email-justinmattock@gmail.com> <1256219286.28212.4.camel@gorn.columbia.tresys.com> Message-ID: <4AE06E42.2090603@gmail.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Christopher J. PeBenito wrote: > On Wed, 2009-10-21 at 21:31 -0700, Justin P. Mattock wrote: > >> Signed-off-by: Justin P. Mattock >> > > 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