From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.3.250]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id o59Nsrit013195 for ; Wed, 9 Jun 2010 19:54:53 -0400 Received: from mail-pv0-f181.google.com (localhost [127.0.0.1]) by msux-gh1-uea01.nsa.gov (8.12.10/8.12.10) with ESMTP id o59Ns5pm011972 for ; Wed, 9 Jun 2010 23:54:05 GMT Received: by pvg6 with SMTP id 6so882924pvg.12 for ; Wed, 09 Jun 2010 16:54:51 -0700 (PDT) Message-ID: <4C1029CF.3040209@gmail.com> Date: Wed, 09 Jun 2010 16:54:55 -0700 From: "Justin P. Mattock" MIME-Version: 1.0 To: James Morris CC: selinux@tycho.nsa.gov Subject: Re: [PATCH]security:policydb.h Fix a space with "SE Linux" References: <1276121526-10620-1-git-send-email-justinmattock@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov On 06/09/2010 04:42 PM, James Morris wrote: > On Wed, 9 Jun 2010, Justin P. Mattock wrote: > >> Fix the space between "SE Linux", to match the other >> definitions of "SELinux", in the system. >> >> Signed-off-by: Justin P. Mattock > > NAK, please look at how this is used. > ahh.. I thought this was printk ing things into dmesg.. but it's not it's a strlen. > >> >> --- >> security/selinux/ss/policydb.h | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/security/selinux/ss/policydb.h b/security/selinux/ss/policydb.h >> index 26d9adf..7da08b2 100644 >> --- a/security/selinux/ss/policydb.h >> +++ b/security/selinux/ss/policydb.h >> @@ -281,7 +281,7 @@ extern int policydb_read(struct policydb *p, void *fp); >> #define OBJECT_R_VAL 1 >> >> #define POLICYDB_MAGIC SELINUX_MAGIC >> -#define POLICYDB_STRING "SE Linux" >> +#define POLICYDB_STRING "SELinux" >> >> struct policy_file { >> char *data; >> -- >> 1.7.1.rc1.21.gf3bd6 >> >> >> -- >> This message was distributed to subscribers of the selinux mailing list. >> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with >> the words "unsubscribe selinux" without quotes as the message. >> > o.k. throwing in the reject pile.. thanks for looking.. Justin P. Mattock -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with the words "unsubscribe selinux" without quotes as the message.