File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ interface(`stubdom_ioemu',`
8989 allow stubdom_t $1:resource { add remove };
9090 allow stubdom_t $1:domain { set_target shutdown settime };
9191 allow stubdom_t $1:hvm { cacheattr getparam irqlevel pcilevel pciroute
92- setparam trackdirtyvram hvmctl };
92+ setparam trackdirtyvram hvmctl send_irq };
9393 allow stubdom_t $1:mmu { adjust physmap map_read map_write };
9494 allow stubdom_t $1:grant copy;
9595 allow $1 stubdom_t:grant { copy };
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ allow dom0_type xen_t:xen { kexec readapic writeapic mtrr_read mtrr_add mtrr_del
8888
8989# dom0 access to hvm guests
9090allow dom0 _type hvm_type:hvm { cacheattr getparam irqlevel pcilevel pciroute
91- nested setparam hvmctl trackdirtyvram };
91+ nested setparam hvmctl trackdirtyvram send_irq };
9292
9393# #######################################
9494#
You can’t perform that action at this time.
0 commit comments