Is MAC in FreeBSD similar in capabilities to SELinux? In particular, can
things such as:
allow httpd_sys script_t user_home_dir_t:dir { getattr | search };
(a policy example from
https://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/selinux-guide/selg-preface-0011.html)
be made? If yes, are there any documentation/tutorials available?