aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2017-08-17 13:32:37 -0400
committerPaul Moore <paul@paul-moore.com>2017-08-17 15:33:39 -0400
commit5d72801538eb59cfd9ca25d00aa439cfbc02ac9a (patch)
treee1a6235a03a227e32745dcc16e3e45a99cf70b9b
parent7efbb60b455115f6027e76c45ec548436115f72c (diff)
lsm_audit: update my email address
Update my email address since epoch.ncsc.mil no longer exists. MAINTAINERS and CREDITS are already correct. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--include/linux/lsm_audit.h2
-rw-r--r--security/lsm_audit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/lsm_audit.h b/include/linux/lsm_audit.h
index 22b5d4e687ce..d1c2901f1542 100644
--- a/include/linux/lsm_audit.h
+++ b/include/linux/lsm_audit.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * Author : Etienne BASSET <etienne.basset@ensta.org> 5 * Author : Etienne BASSET <etienne.basset@ensta.org>
6 * 6 *
7 * All credits to : Stephen Smalley, <sds@epoch.ncsc.mil> 7 * All credits to : Stephen Smalley, <sds@tycho.nsa.gov>
8 * All BUGS to : Etienne BASSET <etienne.basset@ensta.org> 8 * All BUGS to : Etienne BASSET <etienne.basset@ensta.org>
9 */ 9 */
10#ifndef _LSM_COMMON_LOGGING_ 10#ifndef _LSM_COMMON_LOGGING_
diff --git a/security/lsm_audit.c b/security/lsm_audit.c
index 28d4c3a528ab..67703dbe29ea 100644
--- a/security/lsm_audit.c
+++ b/security/lsm_audit.c
@@ -2,7 +2,7 @@
2 * common LSM auditing functions 2 * common LSM auditing functions
3 * 3 *
4 * Based on code written for SELinux by : 4 * Based on code written for SELinux by :
5 * Stephen Smalley, <sds@epoch.ncsc.mil> 5 * Stephen Smalley, <sds@tycho.nsa.gov>
6 * James Morris <jmorris@redhat.com> 6 * James Morris <jmorris@redhat.com>
7 * Author : Etienne Basset, <etienne.basset@ensta.org> 7 * Author : Etienne Basset, <etienne.basset@ensta.org>
8 * 8 *