Antti Kantee wrote:
[...] Log Message: Move dovfsusermount from vfs_syscalls.c to param.c: secmodel bsd44 depends on it and we can't isolate it in vfs. (no, it doesn't really belong in param.c, but I couldn't figure out a better place for it)
The issue here is that dovfsusermount should not exist outside secmodel_bsd44. I'm going to move it to secmodel_bsd44_suser.c and create its sysctl variable under bsd44, along with a compatibility variable at the current location. This is similar to how secmodel_bsd44_curtain was handled. -e.