aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/mac/do/common.sh
Commit message (Collapse)AuthorAgeFilesLines
* MAC/do: Tests: Add support for exec paths, jail parameters, subjailsOlivier Certner2026-05-291-9/+110
| | | | | | | | | | | | And also allow configuration of the mdo(1) executable path. This commit only contains new or modified infrastructure. No functional change intended at this point. Reviewed by: bapt MFC after: 1 month Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
* MAC/do: Tests: Declare required programs closer to useOlivier Certner2026-05-291-0/+2
| | | | | | | Reviewed by: bapt MFC after: 3 days Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
* MAC/do: Tests: Fix copyrightsOlivier Certner2026-05-291-1/+2
| | | | | | | | | No comma needed after a single year. Add SPDX. Reviewed by: bapt MFC after: 3 days Sponsored by: The FreeBSD Foundation Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/38
* MAC/do: Add basic tests on setting rulesOlivier Certner2026-05-211-0/+72
MFC after: 1 minute Sponsored by: The FreeBSD Foundation