• D
    xen/evtchn: add IOCTL_EVTCHN_RESTRICT · fbc872c3
    David Vrabel 提交于
    IOCTL_EVTCHN_RESTRICT limits the file descriptor to being able to bind
    to interdomain event channels from a specific domain.  Event channels
    that are already bound continue to work for sending and receiving
    notifications.
    
    This is useful as part of deprivileging a user space PV backend or
    device model (QEMU).  e.g., Once the device model as bound to the
    ioreq server event channels it can restrict the file handle so an
    exploited DM cannot use it to create or bind to arbitrary event
    channels.
    Signed-off-by: NDavid Vrabel <david.vrabel@citrix.com>
    Reviewed-by: NBoris Ostrovsky <boris.ostrovsky@oracle.com>
    fbc872c3
evtchn.h 3.4 KB