Skip to content

Commit 7efbb60

Browse files
stephensmalleypcmoore
authored andcommitted
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 <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 5703ffa commit 7efbb60

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

security/selinux/avc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Implementation of the kernel access vector cache (AVC).
33
*
4-
* Authors: Stephen Smalley, <sds@epoch.ncsc.mil>
4+
* Authors: Stephen Smalley, <sds@tycho.nsa.gov>
55
* James Morris <[email protected]>
66
*
77
* Update: KaiGai, Kohei <[email protected]>

security/selinux/hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This file contains the SELinux hook function implementations.
55
*
6-
* Authors: Stephen Smalley, <sds@epoch.ncsc.mil>
6+
* Authors: Stephen Smalley, <sds@tycho.nsa.gov>
77
* Chris Vance, <[email protected]>
88
* Wayne Salamon, <[email protected]>
99
* James Morris <[email protected]>

security/selinux/include/avc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Access vector cache interface for object managers.
33
*
4-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
4+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
55
*/
66
#ifndef _SELINUX_AVC_H_
77
#define _SELINUX_AVC_H_

security/selinux/include/avc_ss.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Access vector cache interface for the security server.
33
*
4-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
4+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
55
*/
66
#ifndef _SELINUX_AVC_SS_H_
77
#define _SELINUX_AVC_SS_H_

security/selinux/include/objsec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This file contains the SELinux security data structures for kernel objects.
55
*
6-
* Author(s): Stephen Smalley, <sds@epoch.ncsc.mil>
6+
* Author(s): Stephen Smalley, <sds@tycho.nsa.gov>
77
* Chris Vance, <[email protected]>
88
* Wayne Salamon, <[email protected]>
99
* James Morris <[email protected]>

security/selinux/include/security.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Security server interface.
33
*
4-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
4+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
55
*
66
*/
77

security/selinux/ss/avtab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Implementation of the access vector table type.
33
*
4-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
4+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
55
*/
66

77
/* Updated: Frank Mayer <[email protected]> and Karl MacMillan <[email protected]>

security/selinux/ss/avtab.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* table is used to represent the type enforcement
66
* tables.
77
*
8-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
8+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
99
*/
1010

1111
/* Updated: Frank Mayer <[email protected]> and Karl MacMillan <[email protected]>

security/selinux/ss/constraint.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* process from labeling an object with a different user
1111
* identity.
1212
*
13-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
13+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
1414
*/
1515
#ifndef _SS_CONSTRAINT_H_
1616
#define _SS_CONSTRAINT_H_

security/selinux/ss/context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* security server and can be changed without affecting
1111
* clients of the security server.
1212
*
13-
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
13+
* Author : Stephen Smalley, <sds@tycho.nsa.gov>
1414
*/
1515
#ifndef _SS_CONTEXT_H_
1616
#define _SS_CONTEXT_H_

0 commit comments

Comments
 (0)