spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
show more ...
vmm: Add credential to cdev objectAdd a credential to the cdev object in sysctl_vmm_create(), then checkthat we have the correct credentials in sysctl_vmm_destroy(). Thisprevents a process in one
vmm: Add credential to cdev objectAdd a credential to the cdev object in sysctl_vmm_create(), then checkthat we have the correct credentials in sysctl_vmm_destroy(). Thisprevents a process in one jail from opening or destroying the /dev/vmmfile corresponding to a VM in a sibling jail.Add regression tests.Reviewed by: jhb, markjMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D31156