The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=3e17f37c2cd2064c5db3fb63fad57f40e4e334fa
commit 3e17f37c2cd2064c5db3fb63fad57f40e4e334fa Author: Olivier Certner <[email protected]> AuthorDate: 2026-05-20 11:41:07 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-05-29 15:13:07 +0000 MAC/do: Update copyright Add Kushagra to account for the commit adding the "executable paths" feature. Reviewed by: bapt MFC after: 1 month Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38 --- sys/security/mac_do/mac_do.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/security/mac_do/mac_do.c b/sys/security/mac_do/mac_do.c index b63fc2a5bbc8..5c184273595a 100644 --- a/sys/security/mac_do/mac_do.c +++ b/sys/security/mac_do/mac_do.c @@ -3,6 +3,7 @@ * * Copyright(c) 2024 Baptiste Daroussin <[email protected]> * Copyright (c) 2024 The FreeBSD Foundation + * Copyright (c) 2025 Kushagra Srivastava <[email protected]> * * Portions of this software were developed by Olivier Certner * <[email protected]> at Kumacom SARL under sponsorship from the FreeBSD
