From: Stephen Smalley Date: Mon, 10 Mar 2025 14:24:10 +0000 (-0400) Subject: lsm: remove old email address for Stephen Smalley X-Git-Tag: v6.15-rc1~189^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da4f4f9877ecb006e73f38e92e22d10e989b00d;p=thirdparty%2Fkernel%2Flinux.git lsm: remove old email address for Stephen Smalley Remove my old, no longer functioning, email address from comments. Could alternatively replace with my current email but seems redundant with MAINTAINERS and prone to being out of date. Signed-off-by: Stephen Smalley [PM: subject tweak] Signed-off-by: Paul Moore --- diff --git a/include/linux/lsm_audit.h b/include/linux/lsm_audit.h index e13d2f947b517..7283bc4cf4133 100644 --- a/include/linux/lsm_audit.h +++ b/include/linux/lsm_audit.h @@ -5,7 +5,7 @@ * * Author : Etienne BASSET * - * All credits to : Stephen Smalley, + * All credits to : Stephen Smalley * All BUGS to : Etienne BASSET */ #ifndef _LSM_COMMON_LOGGING_ diff --git a/security/lsm_audit.c b/security/lsm_audit.c index 52db886dbba8a..d45651eaefa4c 100644 --- a/security/lsm_audit.c +++ b/security/lsm_audit.c @@ -3,7 +3,7 @@ * common LSM auditing functions * * Based on code written for SELinux by : - * Stephen Smalley, + * Stephen Smalley * James Morris * Author : Etienne Basset, */