The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=ad3d7666e00bb0261dd2b80f5f2d56ceeb84aba7
commit ad3d7666e00bb0261dd2b80f5f2d56ceeb84aba7 Author: Olivier Certner <[email protected]> AuthorDate: 2026-05-21 20:18:19 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-05-21 20:32:16 +0000 BSD.tests.dist: Add the new sys/mac/do directory Without that, 'make distributeworld' fails ('make buildworld' and 'make installworld' do not need it). Fixes: cba191e291c1 ("MAC/do: Add basic tests on setting rules") MFC after: 1 minute Sponsored by: The FreeBSD Foundation --- etc/mtree/BSD.tests.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index ae10c6ecec38..b6c415e9e789 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -894,6 +894,8 @@ mac bsdextended .. + do + .. ipacl .. portacl
