All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]security:policydb.h Fix a space with "SE Linux"
@ 2010-06-09 22:12 Justin P. Mattock
  2010-06-09 23:42 ` James Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Justin P. Mattock @ 2010-06-09 22:12 UTC (permalink / raw)
  To: selinux; +Cc: Justin P. Mattock

Fix the space between "SE Linux", to match the other
definitions of "SELinux", in the system.
 
 Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 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.

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

end of thread, other threads:[~2010-06-10 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 22:12 [PATCH]security:policydb.h Fix a space with "SE Linux" Justin P. Mattock
2010-06-09 23:42 ` James Morris
2010-06-09 23:54   ` Justin P. Mattock
2010-06-10 12:37     ` Stephen Smalley
2010-06-10 13:47       ` 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.