diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2017-08-17 13:32:36 -0400 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2017-08-17 15:32:55 -0400 |
commit | 7efbb60b455115f6027e76c45ec548436115f72c (patch) | |
tree | 94f9963641aa1bf75ab1379d73ba49c1208877ec /security/selinux/avc.c | |
parent | 5703ffaa001d3a195f895f3975803464bc23b571 (diff) | |
download | linux-stable-7efbb60b455115f6027e76c45ec548436115f72c.tar.gz linux-stable-7efbb60b455115f6027e76c45ec548436115f72c.tar.bz2 linux-stable-7efbb60b455115f6027e76c45ec548436115f72c.zip |
selinux: 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>
Diffstat (limited to 'security/selinux/avc.c')
-rw-r--r-- | security/selinux/avc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/avc.c b/security/selinux/avc.c index 52f3c550abcc..f14ae9c2ff34 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c @@ -1,7 +1,7 @@ /* * Implementation of the kernel access vector cache (AVC). * - * Authors: Stephen Smalley, <sds@epoch.ncsc.mil> + * Authors: Stephen Smalley, <sds@tycho.nsa.gov> * James Morris <jmorris@redhat.com> * * Update: KaiGai, Kohei <kaigai@ak.jp.nec.com> |