]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selinux: update my email address
authorStephen Smalley <stephen.smalley.work@gmail.com>
Wed, 19 Jul 2023 15:12:50 +0000 (11:12 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 19 Jul 2023 15:27:02 +0000 (11:27 -0400)
Update my email address; MAINTAINERS was updated some time ago.

Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
25 files changed:
security/selinux/avc.c
security/selinux/hooks.c
security/selinux/include/avc.h
security/selinux/include/avc_ss.h
security/selinux/include/objsec.h
security/selinux/include/security.h
security/selinux/ss/avtab.c
security/selinux/ss/avtab.h
security/selinux/ss/constraint.h
security/selinux/ss/context.h
security/selinux/ss/ebitmap.c
security/selinux/ss/ebitmap.h
security/selinux/ss/hashtab.c
security/selinux/ss/hashtab.h
security/selinux/ss/mls.c
security/selinux/ss/mls.h
security/selinux/ss/mls_types.h
security/selinux/ss/policydb.c
security/selinux/ss/policydb.h
security/selinux/ss/services.c
security/selinux/ss/services.h
security/selinux/ss/sidtab.c
security/selinux/ss/sidtab.h
security/selinux/ss/symtab.c
security/selinux/ss/symtab.h

index cd55479cce25e31be91a45646b47869f9e2e583a..32eb67fb3e42c0f0e88b70ee37bf9a3afcd8e7d4 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the kernel access vector cache (AVC).
  *
- * Authors:  Stephen Smalley, <sds@tycho.nsa.gov>
+ * Authors:  Stephen Smalley, <stephen.smalley.work@gmail.com>
  *          James Morris <jmorris@redhat.com>
  *
  * Update:   KaiGai, Kohei <kaigai@ak.jp.nec.com>
index dc51f28815b0d379943659cf6b4b84fceaf25f23..a85a9f52e0c387b0ca0188404df03da5273c79e1 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  This file contains the SELinux hook function implementations.
  *
- *  Authors:  Stephen Smalley, <sds@tycho.nsa.gov>
+ *  Authors:  Stephen Smalley, <stephen.smalley.work@gmail.com>
  *           Chris Vance, <cvance@nai.com>
  *           Wayne Salamon, <wsalamon@nai.com>
  *           James Morris <jmorris@redhat.com>
index 9e055f74daf6bbfbfabca70b689c5b439329aa42..8f0aa66ccb13bc3624e36c90fd44b83bd4bd31ed 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Access vector cache interface for object managers.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SELINUX_AVC_H_
 #define _SELINUX_AVC_H_
index b9668be7b44337e9cf8ddd4e14308b178511ea89..88b139e086c4fca3aedeb452814b0676932a9b9b 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Access vector cache interface for the security server.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SELINUX_AVC_SS_H_
 #define _SELINUX_AVC_SS_H_
index 8f50e8fe0488e7e998da717f00a38f0ef49c4573..8159fd53c3de2e928e248874edafea516410c7fb 100644 (file)
@@ -4,7 +4,7 @@
  *
  *  This file contains the SELinux security data structures for kernel objects.
  *
- *  Author(s):  Stephen Smalley, <sds@tycho.nsa.gov>
+ *  Author(s):  Stephen Smalley, <stephen.smalley.work@gmail.com>
  *             Chris Vance, <cvance@nai.com>
  *             Wayne Salamon, <wsalamon@nai.com>
  *             James Morris <jmorris@redhat.com>
index 6b8b8fc3badd70afd72474d6766798ae75ca36ec..668e393a9709e9ac805787f42e7260512f34dfd5 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Security server interface.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  *
  */
 
index 5fd439c5b8a4ef0ae96e9721a0473124639d1279..32f92da00b0e8bc9848d503c8255c94fa078a3ad 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Implementation of the access vector table type.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 
 /* Updated: Frank Mayer <mayerf@tresys.com> and Karl MacMillan <kmacmillan@tresys.com>
index c2b88430c91698a680501085d070d369ecd13ef4..2ef5d1ae28447ac081b3665131e74adaf983cb8d 100644 (file)
@@ -6,7 +6,7 @@
  * table is used to represent the type enforcement
  * tables.
  *
- *  Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ *  Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 
 /* Updated: Frank Mayer <mayerf@tresys.com> and Karl MacMillan <kmacmillan@tresys.com>
index 4e563be9ef5fc1021dc28392209477ff6e3ba4f7..f76eb3128ad5d03e6ec782a3d88e56971ee28d94 100644 (file)
@@ -11,7 +11,7 @@
  * process from labeling an object with a different user
  * identity.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SS_CONSTRAINT_H_
 #define _SS_CONSTRAINT_H_
index aed704b8c6426f780aa44b6cee7b29ecc16177bb..1f59468c075998362606901c99d92f087a1c1bc8 100644 (file)
@@ -11,7 +11,7 @@
  * security server and can be changed without affecting
  * clients of the security server.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SS_CONTEXT_H_
 #define _SS_CONTEXT_H_
index d31b87be9a1ed2ec48c7922689f8962e5f05ecd4..77875ad355f7049c11e88cd4f63dd48c4c829dd6 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the extensible bitmap type.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 /*
  * Updated: Hewlett-Packard <paul@paul-moore.com>
index e5b57dc3fc53136585a5f0eb6e2b743c7090c11e..e3c807cfad90b6132483011d43af7300e41f159e 100644 (file)
@@ -10,7 +10,7 @@
  * an explicitly specified starting bit position within
  * the total bitmap.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SS_EBITMAP_H_
 #define _SS_EBITMAP_H_
index 3fb8f9026e9be80dfa448212052f18d7b9f67f1c..30532ec319cec54d494e584e8647d8625507f599 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the hash table type.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #include <linux/kernel.h>
 #include <linux/slab.h>
index 043a773bf0b771c45679131e7ee2a1502752bd4f..9dac6da45b98bed2ce2baaf6cfba8f6685c3e8b8 100644 (file)
@@ -6,7 +6,7 @@
  * functions for hash computation and key comparison are
  * provided by the creator of the table.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SS_HASHTAB_H_
 #define _SS_HASHTAB_H_
index 99571b19d4a9e9ea105172dd1881a70591798474..b2c6c846ea03b839f7f4652c9957ed32791edcf5 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the multi-level security (MLS) policy.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 /*
  * Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
index 15cacde0ff612e76778170624044be557a31f189..107681dd182488b3ba566c6d125bc63c569e91be 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Multi-level security (MLS) policy operations.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 /*
  * Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
index 7d48d5e52233b53599053387109297ff71e85892..f492cf1488917022b52b17a1c0061b74041a8c68 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Type definitions for the multi-level security (MLS) policy.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 /*
  * Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
index 61e0e5000025628f34f6f10f9f96e9b7a1b8380f..b903a4dfdce165c26052e4321e1d1ac505a35528 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the policy database.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 
 /*
index 6b4ad8e9126511178d9cb6510106c8f581fb0901..b97cda489753d4b793338b2b3dcc241e76446ce1 100644 (file)
@@ -3,7 +3,7 @@
  * A policy database (policydb) specifies the
  * configuration data for the security policy.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 
 /*
index fa47e4e38935aa386f433ecd406c09e5f13cc0ea..2c5be06fbadacf810b45ba4121fb0d5af05f0398 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the security services.
  *
- * Authors : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Authors : Stephen Smalley, <stephen.smalley.work@gmail.com>
  *          James Morris <jmorris@redhat.com>
  *
  * Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com>
index 8a9b85f44b664b392e2e93504c17ce2f5322f9e4..ed2ee6600467a2652d250cf83f8d1eab5cd907df 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the security services.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SS_SERVICES_H_
 #define _SS_SERVICES_H_
index 38d25173aebd4553afa7510f4adbb7b6c222e6e2..d8ead463b8df32e63d95f0815b7d5665c0375827 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the SID table type.
  *
- * Original author: Stephen Smalley, <sds@tycho.nsa.gov>
+ * Original author: Stephen Smalley, <stephen.smalley.work@gmail.com>
  * Author: Ondrej Mosnacek, <omosnacek@gmail.com>
  *
  * Copyright (C) 2018 Red Hat, Inc.
index 72810a080e77b4fda4eefc12526b80e2fe0feb52..22258201cd14a2d1c7ae80af75efac68f5d698dd 100644 (file)
@@ -3,7 +3,7 @@
  * A security identifier table (sidtab) is a lookup table
  * of security context structures indexed by SID value.
  *
- * Original author: Stephen Smalley, <sds@tycho.nsa.gov>
+ * Original author: Stephen Smalley, <stephen.smalley.work@gmail.com>
  * Author: Ondrej Mosnacek, <omosnacek@gmail.com>
  *
  * Copyright (C) 2018 Red Hat, Inc.
index 7a77571fb27513c13f2ccb671ab09445a7a49abb..43d7f0319ccd13eac658ea35ec012a3654bd5d68 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Implementation of the symbol table type.
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #include <linux/kernel.h>
 #include <linux/string.h>
index 3033c4db6cb6add39d5f621d20d0e713255ba3cf..0a3b5de79a0f620982038db8d5ada458e3de96f7 100644 (file)
@@ -5,7 +5,7 @@
  * is arbitrary.  The symbol table type is implemented
  * using the hash table type (hashtab).
  *
- * Author : Stephen Smalley, <sds@tycho.nsa.gov>
+ * Author : Stephen Smalley, <stephen.smalley.work@gmail.com>
  */
 #ifndef _SS_SYMTAB_H_
 #define _SS_SYMTAB_H_