aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/netnode.c
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2011-08-01 11:10:33 +0000
committerDavid S. Miller <davem@davemloft.net>2011-08-01 17:58:33 -0700
commit82c21bfab41a77bc01affe21bea9727d776774a7 (patch)
treeb0c5850be07c7f6d747df389f8f15780887da630 /security/selinux/netnode.c
parentdoc: Update the MAINTAINERS info for Paul Moore (diff)
downloadlinux-dev-82c21bfab41a77bc01affe21bea9727d776774a7.tar.xz
linux-dev-82c21bfab41a77bc01affe21bea9727d776774a7.zip
doc: Update the email address for Paul Moore in various source files
My @hp.com will no longer be valid starting August 5, 2011 so an update is necessary. My new email address is employer independent so we don't have to worry about doing this again any time soon. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: Paul Moore <paul@paul-moore.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/selinux/netnode.c')
-rw-r--r--security/selinux/netnode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/netnode.c b/security/selinux/netnode.c
index 8b691a863186..3bf46abaa688 100644
--- a/security/selinux/netnode.c
+++ b/security/selinux/netnode.c
@@ -6,7 +6,7 @@
* needed to reduce the lookup overhead since most of these queries happen on
* a per-packet basis.
*
- * Author: Paul Moore <paul.moore@hp.com>
+ * Author: Paul Moore <paul@paul-moore.com>
*
* This code is heavily based on the "netif" concept originally developed by
* James Morris <jmorris@redhat.com>