CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/01 11:13:46
Modified files:
sys/arch/amd64/include: conf.h
sys/dev/ic : ccp.c
sys/kern : kern_pledge.c
sys/sys : pledge.h
Log message:
Pledge "vmm" for ccp(4) ioctl(2).
Limit ccp ioctls to processes that pledge vmm. Specific psp device
ioctls for AMD SEV will allowed for vmd(8).
from hshoexer@; input deraadt@ jsg@
